Tag Archives: Background

Set Default Background ( Wallpaper ) in Windows 7 via Script Or Batch

By | January 18, 2011
Share

I previously wrote an article on how to set the default theme via a script: https://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"… Read More »

How to Set Theme in windows 7 via script for all Users

By | January 9, 2011
Share

—–UPDATED LINK—————– The process of setting the theme for all users outside of group policy is still tedious in Windows 7.  The method I came up with is not the cleanest, but it is supported by Microsoft and easy to implement. Procedure: 1. Build .ThemePack file on test machine via the “Personalization” control panel applet.… Read More »