# Change Windows Desktop Background Using Group Policy

## How to Change Windows Desktop Background Using Group Policy

This demonstration is using a Windows Server 2012 R2 as the Domain Controller and a Windows 7 Ultimate as the client machine. The topology is as follows:

[![Change-Windows-Desktop-Background-Using-Group-Policy_1.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/cD8L6PSaVzecBP4y-change-windows-desktop-background-using-group-policy-1.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/cD8L6PSaVzecBP4y-change-windows-desktop-background-using-group-policy-1.png)

Details:

- **[Active Directory](https://www.mustbegeek.com/install-active-directory-in-windows-server-2012/ "Install Active Directory in Windows Server 2012")** and **[Domain Name Service (DNS)](https://www.mustbegeek.com/install-dns-server-role-in-windows-server-2012-r2/ "Install DNS Server Role in Windows Server 2012 R2")** has been configured already
- Client machine has been [**joined to the domain**](https://www.mustbegeek.com/how-to-join-windows-server-2008-to-active-directory-domain/ "How to Join Windows Server 2008 to Active Directory Domain")
- Policy will be applied at the user level
- Wallpaper image file is stored in the local drive of the Domain Controller server
- Target username is “Arranda Saputra” resides within an OU named “MustBeGeek” with structure as shown below:

[![Change-Windows-Desktop-Background-Using-Group-Policy_2.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/fAecYHoNovw618r0-change-windows-desktop-background-using-group-policy-2.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/fAecYHoNovw618r0-change-windows-desktop-background-using-group-policy-2.png)

Follow the step by step below to set wallpaper using **Group Policy**:

<div class="code-block code-block-4" id="bkmrk--2">  
  
</div>**1. Creating the Group Policy Object**  
On the Group Policy Management console, expand the forest and domain, right click on **Group Policy Objects** and select **“New”**

[![Change-Windows-Desktop-Background-Using-Group-Policy_3.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/A5Yfz0ifY0HRTTh7-change-windows-desktop-background-using-group-policy-3.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/A5Yfz0ifY0HRTTh7-change-windows-desktop-background-using-group-policy-3.png)

Give name for the new policy object. In this example, the policy name is **“Wallpaper Policy”**

[![Change-Windows-Desktop-Background-Using-Group-Policy_4.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/oUSg2XdXjiTGcR1H-change-windows-desktop-background-using-group-policy-4.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/oUSg2XdXjiTGcR1H-change-windows-desktop-background-using-group-policy-4.png)

**2. Editing the policy object**  
The newly created policy will be listed on the Group Policy object list. Right click on it and select **“Edit”**

[![Change-Windows-Desktop-Background-Using-Group-Policy_5.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/d8CJ3DzUdDFXZ2oP-change-windows-desktop-background-using-group-policy-5.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/d8CJ3DzUdDFXZ2oP-change-windows-desktop-background-using-group-policy-5.png)

An editor window will show up. On the left pane, go to **User Configuration &gt; Administrative Templates &gt; Desktop &gt; Desktop**. On the right pane, double click on **Desktop Wallpaper** setting.

[![Change-Windows-Desktop-Background-Using-Group-Policy_6.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/2NYN8cWpQkIfW0sw-change-windows-desktop-background-using-group-policy-6.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/2NYN8cWpQkIfW0sw-change-windows-desktop-background-using-group-policy-6.png)

Change the option to **Enabled**, and then specify the **wallpaper location** and the **wallpaper style**. In this example we are specifying a local path because the image file for desktop wallpaper background is stored in the local drive of the Domain Controller server, and the wallpaper style that we used is **“Fill”**.

[![Change-Windows-Desktop-Background-Using-Group-Policy_7.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/sO444ga1ue3T9BQ4-change-windows-desktop-background-using-group-policy-7.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/sO444ga1ue3T9BQ4-change-windows-desktop-background-using-group-policy-7.png)

Once configured, click **OK** and close the editor window.

**3. Applying the policy object**  
Back to the Group Policy Management console window, right click on “MustBeGeek” OU and select **“Link an Existing GPO”**

[![Change-Windows-Desktop-Background-Using-Group-Policy_8.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/8SiaX1tzlsMOJ8yl-change-windows-desktop-background-using-group-policy-8.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/8SiaX1tzlsMOJ8yl-change-windows-desktop-background-using-group-policy-8.png)

Select the **Wallpaper Policy** and click **OK.**

[![Change-Windows-Desktop-Background-Using-Group-Policy_9.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/eG1cJO3nhfZ2vSk5-change-windows-desktop-background-using-group-policy-9.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/eG1cJO3nhfZ2vSk5-change-windows-desktop-background-using-group-policy-9.png)

Verify that **Wallpaper Policy** is now listed under the “MustBeGeek” OU

[![Change-Windows-Desktop-Background-Using-Group-Policy_10.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/pqRsN76YcBgg34AB-change-windows-desktop-background-using-group-policy-10.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/pqRsN76YcBgg34AB-change-windows-desktop-background-using-group-policy-10.png)

**4. Check the result on client machine**  
Once the client machine has received the policy update, the wallpaper will changed. Policy update is a process that happens periodically in the background so it doesn’t require any action from the user. However, in this demonstration we want to expedite the process so we will force the policy update to run right away by opening CMD and use command **gpupdate /force**.

[![Change-Windows-Desktop-Background-Using-Group-Policy_11.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/VmeoSAoe22sD7Mf3-change-windows-desktop-background-using-group-policy-11.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/VmeoSAoe22sD7Mf3-change-windows-desktop-background-using-group-policy-11.png)

To verify the policy has been applied, user can run command **gpresult /r** on the CMD. Find the policy named “Wallpaper Policy” under section “Applied Group Policy Objects”.

[![Change-Windows-Desktop-Background-Using-Group-Policy_13.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/t28UVKaYRaSy0Ql4-change-windows-desktop-background-using-group-policy-13.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/t28UVKaYRaSy0Ql4-change-windows-desktop-background-using-group-policy-13.png)

After the policy applied, notice that the desktop background wallpaper has been changed.

[![Change-Windows-Desktop-Background-Using-Group-Policy_12.png](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/scaled-1680-/0sxKVBNW6vbCMfQU-change-windows-desktop-background-using-group-policy-12.png)](https://docs.coltscomputer.services/uploads/images/gallery/2024-01/0sxKVBNW6vbCMfQU-change-windows-desktop-background-using-group-policy-12.png)

## Conclusion

With Desktop Wallpaper Group Policy, desktop background will be consistent for all targeted users and cannot be changed unless it is configured via the Group Policy. Sometimes, if the client machine is running Windows 7 or Windows Server 2008 R2, the Desktop Wallpaper Group Policy setting cannot be applied correctly (either background does not change or just goes to blank). When it happens, install this hotfix on the client machine: [http://support.microsoft.com/kb/977944](http://support.microsoft.com/kb/977944).

And that’s how you change Windows desktop background using Group Policy.