mayboy Posted September 28, 2005 Share Posted September 28, 2005 I have copied a script off of the forums to disable CTR+ALT+DEL. It has remapped my keyes and i am not sure how to get the keys back to normal. the post has since been deleted. Can somebody please help and tell me how to map my keys to the original thing. If it helps, here is the code: ;ensure a proper remap of XP's CTRL+ALT+DEL to oblivion... SplashTextOn("", "" & @LF & "-- WARNING --", @DesktopWidth, @DesktopHeight, -1, -1, 1, "", 36) If MsgBox(262193, "DANGER!", "Are you sure that you want to completely disable CTRL+ALT+DEL on your system?" & @LF & "(Cancel to exit and reverse any previous changes)") = 2 Then RegDelete("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout", "Scancode Map") RestartMe() Exit EndIf RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout", "Scancode Map", "REG_BINARY", "00000000000000000600000000001d0000001de000003800000038e0000053e000000000") RestartMe() Func RestartMe() If MsgBox(262193, "Restart Required . . .", "Restart now?") = 2 Then Exit EndIf Shutdown(6) EndFunc Thank you Link to comment Share on other sites More sharing options...
Valuater Posted September 28, 2005 Share Posted September 28, 2005 did you try this.... from the same postTo restore, run the script again.Read the message "(Cancel to exit and reverse any previous changes)", and, PRESS CANCEL TO EXIT AND REVERSE ANY PREVIOUS CHANGES.As the next message box informs, "Restart Required" -- A RESTART IS REQUIRED -- PRESS "OK" TO RESTART THE COMPUTER.After the computer restarts, the three finger salute will be back to normal.PLEASE DO NOT USE THIS SCRIPT IF YOU DON'T FULLY UNDERSTAND THE ABOVE INSTRUCTIONS . . .?????8) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now