re: Registry Editing
Thursday, August 23, 2007 at 5:15 pm Windows 2000 Annoyances Discussion Forum
Posted by DEX
(11807 messages posted)
Give a man a fish and he will eat for a day.
Teach a man to fish and he will eat for the rest of his life.
-- Chinese proverb --
Alot of work
Just used the gpedit.msc from the run command
and disable the items you don't want them to see or use..
The gpedit.msc is a fast way to edit the reg.file..
You must have Admin.rights to this use this command..
Great Free Software Click
Here
C. H. Forum Click Here
On Thursday, August 23, 2007 at 8:23 am, Kris Allen wrote:
>The following is a .reg file I created to semi-secure my local computers from inside
>users... the only one that worked was the last regedit to disable the start button.
>Can you review this and tell me what I'm doing wrong so I can correct it and use
>this.
>
>Here's the file:
>
>
>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_sz
>
>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32
>""=reg_expand_sz:%SystemRoot%\system32\browseui.dll
>
>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32
>"ThreadingModel"=reg_sz:Apartment
- Written in response to:
- Registry Editing (Kris Allen: Thursday, August 23, 2007 at 8:23 am)
There are presently no replies to this message.
|
|