Jump to content

ProfilesDir = "D:\Documents and Settings"


Recommended Posts

So I want my Docs & Settings to be on a specific partition, in this case d:, during the use of a windows install the partitions get moved around so that when I go to install again D: is no longer D:.....

So is it possible to use some sort of Device ID /Unique ID instead of a random drive letter that keeps changing?

Thanks :)

Link to comment
Share on other sites


  • 2 weeks later...
You could use a [batch file] with diskpart to reassign the letter D to the partition.

Where and when (cmdlines.txt, RunOnceEx, etc.?) can you use diskpart during an unattended install? In the WINNT.SIF file, I'm guessing that I need to add the following line in the [GuiUnattended] section:

ProfilesDir="P:\Profiles"

But, when does this ProfilesDir become a part of the system? And can I run diskpart to assign the drive letter before Windows creates ProfilesDir?

Link to comment
Share on other sites

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...