I previously wrote an article on how to set the default theme via a script: http://supportishere.com/how-to-set-theme-in-windows-7-via-script-for-all-users/ This article is displaying a method to simply set the Default Background image for new users in Windows 7. This method performs the following actions: 1. Takes Ownership of “C:\Windows\Web\Wallpaper\Windows\img0.jpg”. start /w "TakeOwn Of img0" "C:\Windows\System32\takeown.exe" /A /F "C:\Windows\Web\Wallpaper\Windows\img0.jpg" 2. Grant Full Permissions to img0.jpg file to Administrator. start /w "Take Permissions" "C:\Windows\System32\Icacls.exe" "C:\Windows\Web\Wallpaper\Windows\img0.jpg" [ Read More ]






