I have to install Office 2003 with custom settings in a mst-file on Windows XP with SP3. To get this working fine I use a run command line task sequence running as local administrator. This works fine! However, the profile of the local Administrator is created in a subfolder like C:\Documents and Settings\{MachineName}\Administrator and not C:\Documents and Settings\Administrator.
How can I prevent this behavior? I thought after sysprep and deploy the image the admin profile is moved to the right folder but it isn't. On the new machine the admin profile is still in the folder C:\Documents and Settings\{MachineName}\Administrator. {MachineName} is the name of the reference machine and not of the new machine. It's confusing me a little bit.
After searching the Internet I found an article which describes this method to move profiles:
* logon as user with administrative rights
* open regedit
* search this key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\{SID}
* change the value of the REG_EXPAND_SZ ProfileImagePath from %SystemDrive%\Documents and Settings\{MachineName}\Administrator to
%SystemDrive%\Documents and Settings\Administrator
* logon as Administrator
* open cmd
* enter set and verify the profile path
Do you think it's OK to move the built-in Administrator profile with this method? Thanks!
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi, I use SCCM 2007 SP1 R2, MDT 2008 installed.
I have to install Office 2003 with custom settings in a mst-file on Windows XP with SP3. To get this working fine I use a run command line task sequence running as local administrator. This works fine! However, the profile of the local Administrator is created in a subfolder like C:\Documents and Settings\{MachineName}\Administrator and not C:\Documents and Settings\Administrator.
How can I prevent this behavior? I thought after sysprep and deploy the image the admin profile is moved to the right folder but it isn't. On the new machine the admin profile is still in the folder C:\Documents and Settings\{MachineName}\Administrator. {MachineName} is the name of the reference machine and not of the new machine. It's confusing me a little bit.
After searching the Internet I found an article which describes this method to move profiles:
* logon as user with administrative rights
* open regedit
* search this key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\{SID}
* change the value of the REG_EXPAND_SZ ProfileImagePath from %SystemDrive%\Documents and Settings\{MachineName}\Administrator to
%SystemDrive%\Documents and Settings\Administrator
* logon as Administrator
* open cmd
* enter set and verify the profile path
Do you think it's OK to move the built-in Administrator profile with this method? Thanks!
Share this post
Link to post
Share on other sites