PC Review Forums Newsgroups Windows XP Windows XP Configuration Copying Default Profile

Reply

Copying Default Profile

 
Thread Tools Rate Thread
Old 23-08-2006, 05:19 AM   #1
Glenn
Guest
 
Posts: n/a
Default Copying Default Profile


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!


  Reply With Quote
Old 23-08-2006, 05:44 AM   #2
Ronnie Vernon MVP
Guest
 
Posts: n/a
Default Re: Copying Default Profile

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

  Reply With Quote
Old 23-08-2006, 07:40 AM   #3
=?Utf-8?B?bGZvcmJlcw==?=
Guest
 
Posts: n/a
Default RE: Copying Default Profile

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

  Reply With Quote
Old 23-08-2006, 11:07 AM   #4
Herb Martin
Guest
 
Posts: n/a
Default Re: Copying Default Profile

"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!
>
>



  Reply With Quote
Old 23-08-2006, 01:02 PM   #5
Glenn
Guest
 
Posts: n/a
Default Re: Copying Default Profile

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



  Reply With Quote
Old 23-08-2006, 05:44 PM   #6
Herb Martin
Guest
 
Posts: n/a
Default Re: Copying Default Profile

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

>
>



  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