PDA

View Full Version : Settings - Folder Options



gluer
06-02-2000, 07:26 AM
Here's one thats been bugging me and has prevented me from creating a perfect non-active desktop environment so that students can't mess with the desktop settings...

How do you remove the Folder Options from the Start-Settings Tab??

I have used all other D-Word values & have removed all except the Folder Options, which still enables kids to modify the Windows Style..

Argh...Some one help me with this...please..;-)

jstolz
06-02-2000, 04:17 PM
I don't know what you mean by "all other D-Word values"... because clearly, you haven't. You may want to say what you've done to assist us in better answering you, but regardless;

To remove all options under Start>Settings (including settings), browse the following list and enable those items that still appear in Settings. You'll need to reboot thereafter:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
"ClassicShell"=dword:00000001 ;disable viewing as webpage
"ClearRecentDocsOnExit"=dword:00000001 ;clear recent documents on shutdown
"DisableRegistryTools"=dword:00000001 ;disable registry editing tools
"NoActiveDesktop"=dword:00000001 ;remove Active Desktop option from desktop right-click context menu
"NoAddPrinter"=dword:00000001 ;disable addition of printers
"NoChangesStartMenu"=dword:00000001 ;disable deleting items from Start Menu
"NoClose"=dword:00000001 ;remove the ShutDown option from the Start Menu
"NoCommonGroups"=dword:00000001 ;common program groups do not appear on the Start menu
"NoDeletePrinter"=dword:00000001 ;disable deletion of printers
"NoDesktop"=dword:00000001 ;hide all desktop icons
"NoDrives"=dword:00000000 ;The low order (right most) bit is drive A: while the 26th bit is Drive Z: To hide a drive, turn on its bit
"NoDriveTypeAutoRun"=hex:95,00,00,00 ;disable autostart CD-ROM and floppy drive seek when opening explorer
"NoFavoritesMenu"=dword:00000001 ;hide Favorites on Start Menu
"NoFileMenu"=dword:00000001 ;remove "File" menu in Explorer
"NoFind"=dword:00000001 ;remove the Find command from the Start Menu
"NoFolderOptions"=dword:00000001 ;Disable Explorer View>Folder Options...
"NoLogOff"=hex:01,00,00,00 ;remove logoff [username]... from Start Menu
"NoNetConnectDisconnect"=dword:00000001 ;remove Explorer's "Map Network Drive" and "Disconnect Network Drive" menu and right click options
"NoNetHood"=dword:00000001 ;remove the Network Neighborhood icon from desktop
"NoRecentDocsMenu"=dword:00000001 ;hide Recent documents on Start Menu
"NoRecentDocsHistory"=dword:00000001 ;clear Recent documents history on Start Menu
"NoRun"=dword:00000001 ;remove the Run command from the Start menu
"NoSaveSettings"=hex:00,00,00,00 ;save window settings on exit
"NoSetActiveDesktop"=dword:00000001 ;disable Active Desktop
"NoSetFolders"=dword:00000001 ;hide Settings|Control Panel and Settings|Printers on the Start Menu
"NoSetTaskbar"=dword:00000001 ;hide Settings|Taskbar on the Start Menu; only Drag/Drop can be used to alter Start Menu and Desktop
"NoStartBanner"=hex:01,00,00,00 ;disable stupid "Click here to start"
"NoWindowsUpdate"=dword:00000001 ;removes Windows update from Start Menu|Settings
"RestrictRun"=dword:00000001 ;only programs defined at: HKCU\Software\Microsoft\...\Policies\Explorer\Rest rictRun will run

Regards...