PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Registry Registry entry to change from/to roaming profile

Reply

Registry entry to change from/to roaming profile

 
Thread Tools Rate Thread
Old 08-02-2006, 08:23 PM   #1
David Wood
Guest
 
Posts: n/a
Default Registry entry to change from/to roaming profile


Does anyone the reg entry in CURRENT_USER to make a profile local (or back)?
I need to run a script to do so


  Reply With Quote
Old 09-02-2006, 11:25 AM   #2
Jerold Schulman
Guest
 
Posts: n/a
Default Re: Registry entry to change from/to roaming profile

On Wed, 8 Feb 2006 19:23:05 -0000, "David Wood" <jdwood37@bluefrog.com> wrote:

>Does anyone the reg entry in CURRENT_USER to make a profile local (or back)?
>I need to run a script to do so
>

See tip 5346 » How do I retrieve a user's ProfileImagePath in batch?
in the 'Tips & Tricks' at http://www.jsifaq.com

Also get the SID (see line 5) and use it to set the ProfileImagePath
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\%sid%" /v ProfileImagePath /T REG_EXPAND_SZ /F /D "<The path>"


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off