Stephen Kojoukhine wrote:
> My biggest pet peeve with windows deployment is the user experience 
> tweaking. For example adjusting the folder views, start menu style, 
> internet explorer settings, desktop icons, and etc… I notice that the 
> winxpsp2-notips.pl 
> script is a great start to having the solution that I desire.

A method I've used for this is the Default User profile on the Domain 
Controller (Samba in our case). The user profile is generated at first 
login for any given user on a given machine, and no user can login for 
the first time without contacting the DC, so laptops aren't a problem. I 
found the information I needed to make this work here:
http://www.ckollars.org/defaultuser.html#tweaking

Summarised process:
Login to a fresh machine, setup your profile how you want it.
Log off, copy C:\Docs&Settings\<yourusername>\* to 
"%LogonServer%\netlogon\Default User\"
%LogonServer% is your Domain Controller. We have two, and I rsync 
between them so they match.

Of course, all of this assumes you're using a domain, rather than a 
workgroup or standalone machines. Without it, you'll need to make your 
tweaks at installation time, as a few people have referred to.

HTH,
Greg.

-- 
    - ---- -----
      Gregory Orange             Phone: +61 8 9387 7955
     System Administator            Fax: +61 8 9387 6686
    RPS MetOcean                        http://www.rpsmetocean.com.au
   System Administrators Guild of Australia  http://www.sage-au.org.au
- ---- -----

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to