Archive for category Unattended Windows 7

Win7: Windows XP to Windows 7 Migration guide

win7-windows-xp-to-windows-7-migration-guide

Check Microsoft’s ‘From Windows XP to Windows 7′ walk through guide here

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

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