Pervent user change desktop wallepaper

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
gilb
Posts: 11
Joined: 15 Feb 2018 06:08

Pervent user change desktop wallepaper

#1 Post by gilb » 18 Feb 2018 03:08

Hi,
using batch script - how to Pervent user change desktop wallpaper?
Also, how to perevent this-> on image set as wallpaper?
thanks.

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Pervent user change desktop wallepaper

#2 Post by aGerman » 18 Feb 2018 05:46

Did you mean "prevent"? I'm not aware of any possibility to do that using Batch.

Steffen

gilb
Posts: 11
Joined: 15 Feb 2018 06:08

Re: Pervent user change desktop wallepaper

#3 Post by gilb » 18 Feb 2018 09:34

disable wallpaper setting
also disable click on image set as wallpaper
Thanks.

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Pervent user change desktop wallepaper

#4 Post by aGerman » 18 Feb 2018 10:00

As I said, there is no possibility that I'm aware of.

Steffen

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Pervent user change desktop wallepaper

#5 Post by ShadowThief » 18 Feb 2018 10:42

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

Post Reply