Computers |
|
| | #1 (permalink) |
| True Techie | I have been having problems of people messing with my control pannel when I forget to lock my screen. I wanted to know if there is a freeware application that every time I open my Control pannel or at least the "Display" program in the control pannel it asks for a password. Thanks.
__________________ |
| | |
| | #2 (permalink) |
| Dope Tech | this will disable access to the display properties. export the current key in the registry so you can toggle access on/off. User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ System] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\ System] Value Name: NoDispCPL Data Type: REG_DWORD (DWORD Value) Value Data: (0 = disabled, 1 = enabled)
__________________ Tech IMO.com | ExtremeTech.com | ASP Free.com | SysOpt.com | Tech Support Guy.org DB Forums.com | Cyber Tech Help.com | Lazy Forums.com | Warrior Nation.net 'If you don't stand for somethin you'll fall for anything' - Dr. Dre Been there, done that |
| | |
| | #3 (permalink) |
| Dope Tech | if you want to disable control panel User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ Explorer] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\ Explorer] Value Name: NoControlPanel Data Type: REG_DWORD (DWORD Value) Value Data: (0 = disable restriction, 1 = enable restriction)
__________________ Tech IMO.com | ExtremeTech.com | ASP Free.com | SysOpt.com | Tech Support Guy.org DB Forums.com | Cyber Tech Help.com | Lazy Forums.com | Warrior Nation.net 'If you don't stand for somethin you'll fall for anything' - Dr. Dre Been there, done that |
| | |