PC Review
Forums
Newsgroups
Windows XP
Windows XP Configuration
Copying Default Profile
Forums
Newsgroups
Windows XP
Windows XP Configuration
Copying Default Profile
![]() |
Copying Default Profile |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I've created a default profile that I'd like to use on all of my XP and 2000
machines (one for each, actually). Is there a way to copy that profile to other machines? Is there a script that could do this? Thanks! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Glenn
Are you on a domain? If so, see this article. How can I set the default domain user profile?: http://www.windowsitpro.com/Article...47534.html?Ad=1 If not on a domain, go to the following page and use the search for keywords, Default profile script. http://windowsitpro.com/search/index.cfm -- Ronnie Vernon Microsoft MVP Windows Shell/User "Glenn" <nospam@yahoo.com> wrote in message news:u5HO3LmxGHA.3492@TK2MSFTNGP02.phx.gbl... > I've created a default profile that I'd like to use on all of my XP and 2000 > machines (one for each, actually). > > Is there a way to copy that profile to other machines? > > Is there a script that could do this? > > Thanks! > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi,
You can put it in the NETLOGON share but it will create a folder called Default User.Winnt which I don't prefer. Otherwise you can simply copy it over the one in the C:\Documents and settings folder if you want. Personally you could do it with Xcopy in a batch file over the network. Cheers, Lara "Glenn" wrote: > I've created a default profile that I'd like to use on all of my XP and 2000 > machines (one for each, actually). > > Is there a way to copy that profile to other machines? > > Is there a script that could do this? > > Thanks! > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
"Glenn" <nospam@yahoo.com> wrote in message
news:u5HO3LmxGHA.3492@TK2MSFTNGP02.phx.gbl... > I've created a default profile that I'd like to use on all of my XP and > 2000 > machines (one for each, actually). > > Is there a way to copy that profile to other machines? The best way to do this is to replace the default profile in the LOAD of the operating system BEFORE you build the machines then load each machine from that network source containing the modifications. Or setup one reference machine and use it to make a RIS or Ghost image that is used for all other machines. Assuming you have already built the machines this is tougher and will require you to write a script to fix the existing mistake. > Is there a script that could do this? Copying the 'correct' default users (from a server share) to the local location for Default profile with XCOPY will work. You will need the location which can (probably) be derived from the following environment variable: ALLUSERSPROFILE=D:\Documents and Settings\All Users You will have to parse off the "All Users" and replace it with "Default User". BTW, you do know that anyone who already has their own roaming or local profile (by having previously logged in to that machine) will be UNAFFECTED by the Default User profile, right? -- Herb Martin, MCSE, MVP Accelerated MCSE http://www.LearnQuick.Com [phone number on web site] > Thanks! > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
the xcopy sounds good, but how would I do it to another machine in the
network? "lforbes" <lforbes@discussions.microsoft.com> wrote in message news:89B99825-6600-457A-8DAA-6099AE7FD9B4@microsoft.com... > Hi, > > You can put it in the NETLOGON share but it will create a folder called > Default User.Winnt which I don't prefer. Otherwise you can simply copy it > over the one in the C:\Documents and settings folder if you want. > > Personally you could do it with Xcopy in a batch file over the network. > > Cheers, > Lara > > "Glenn" wrote: > > > I've created a default profile that I'd like to use on all of my XP and 2000 > > machines (one for each, actually). > > > > Is there a way to copy that profile to other machines? > > > > Is there a script that could do this? > > > > Thanks! > > > > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
xcopy C:\Source\etc\files*.* \\targetmachine\c$\directory
This issue with doing it this way is determining the PATH of the destination. Better is to do the reverse and run the batch from EACH machine against a known server location (which is the same for everyone) to the correct location on each machine. -- Herb Martin, MCSE, MVP Accelerated MCSE http://www.LearnQuick.Com [phone number on web site] "Glenn" <nospam@yahoo.com> wrote in message news:u0JSzOqxGHA.3844@TK2MSFTNGP06.phx.gbl... > the xcopy sounds good, but how would I do it to another machine in the > network? > > "lforbes" <lforbes@discussions.microsoft.com> wrote in message > news:89B99825-6600-457A-8DAA-6099AE7FD9B4@microsoft.com... >> Hi, >> >> You can put it in the NETLOGON share but it will create a folder called >> Default User.Winnt which I don't prefer. Otherwise you can simply copy it >> over the one in the C:\Documents and settings folder if you want. >> >> Personally you could do it with Xcopy in a batch file over the network. >> >> Cheers, >> Lara >> >> "Glenn" wrote: >> >> > I've created a default profile that I'd like to use on all of my XP and > 2000 >> > machines (one for each, actually). >> > >> > Is there a way to copy that profile to other machines? >> > >> > Is there a script that could do this? >> > >> > Thanks! >> > >> > >> > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

