![]() |
Запрет изменения обоев
Вообщем работаю в школе, дети замучали Одна из проблем - запретить изменения обоев рабочего стола (а то пишут всякую нецензуру)
Сделал вот это: Запретить изменение свойст Экрана 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 Но они всеравно как то меняют:)) Че делать? Подозреваю что они нашли какую то функцию фотошопа, может через него балуются. |
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 Источник: Group Policy Reference Также, можно указать стиль обоев Код:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System!WallpaperStyle |
Цитата:
Чтобы запретить - надо на ветку [HKEY_CURRENT_USER\Control Panel\Desktop] поставить "NTFS-права" read-only. Для этого в regedit: [ветка] - Разрешения - Дополнительно - запрет "Задание значения" для группы или пользователя |
Время: 19:35. |
Время: 19:35.
© OSzone.net 2001-