Windows 7: Wallpaper via Group Policy
See: http://support.microsoft.com/kb/977944
To fix this, I downloaded the hotfix and created a package in SCCM then linked that package into our task sequences. Command line option for install via task sequence (for the program within your hotfix package):
wusa.exe Windows6.1-KB977944-x86.msu /quiet /norestart
I also have a reboot task sequence step right after this. The reason to block the update’s reboot and create your own is so that the TS will resume upon reboot and continue with your deployment.
Advertisement
Categories: Uncategorized
group policy, hotfix, operating system deployment, OSD, silent install, wallpaper, Windows 7