Jul 9, 2004 #1 twooly MIS Joined Feb 22, 2004 Messages 122 Location US Does anyone have suggesstions on how I can copy a profile? Not using the "Copy To" button. I would like to script this out.
Does anyone have suggesstions on how I can copy a profile? Not using the "Copy To" button. I would like to script this out.
Jul 9, 2004 #2 markdmac MIS Joined Dec 20, 2003 Messages 12,340 Location US You could break it down into two parts. 1. Copy the acctual profile directory 2. Script modifying the registry to point to that path. You would need to know the user's SID to make that last part happen. You will find the registry key under HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\SID\ProfileImagePath I hope you find this post helpful. Please let me know if it was. Regards, Mark Upvote 0 Downvote
You could break it down into two parts. 1. Copy the acctual profile directory 2. Script modifying the registry to point to that path. You would need to know the user's SID to make that last part happen. You will find the registry key under HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\SID\ProfileImagePath I hope you find this post helpful. Please let me know if it was. Regards, Mark