HOW TO LOCK WINDOWS DESKTOP USE REGISTRY
For public computer, like office computer or home computer for the family. Sure Desktop Setting always change. To lock desktop setting of windows cannot be altered you can use registry, its way :
Lock Setting Active Desktop
HKEY_CURRENT_USER | Software | Microsoft | Windows | CurrentVersion | Policies | ActiveDesktop
HKEY_LOCAL_MACHINE | Software | Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop
Specific Lock Desktop Setting
HKEY_CURRENT_USER | Software | Microsoft | Windows | CurrentVersion | Policies | ActiveDesktop
HKEY_LOCAL_MACHINE | Software | Microsoft | Windows | CurrentVersion | Policies | ActiveDesktop
- NoChangingWallpaper - Disable the ability to change wallpapers.
- NoComponents - Disable components.
- NoAddingComponents - Disable the ability to add components.
- NoDeletingComponents - Disable the ability to delete components.
- NoEditingComponents - Disable the ability to edit components.
- NoCloseDragDropBands - Prevents adding, dragging, dropping and closing the Taskbar’s toolbars.
- NoMovingBands - retrict adjustments to desktop toolbars
- NoHTMLWallPaper - only allow bitmaps (BMP) as wallpaper
Links :
Leave Your Comment Here