Jump to content

Recommended Posts

Posted

First question: how do I move the location of the my documents folder? Also, I've heard people talking about exporting the registry to locate changes, how can you compare the two (without manually sifting through the entire thing)?

edit: found the answer to my runonceex question

Thanks for the help, almost ready to give these suckers a go! :thumbup


Posted

Answer to your 1st question has been covered numerous times... there are a couple ways you can do this, including using winnt.sif or a reg tweak..

Posted

cmdlines.txt

[COMMANDS]
"rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\redirect.inf"

redirect.inf

[Version]
Signature=$CHICAGO$

[DefaultInstall]
AddReg=Reg.Settings

[Reg.Settings]
HKCU,"%SMWCvEUSF%",Personal,0,"%PERSONAL%"
HKCU,"%SMWCvEUSF%","My Pictures",0,"%PICTURES%"
HKCU,"%SMWCvEUSF%",Favorites,0,"%FAVORITES%"
HKCU,"%SMWCvEUSF%","My Music",0,"%MUSIC%"

[Strings]
SMWCvEUSF = "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
PERSONAL = "F:\My Documents"
PICTURES = "F:\My Documents\My Pictures"
FAVORITES = "F:\Favorites"
MUSIC = "F:\My Documents\My Music"

Place redirect.inf in the same folder as cmdlines.txt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...