Standardizing desktop backgrounds across an organization enhances branding and security. Deploying a custom wallpaper using Group Policy (GPO) ensures a uniform appearance and prevents users from changing their desktop background. Here’s how to do it in a Windows Server environment.
Prerequisites
Before proceeding, ensure you have:
- A
Windows Server with Group Policy Management installed
- An
Active Directory (AD) domain environment
- A
shared network folder accessible to all users
- A
high-resolution image file (e.g., .jpg or .bmp)
Step 1: Prepare the Wallpaper File
- Choose
an image file for the desktop background.
- Store the file in a network share accessible by all domain users , (e.g\\ServerName\SharedFolder\techmugzwallpaper.jpg).
- Ensure
that users have read permissions to the shared folder.
Step 2: Create a Group Policy Object (GPO)
- Open Group
Policy Management (gpmc.msc).
- Right-click
on the Organizational Unit (OU) containing the target users or
computers.
- Click Create
a GPO in this domain, and Link it here.
- Name
the GPO - e.g., Deploy Wallpaper and click OK.
Step 3: Configure the GPO
For User Configuration (Applies to Users)
- Right-click
the newly created GPO and select Edit.
- Navigate
to User Configuration → Policies → Administrative
Templates → Desktop → Desktop.
- Double-click
Desktop Wallpaper.
- Select
Enabled.
- In the
Wallpaper Name field, enter the full UNC path of the image (e.g., \\ServerName\SharedFolder\wallpaper.jpg).
- Set Wallpaper Style
- Click OK
and close the editor.
For Computer Configuration (Applies to Computers)
- Navigate
to Computer Configuration → Policies → Administrative
Templates → Control Panel → Personalization.
- Double-click
Force a specific default lock screen and logon image (for lock
screen deployment).
- Select
Enabled and enter the UNC path of the image.
- Click OK
and close the editor.
Step 4: Apply and Test the Policy
- Run gpupdate
/force on target machines to apply the policy immediately.
- Reboot
a test workstation to verify the new wallpaper is applied.
- If the wallpaper does not appear, check:
- GPO
application using gpresult /r
- Network
permissions to the wallpaper file
- Event Viewer for Group Policy errors
0 Comments