Jump to content

Recommended Posts

Posted

Not sure if this is the correct forum, but we'll soon see!

 

Does anyone know of a batch/powershell script to use to set a wallpaper?

 

If so, could you advise?

 

Thanks!

Posted

Not sure if this will work for you as it is an old one I Knocked up a few years back.

 

 @echo Setting the desktop wallpaper @echo.
reg add "hkcu\control panel\desktop" /v wallpaper /t REG_SZ /d "" /f 
reg add "hkcu\control panel\desktop" /v wallpaper /t REG_SZ /d "Pathtowallpaper\desktopwallpaper.bmp" /f 
reg delete "hkcu\Software\Microsoft\Internet Explorer\Desktop\General" /v WallpaperStyle /f
reg add "hkcu\control panel\desktop" /v WallpaperStyle /t REG_SZ /d 2 /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters

Posted
We set ours through GP - User Configuration > Policies > Administrative Templates > Desktop > Desktop > Desktop Wallpaper. Point it to a file on a server, done. Very fast to change wallpaper this way.
  • 4 months later...
Posted

Weird one, desktop wallpaper is locked down, if a student right clicks on a picture in their my pictures folder or anywhere and clicks, "set as desktop background" nothing happens. If they then select multiple pictures and right click "set as desktop background" they they can change the background for them for that session.

 

Anyone seen this? or recreate it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...