100% found this document useful (1 vote)
676 views4 pages

Regedit 1

The document contains a batch script that modifies several registry keys related to accessibility, keyboard, mouse, and input method settings in order to disable accessibility features, modify keyboard and mouse settings, and modify IME hotkeys. The script runs registry commands to add or modify over 50 registry keys and values to change various system configuration settings for keyboard, mouse, accessibility, and input methods.

Uploaded by

smokeZ12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
676 views4 pages

Regedit 1

The document contains a batch script that modifies several registry keys related to accessibility, keyboard, mouse, and input method settings in order to disable accessibility features, modify keyboard and mouse settings, and modify IME hotkeys. The script runs registry commands to add or modify over 50 registry keys and values to change various system configuration settings for keyboard, mouse, accessibility, and input methods.

Uploaded by

smokeZ12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

@shift /0

@Echo Off
Title NINJA & Color A4
cd %systemroot%\system32
call :IsAdmin

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference]


"On"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]


"Last Valid Wait"=dword:0000012c
"Last Valid Delay"=dword:00000000
"Last Valid Repeat"=dword:00000000
"Last BounceKey Setting"=dword:00000000
"Flags"="59"
"DelayBeforeAcceptance"="0"
"AutoRepeatRate"="41"
"AutoRepeatDelay"="250"
"BounceTime"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\MouseKeys]
"Flags"="38"
"MaximumSpeed"="80"
"TimeToMaximumSpeed"="3000"

[HKEY_CURRENT_USER\Control Panel\Accessibility\On]
"On"=dword:00000000
"Locale"=dword:00000000

[HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
"Flags"="38"

Reg.exe add "HKCU\Control Panel\Accessibility" /v "MessageDuration" /t REG_DWORD /d


"5" /f
Reg.exe add "HKCU\Control Panel\Accessibility" /v "MinimumHitRadius" /t
REG_DWORD /d "0" /f
Reg.exe add "HKCU\Control Panel\Accessibility" /v "Sound on Activation" /t
REG_DWORD /d "0" /f
Reg.exe add "HKCU\Control Panel\Accessibility" /v "Warning Sounds" /t REG_DWORD /d
"0" /f
Reg.exe add "HKCU\Control Panel\Accessibility\Keyboard Preference" /v "On" /t
REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Accessibility\MouseKeys" /v "Flags" /t REG_SZ /d
"38" /f
Reg.exe add "HKCU\Control Panel\Accessibility\MouseKeys" /v "MaximumSpeed" /t
REG_SZ /d "60" /f
Reg.exe add "HKCU\Control Panel\Accessibility\MouseKeys" /v "TimeToMaximumSpeed" /t
REG_SZ /d "3000" /f
Reg.exe add "HKCU\Control Panel\Accessibility\On" /v "On" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Control Panel\Accessibility\On" /v "Locale" /t REG_DWORD /d
"0" /f
Reg.exe add "HKCU\Control Panel\Accessibility\ShowSounds" /v "On" /t REG_SZ /d
"0" /f
Reg.exe add "HKCU\Control Panel\Accessibility\SlateLaunch" /v "ATapp" /t REG_SZ /d
"narrator" /f
Reg.exe add "HKCU\Control Panel\Accessibility\SlateLaunch" /v "LaunchAT" /t
REG_DWORD /d "1" /f
Reg.exe add "HKCU\Control Panel\Accessibility\StickyKeys" /v "Flags" /t REG_SZ /d
"2" /f
Reg.exe add "HKCU\Control Panel\Accessibility\TimeOut" /v "Flags" /t REG_SZ /d
"2" /f
Reg.exe add "HKCU\Control Panel\Accessibility\TimeOut" /v "TimeToWait" /t REG_SZ /d
"300000" /f
Reg.exe add "HKCU\Control Panel\Accessibility\ToggleKeys" /v "Flags" /t REG_SZ /d
"38" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000010" /v "Key
Modifiers" /t REG_BINARY /d "02c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000010" /v "Virtual Key" /t
REG_BINARY /d "20000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000010" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000011" /v "Key
Modifiers" /t REG_BINARY /d "04c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000011" /v "Virtual Key" /t
REG_BINARY /d "20000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000011" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000012" /v "Key
Modifiers" /t REG_BINARY /d "02c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000012" /v "Virtual Key" /t
REG_BINARY /d "be000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000012" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000070" /v "Key
Modifiers" /t REG_BINARY /d "02c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000070" /v "Virtual Key" /t
REG_BINARY /d "20000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000070" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000071" /v "Key
Modifiers" /t REG_BINARY /d "04c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000071" /v "Virtual Key" /t
REG_BINARY /d "20000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000071" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000072" /v "Key
Modifiers" /t REG_BINARY /d "03c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000072" /v "Virtual Key" /t
REG_BINARY /d "bc000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000072" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000104" /v "Key
Modifiers" /t REG_BINARY /d "06c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000104" /v "Virtual Key" /t
REG_BINARY /d "30000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000104" /v "Target IME" /t
REG_BINARY /d "110401e0" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000200" /v "Key
Modifiers" /t REG_BINARY /d "03c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000200" /v "Virtual Key" /t
REG_BINARY /d "47000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000200" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000201" /v "Key
Modifiers" /t REG_BINARY /d "03c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000201" /v "Virtual Key" /t
REG_BINARY /d "4b000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000201" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000202" /v "Key
Modifiers" /t REG_BINARY /d "03c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000202" /v "Virtual Key" /t
REG_BINARY /d "4c000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000202" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000203" /v "Key
Modifiers" /t REG_BINARY /d "03c00000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000203" /v "Virtual Key" /t
REG_BINARY /d "56000000" /f
Reg.exe add "HKCU\Control Panel\Input Method\Hot Keys\00000203" /v "Target IME" /t
REG_BINARY /d "00000000" /f
Reg.exe add "HKCU\Control Panel\International\User Profile System Backup\pt-BR" /v
"0416:00000416" /t REG_DWORD /d "1" /f
Reg.exe add "HKCU\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t
REG_SZ /d "2" /f
Reg.exe add "HKCU\Control Panel\Keyboard" /v "KeyboardSpeed" /t REG_SZ /d "25" /f
Reg.exe add "HKCU\Control Panel\Keyboard" /v "KeyboardDelay" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "ActiveWindowTracking" /t REG_DWORD /d
"0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "Beep" /t REG_SZ /d "No" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickHeight" /t REG_SZ /d "4" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickSpeed" /t REG_SZ /d "500" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickWidth" /t REG_SZ /d "4" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "ExtendedSounds" /t REG_SZ /d "no" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseHoverHeight" /t REG_SZ /d "4" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseHoverWidth" /t REG_SZ /d "4" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSensitivity" /t REG_SZ /d "6" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSpeed" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold1" /t REG_SZ /d "2" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold2" /t REG_SZ /d "4" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseTrails" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "SmoothMouseYCurve" /t REG_BINARY /d
"0000000000000000fd11010000000000002404000000000000fc12000000000000c0bb0100000000"
/f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSensitivity" /t REG_SZ /d "6" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "SnapToDefaultButton" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "SwapMouseButtons" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseHoverTime" /t REG_SZ /d "9" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "Beep2" /t REG_SZ /d "No" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickHeight2" /t REG_SZ /d
"0,9" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickSpeed2" /t REG_SZ /d "0,7" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "DoubleClickWidth2" /t REG_SZ /d "0,5" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "ExtendedSounds2" /t REG_SZ /d "No" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSensitivity2" /t REG_SZ /d "10" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSpeed2" /t REG_SZ /d "1" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold12" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold22" /t REG_SZ /d "0" /f
Reg.exe add "HKCU\Control Panel\Mouse" /v "SmoothMouseXCurve2" /t REG_BINARY /d
"0000000000000000156e000000000000004001000000000029dc0300000000000000280000000000"
/f
Reg.exe add "HKCU\Control Panel\Mouse" /v "SmoothMouseYCurve2" /t REG_BINARY /d
"000000000000000066a6020000000000cd4c050000000000a0990a00000000003833150000000000"
/f
Exit

:IsAdmin
Reg.exe query "HKU\S-1-5-19\Environment"
If Not %ERRORLEVEL% EQU 0 (
Cls & Echo You must have administrator rights to continue ...
Pause & Exit
)
Cls
goto:eof

You might also like