Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Microsoft Windows 2000/XP (http://forum.oszone.net/forumdisplay.php?f=6)
-   -   Запрет изменения обоев (http://forum.oszone.net/showthread.php?t=60104)

mikechaik 26-01-2006 17:59 397487

Запрет изменения обоев
 
Вообщем работаю в школе, дети замучали Одна из проблем - запретить изменения обоев рабочего стола (а то пишут всякую нецензуру)

Сделал вот это:
Запретить изменение свойст Экрана
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
SetValue "NoDispCPL"=dword:00000001 (1)


Но дети стали менять через Paint через меню файл. Тогда сделал вот это:
Запрет изменения обоев в Paint
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallpaper"=dword:00000001


Но они всеравно как то меняют:)) Че делать? Подозреваю что они нашли какую то функцию фотошопа, может через него балуются.

Vadikan 27-01-2006 01:39 397633

mikechaik

gpedit.msc
system USER
Administrative Templates\Desktop\Active Desktop
Active Desktop Wallpaper
At least Microsoft Windows 2000

Specifies the desktop background (wallpaper) displayed on all users' desktops. This setting lets you specify the wallpaper on users' desktops and prevents users from changing the image or its presentation. The wallpaper you specify can be stored in a bitmap (*.bmp), JPEG (*.jpg), or HTML (*.htm, *.html) file. To use this setting, type the fully qualified path and name of the file that stores the wallpaper image. You can type a local path, such as C:\Windows\web\wallpaper\home.jpg or a UNC path, such as \\Server\Share\Corp.jpg. If the specified file is not available when the user logs on, no wallpaper is displayed. Users cannot specify alternative wallpaper. You can also use this setting to specify that the wallpaper image be centered, tiled, or stretched. Users cannot change this specification. If you disable this setting or do not configure it, no wallpaper is displayed. However, users can select the wallpaper of their choice. Also, see the Allow only bitmapped wallpaper in the same location, and the Prevent changing wallpaper setting in User Configuration\Administrative Templates\Control Panel. Note: You need to enable the Active Desktop to use this setting. Note: This setting does not apply to Terminal Server sessions.
Код:

HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System!Wallpaper
!parameter означает: parameter=dword:00000001 (запрещено) или dword:00000000 (разрешено)
Источник: Group Policy Reference

Также, можно указать стиль обоев
Код:

HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System!WallpaperStyle
Поскольку настройка пользовательская, а не машинная, то надо импортировать ее в профиль Default User и либо удалить все созданные пользовательские профили, чтобы при последущем создании они такую настройку имели либо внести настройку в них. Guide :: Customizing the Default User Profile

plyrvt 03-01-2009 00:02 995941

Цитата:

Цитата mikechaik
Но они всеравно как то меняют) Че делать? Подозреваю что они нашли какую то функцию фотошопа, может через него балуются. »

Менять можно напрямую (руками в реестре или любой программой, типа ACDSee)

Чтобы запретить - надо на ветку [HKEY_CURRENT_USER\Control Panel\Desktop] поставить "NTFS-права" read-only.

Для этого в regedit: [ветка] - Разрешения - Дополнительно - запрет "Задание значения" для группы или пользователя


Время: 19:35.

Время: 19:35.
© OSzone.net 2001-