15 - How to Deploy Desktop Background via GPO in Windows Server 2022 (Video Tutorial in Khmer)
Learn how to deploy Desktop Background via Group Policy (GPO) in Windows Server 2022 step-by-step with video tutorial in Khmer and easy setup tips.
2026-09-03 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Deploy Corporate Desktop Background via Group Policy (GPO) in Windows Server 2022! Setting company desktop wallpaper automatically for all employee computers enforces company branding, prevents users from changing wallpaper to personal photos, and keeps all desktop screens clean and professional! Very easy to follow with video tutorial in Khmer! Let's get started!

Step 1: Store & Share Wallpaper Image File on Server
First, save your company logo wallpaper image inside a shared folder accessible by all domain computers across the network:
- Create new folder on server data drive (example:
D:\CompanyShare\Wallpaper). - Copy your high-resolution wallpaper image file into this folder (example:
company-wallpaper.jpg). - Right-click
Wallpaperfolder > Properties > Sharing tab > click Advanced Sharing.... - Check Share this folder. Set Share name:
Wallpaper$(orWallpaper). - Click Permissions button:
- Ensure
EveryoneorDomain Usershas Read permission! - Click OK.
- Ensure
๐ก Tip: Always use UNC Network Share Path (example:
\\SRV-DC01\Wallpaper$\company-wallpaper.jpg), NEVER local drive path likeC:\Wallpaper\company.jpg! Client computers must be able to read image file over network!
Step 2: Create New Group Policy Object (GPO)
Now create new GPO in Group Policy Management Console:
- Open Group Policy Management (
gpmc.msc). - Right-click your target Organization Unit (OU) containing user accounts > select Create a GPO in this domain, and Link it here....
- Type GPO Name:
GPO_Deploy_Company_Wallpaper> click OK.
Step 3: Configure Desktop Wallpaper Policy Settings
Now edit GPO settings to specify wallpaper file location and style:
- Right-click
GPO_Deploy_Company_Wallpaper> select Edit.... - Inside Group Policy Management Editor, navigate to: User Configuration โ Policies โ Administrative Templates โ Desktop โ Desktop
- On right pane, double-click Desktop Wallpaper:
- Select radio button Enabled.
- Under Wallpaper Name, type full UNC network path to image:
\\SRV-DC01\Wallpaper$\company-wallpaper.jpg- Under Wallpaper Style, select
Fill(orFit,Stretched,Centered).
- Click Apply and OK.
๐ก Tip: To prevent employees from manually changing wallpaper back in Windows Settings, enable setting Prevent changing desktop background under
User Configuration โ Administrative Templates โ Control Panel โ Personalization!
Step 4: Force Group Policy Update on Client Computer
Now test wallpaper deployment on client PC (Windows 10 / Windows 11):
- On client computer, open Command Prompt (
cmd) and run:
gpupdate /force
- Log off domain user account and log back in (or restart client PC).
- Check client PC desktop! Company wallpaper image now displays automatically as desktop background!
โ ๏ธ Warning: If client PC desktop shows solid black background instead of image, check share permissions! Client PC account/user must have Read access to network share
\\SRV-DC01\Wallpaper$\company-wallpaper.jpg.
Step 5: Verify Active Policy using GPResult
You can verify if policy applied successfully on client computer:
# Display applied GPOs for current logged-in user
gpresult /r
Look under Applied Group Policy Objects section to confirm GPO_Deploy_Company_Wallpaper is listed!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see how to deploy desktop background via GPO in Khmer:
Hope this tutorial help you deploy company desktop wallpaper via GPO easily! Practice setting up wallpaper policy on your domain today. Happy learning my friends! Sharing is caring!