Posts Tagged Unattended Windows 7

USMT: Taking XP to Windows 7 in a Hurry

usmt-taking-xp-to-windows-7-in-a-hurry

The Directory Services Team has written another great blog on using USMT.

This time it’s about getting from XP to Windows 7 in a Hurry -> without losing your data.

, ,

No Comments

OSD: Deploying Win7 with SCCM 2007 SP2 and Modena

osd-deploying-win7-with-sccm-2007-sp2-and-modena

Just downloaded Modena (RC1) from Connect. Haven’t installed it in my SCCM lab yet, but have extracted the files. There are a few good scripts I can use and the WindowHide.exe executable (no more scripting for hiding Windows during OSD).

More bits for my perfect deployment setup …

, ,

No Comments

MDT 2010: Change Windows 7 setup background

mdt-2010-change-windows-7-setup-background

Within \\<MDT Deployment Share>\Operating Systems\Windows 7 Pro x86\sources

Drop a .bmp called ‘background_cli.bmp’ – I have mine in 1024×768.

, ,

No Comments

Win7/2008R2: Change the Logon background

win72008r2-change-the-logon-background

Goto HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background and create a DWORD value named OEMBackground – set it to “1″.

Place a .jpg image called backgroundDefault.jpg in c:\Windows\system32\oobe\info\backgrounds

The image must be less than 256kb in size.

, ,

No Comments

XP/2003/2008/Vista/Win7: Rename the Administrator

xp20032008vistawin7-rename-the-administrator

I rename the Administrator account as part of my OS configuration steps (I use one username for my desktop installs and another username for my server installs).

These are the steps:

renuser Administrator “the-new-adminname” (download renuser from www.ntfaq.com)

reg ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /V DefaultUserName /T REG_SZ /F /D “the-new-adminname”

reg ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /V AltDefaultUserName /T REG_SZ /F /D “the-new-adminname”

net user /add Administrator “a-strong-password”

net user Administrator /active:no

, , , , , ,

No Comments