Page 1 of 1

Pervent user change desktop wallepaper

Posted: 18 Feb 2018 03:08
by gilb
Hi,
using batch script - how to Pervent user change desktop wallpaper?
Also, how to perevent this-> on image set as wallpaper?
thanks.

Re: Pervent user change desktop wallepaper

Posted: 18 Feb 2018 05:46
by aGerman
Did you mean "prevent"? I'm not aware of any possibility to do that using Batch.

Steffen

Re: Pervent user change desktop wallepaper

Posted: 18 Feb 2018 09:34
by gilb
disable wallpaper setting
also disable click on image set as wallpaper
Thanks.

Re: Pervent user change desktop wallepaper

Posted: 18 Feb 2018 10:00
by aGerman
As I said, there is no possibility that I'm aware of.

Steffen

Re: Pervent user change desktop wallepaper

Posted: 18 Feb 2018 10:42
by ShadowThief
You can't prevent the option from appearing, but you can prevent it from doing anything.

Code: Select all

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\NoChangingWallpaper /v REG_DWORD /d 1