I\'ve looked at the Environment.GetFolderPath method and the System.Environment.SpecialFolder enum but I couldn\'t see anything that returns the path of the Default Users fo
You can't because the access to that folder is denied, this folder is used only by the Microsoft. I sure Environment or any other class will not provide you such functionality. This can only be done with some sort of hacking maybe?