Site icon TrishTech.com

Change Desktop Background in Windows 7 Starter Edition

Windows 7

Windows 7 Starter edition does not allow a user to change the desktop background wallpaper. Microsoft has taken many measures to lock down the default desktop background. Some of these are :

But there is a workaround. If you remove the permissions for the registry key where the path of the wallpaper is stored, then you would be able to change the desktop background wallpaper and freeze it so Windows cannot alter it at when you log on. Here is how :

Method 1 : Using Our Program to Change the Background

Download our Windows 7 Starter – Wallpaper Changer from here win7_starter_wall.zip. Extract the contents of the ZIP archive to a folder and double-click on StarterWall.exe. If the User Account Control dialog appears then click on the Yes button as shown.

Then choose an image file (preferably JPEG file) from your hard disk which you want to set a the desktop background wallpaper by clicking on the Browse button. After you have selected the image file, click on the Set Selected button to set it as the desktop background. Now you need to log off and log on for the changes to take effect. You can click on the Log Off button to quickly log off. Be careful to save all your work before you log off.

If later you decide to change the background to the default Windows 7 Starter Edition background, just click on the button labeled Set Default, then log off and log back on.

Method 2 : Manually Changing the Background

  1. Open Notepad, copy and paste the following and save the file as change.txt somewhere on your hard disk. In this example, we will save the file as c:\users\public\pictures\change.txt.
    HKEY_CURRENT_USER\Control Panel\Desktop [7]
    Wallpaper = REG_SZ C:\Users\Public\Pictures\Sample Pictures\Penguins.jpg

    Change the string C:\Users\Public\Pictures\Sample Pictures\Penguins.jpg to the full path of any wallpaper image file you want to change the desktop background to. For example, if you want to use C:\Wallpaper\LadyGaga.jpg, then change the second line to :

    Wallpaper = REG_SZ C:\Wallpaper\LadyGaga.jpg

  2. Open an elevated command prompt window. Read how to do so.
  3. In the elevated command prompt give the following command :
    regini c:\users\public\pictures\change.txt

    Change the c:\users\public\pictures\change.txt to the full path of wherever you saved the file in step 1.

  4. Now change the [7] to [8] in the file we saved in step 1. The contents of the file should look now :
    HKEY_CURRENT_USER\Control Panel\Desktop [8]
    Wallpaper = REG_SZ C:\Users\Public\Pictures\Sample Pictures\Penguins.jpg

    Save the file and again give the command as shown in step 3.

  5. Log off and then log on. You would see your wallpaper changed.
Exit mobile version