PDA

View Full Version : Disable Ctrl function



david.jobidon
01-07-2002, 09:50 PM
I'd like to disable some w2k commands such as "alt tab" fucntion, the "ctrl shift escape" function and the "ctrl escape" fucntion, does anyone knows how to do it

hutzmoose
01-07-2002, 09:55 PM
I think this will help
<a target="_blank" href=http://www.winguides.com/registry/display.php/549/>http://www.winguides.com/registry/display.php/549/</a>

Mike

Fumbling through the registy since 1998 ;o)

david.jobidon
01-07-2002, 10:06 PM
Thanks for your help but it doesn't work.

Smitty
01-07-2002, 10:25 PM
david

Until Win2k user jumps in.

http://www.windows2000faq.com/Articles/Index.cfm?ArticleID=14829 (http://www.windows2000faq.com/Articles/Index.cfm?ArticleID=14893>http://www.windows2000faq.com/Articles/Index.cfm?ArticleID=14893</a>
<a)
<a target="_blank" href=http://groups.google.com/groups?q=disable++%22ctrl+alt+del%22+win2k+registr y&selm=u7wd%>http://groups.google.com/groups?q=disable++%22ctrl+alt+del%22+win2k+registr y&selm=u7wd%</a>


Smitty

rjkrash
01-08-2002, 12:46 AM
I assume these are security policy requests ...

These apply only to Win2k and WinXP.

And they work!

Q. How do I enable/disable Alt+Tab?

HKEY_CURRENT_USER\Control Panel\Desktop
REG_SZ VALUE Coolswitch
Set value to 0 to Disable
Set value to 1 to Enable

Q. How do I enable/disable Ctrl+Shift+ESC and Ctrl+Alt+Del to start Task Manager?

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
Create REG_DWORD VALUE NAME = "DisableTaskMgr"
Set value to 1 to enable DisableTaskMgr
Set value to 0 or delete Value to disable DisableTaskMgr

Prevents users from starting Task Manager (Taskmgr.exe).

Note: If this setting is enabled and users try to start Task Manager, a message appears explaining that a policy prevents the action. Don't know how to get rid of the message (maybe resHacker).

Ctrl+ESC used to bring up taskmanager but now opens the start menu. I don't know how to disable that. I don't see a security point in doing that anyway since the Start Button is only a click away. If there is a specific thing on the start menu you want to stop users from doing ask.

The two rules for success:
1. Never tell them everything you know.

david.jobidon
01-08-2002, 07:22 PM
Then I will ask you one thing, can we, with windows 2000 pro, hide the taskbar. So there's no way a user can open any application or Change user??

rjkrash
01-08-2002, 08:38 PM
For the disable Alt+Tab hack to work You MUST RESTART the computer. I left that out of the instructions, sorry.

The two rules for success:
1. Never tell them everything you know.