3

Click here to load reader

Enable_Disable Mouse and Keyboard by Registry

  • Upload
    ununx13

  • View
    29

  • Download
    0

Embed Size (px)

DESCRIPTION

Mouse and Keyboard by

Citation preview

  • Search

    Better Place development team blog

    Add comments

    Enable/Disable mouse and keyboard by registryJun122011

    Disable mouse:

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\mouclass]

    "Start"=dword:00000004

    " Type"=dword:00000010

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\mouhid]

    "Start"=dword:00000004

    " Type"=dword:00000010

    Disable keyboard:

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\kbdclass]

    "Start"=dword:00000004

    "Type"=dword:00000010

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\kbdhid]

    "Start"=dword:00000004

    " Type"=dword:00000010

    Enable mouse:

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\mouclass]

    Enable/Disable mouse and keyboard by registry http://betterteamblog.com/enabledisable-mouse-and-keyboard-by-registry/

    1 of 3 5/13/2014 1:05 PM

  • Posted by felix at 12:24 pm

    Name

    E-mail

    URI

    Leave a Reply

    (required)

    (required)

    Your Comment

    "Start"=dword:00000003

    " Type"=dword:0000001

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\mouhid]

    "Start"=dword:00000003

    " Type"=dword:0000001

    Enable keyboard:

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\kbdclass]

    "Start"=dword:00000003

    "Type"=dword:0000001

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\kbdhid]

    "Start"=dword:00000003

    " Type"=dword:0000001

    Note: If you keyboard and mouse are disabled you can re-enable them using the following technique:http://betterteamblog.com/readwrite-offline-registry/

    .

    Enable/Disable mouse and keyboard by registry http://betterteamblog.com/enabledisable-mouse-and-keyboard-by-registry/

    2 of 3 5/13/2014 1:05 PM

  • 2012 Better Place development team blog Suffusion theme by Sayontan Sinha

    Read/Write offline registry

    You may use these HTML tags and attributes:

    Submit Comment

    Enable/Disable mouse and keyboard by registry http://betterteamblog.com/enabledisable-mouse-and-keyboard-by-registry/

    3 of 3 5/13/2014 1:05 PM