What Killer? - What exactly does it kill, again?
Started by Scott


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


26 posts in this topic
sophos7
Junior Member
**


0
5 posts 0 threads Joined: Jul 2009
05-06-2010, 10:28 AM -
#16
For those who want to completely disable the Windows Keyboard Key as well as the ability to click on the start menu. Create and run these reg files. Note, these must be run as an admin user.

This will disable the Windows Key on the keyboard from working. This also disabled CTRL+ESC from working too.
filename = disable_windows_key.reg
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,00,00

Now to stop the Start Menu from working.

First you need to remove the default values
filename = remove_original_keys.reg
Code:
Windows Registry Editor Version 5.00

;; remove key for start menu before adding new keys to disable it
[-HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]

Now we add the values to disable the start menu
filename = disable_start.reg
Code:
Windows Registry Editor Version 5.00

;; IMPORTANT!!! remove original key before creating these
;; add new keys to disable start menu
[HKEY_CLASSES_ROOT\CLSID\{-5b4dae26-b807-11d0-9815-00c04fd91972}]
@="Menu Band"

[HKEY_CLASSES_ROOT\CLSID\{-5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\
  45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

The start menu will not respond when clicked on.

To reverse all of this we need to remove the registry keys that disable the start menu.
filename = remove_disable_keys.reg
Code:
Windows Registry Editor Version 5.00

;; Remove the disable keys before restoring default
[-HKEY_CLASSES_ROOT\CLSID\{-5b4dae26-b807-11d0-9815-00c04fd91972}]

Now we replace the keys for the original/default setting.
filename = restore_default.reg
Code:
Windows Registry Editor Version 5.00

;; Restore Default Keys for Start Menu
[HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]
@="Menu Band"

[HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\
  45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

I hope this helps anyone else trying to completely disable the start menu.


Messages In This Thread
[No subject] - by Scott - 02-27-2004, 07:39 AM
[No subject] - by shapeshifter - 02-27-2004, 11:36 AM
[No subject] - by Scott - 02-27-2004, 01:44 PM
[No subject] - by shapeshifter - 02-28-2004, 06:14 AM
[No subject] - by Scott - 02-28-2004, 11:33 AM
[No subject] - by shapeshifter - 02-29-2004, 08:23 AM
[No subject] - by Yuri Kobets - 02-29-2004, 03:23 PM
[No subject] - by startkilling - 12-30-2004, 07:03 PM
[No subject] - by startkilling - 05-01-2006, 02:41 AM
[No subject] - by MentholMoose - 02-03-2007, 11:16 AM
[No subject] - by kipmason - 04-17-2009, 08:04 AM
Still not working in 3.1 - by sophos7 - 07-13-2009, 12:26 PM
Re: What Killer? - What exactly does it kill, again? - by sophos7 - 05-06-2010, 10:28 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)