
In Change drive menu the ; now leads to the documents folder as well.
How can i change this back to the way it was before, pointing to my user folder, one level up from documents?
Thanks
Franz
SHGetSpecialFolderLocation() with nFolder = CSIDL_PERSONAL.McLion wrote:What registry key does Salamander look up for the path it uses for the ';'?
How so? If you change the location of the Documents folder to your user profile directory, then it's the exact behavior you wanted, isn't it?McLion wrote:Moving the documents folder as described in the walk-trough does just move the problem, it does not solve it.
Look for where the 'My ..' files are placed. According the spec they are one level below/inside the 'personal' - as it is in XP. This seperates the users stuff from let's call it system stuff that resides on the 'personal' level. In W7 MS does not adhere to the spec and puts it all on the same level. Due to the fact that a lot of apps use the personal folder to create their sub-folders for configurations and temp's and whatnot, this all now is together on the same level where the user puts his ('My ...') stuff. This is weired and a mess compared to the way it was in XP.ether wrote:What part of this specification doesn't Windows 7 adhere to?