RSS

Tag Archive | "program files"

Windows 7 Move the Users and Program Files Directories To A Different Partition

Wednesday, August 5, 2009

24 Comments

After installing windows 7 you will be greeted with a user creation prompt press shift+f10 and you should get a cmd window up like in the image below Copy the Users Profiles, Program Files And ProgramData Folders onto the Partition you want to use robocopy "C:\Users" "D:\Users" /E /COPYALL /XJ robocopy "C:\Program Files" "D:\Program Files" /E /COPYALL /XJ robocopy [...]

Continue reading...