Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to deactivate ctrl alt del on W2K or XP
Message
From
02/10/2002 13:33:03
 
 
To
02/10/2002 12:15:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00706928
Message ID:
00706964
Views:
28
Kouakou

You can control what appears during Windows NT security dialog box using the following Windows NT registry hack:

Disable Lock Workstation button:(Ctrl+Alt+Del)
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableLockWorkstation
Type: REG_DWORD
Value: 1 disable


Disable Task Manager button:
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1 disable


Disable Change Password button:
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableChangePassword
Type: REG_DWORD
Value: 1 disable


Disable Logoff button:
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Note: change from System to Explorer
Name: NoLogoff
Type: REG_DWORD
Value: 1 disable
Note that the NoLogoff diable logoff option from the Security dialog and from Start menu.


Disable Shutdown button:
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Name: NoClose
Type: REG_DWORD
Value: 1 disable

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform