Change default background in Windows 7 default profile

by Andrew Calcutt last modified 2010-06-07T20:30:53+00:00
This restores the default aero theme to fix the back screen after the dell imaging process

REG.EXE LOAD HKU\TempDefaultUser "C:\Users\Default\ntuser.dat"

REG.EXE ADD "HKU\TempDefaultUser\Software\Policies\Microsoft\Windows\Personalization" /v ThemeFile /d "C:\Windows\Resources\Themes\aero.theme" /f

REG.EXE UNLOAD HKU\TempDefaultUser

Document Actions