Wednesday, March 12, 2014

How to Change the Name of the Windows System Folder


Renaming System Folders
1. There are a few system folders that can be renamed during the Windows installation process. For example, the \'Documents and Settings\' folder where all user settings are stored can be renamed during installation.
2. Run an automated installation by using the /UNATTEND switch with Winnt.exe or Winnt32.exe. Insert the following entry into your Unattend.txt file:[GuiUNattended]
ProfilesDir = z:\\foldername
3. Install Windows. In this scenario, z:\\foldername is the path and folder name that you want to specify, instead of the default \'Documents and Settings\' folder.

No comments:

Post a Comment