udfxrookie Posted August 22, 2007 Report Share Posted August 22, 2007 The following is a .reg file I created to secure my local computers in a telemarketing office... the only one that worked was the last rededit to disable the start button. Will someone that is very good at registry editing review this and tell me what I'm doing wrong so I can correct it and use this.Windows Registry Editor Version 5.00;Disable Control Panel[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoControlPanel"=dword:1;Disable Right Click[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoViewContextMenu"=dword:1[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoViewContextMenu"=dword:1;Remove My Computer From Desktop (No Desktop Items)[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:1[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:1[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]"NoDesktop"=dword:1[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]"NoDesktop"=dword:1;Disable Recycle Bin Properties[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoPropertiesRecycleBin"=dword:1[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoPropertiesRecycleBin"=dword:1;Disable Start Button;Delete Previous Entry[-HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}];Re-create with new name[HKEY_CLASSES_ROOT\CLSID\{-5b4dae26-b807-11d0-9815-00c04fd91972}][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]"Menu Band"=reg_szHKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32""=reg_expand_sz:%SystemRoot%\system32\browseui.dllHKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32"ThreadingModel"=reg_sz:Apartment Quote Link to post Share on other sites
udfxrookie Posted August 23, 2007 Author Report Share Posted August 23, 2007 bump... can anyone figure this out? Quote Link to post Share on other sites
Pete_C Posted August 28, 2007 Report Share Posted August 28, 2007 Well the first thing I would do is to make each operation a separate reg fileThis way you can test each one and see if it does what you want.Once you know it works, you can combine them.I see a couple I wonder about (The - seems to be in wrong place) but it may just be my eyes are tired.[HKEY_CLASSES_ROOT\CLSID\{-5b4dae26-b807-11d0-9815-00c04fd91972}]for example Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.