soleimanian 0 Report post Posted September 24, 2007 How to disable keyboard In Windows XP 1- Go to StartMenu > Run and type "regedit" and press OK to run Windows Registry Editor. 2- Go to following address: HKEY_CURRENT_USERControl PanelAccessibilityKeyboard Response3- Create a new String Value and name it as Flags , then give it value of 1274- Now Go to following address: HKEY_CURRENT_USERControlpanelAccessibilitySoundSentry5- Create a new String Value and name it as Flags , then give it value of 36- Create a new String Value and name it as WindosEffect, then give it value of 3 7- Close Windows Registry Editor and restart your Computer. After restarting computer, if you press any key on keyboard, your keyboard will not work. Note: to restore to first, delete created entries. Note2: Incorrectly editing the registry may damage your system. First create a backup registry. Share this post Link to post Share on other sites
Liam_CF 0 Report post Posted October 19, 2007 What's the point? Share this post Link to post Share on other sites
rayzoredge 2 Report post Posted October 19, 2007 For pranks?This is one that I'm thinking about doing rather soon. Share this post Link to post Share on other sites
Liam_CF 0 Report post Posted October 19, 2007 Can you get it back to normal again?Does it work on laptops? Share this post Link to post Share on other sites
Sebby123 0 Report post Posted December 21, 2007 Is there a way to do this on a limited account though?But thankyou for that, i can finaly get my friend back. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 12, 2009 Help me to make this batch command valid pleaseHow To Disable Keyboard REG ADD HKCUControl PanelAccessibilityKeyboard Response /v Flags /t REG_SZ /d 126 /fWhen I run it on CMD it says "Too many command-line parameters".-question by Calvin Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 8, 2012 Help me to make this batch command valid pleaseHow To Disable Keyboard REG ADD HKCUControl PanelAccessibilityKeyboard Response /v Flags /t REG_SZ /d 126 /f When I run it on CMD it says "Too many command-line parameters". -question by Calvin Try this REG ADD "HKCUControl PanelAccessibilityKeyboard Response" /v Flags /t REG_SZ /d 126 /f Share this post Link to post Share on other sites
pridvtec 0 Report post Posted February 12, 2012 Thank you for this article. That’s all I can say. You most definitely have made this post into something special. You clearly know what you are doing, you’ve covered so many bases.Thanks! Share this post Link to post Share on other sites
darko100 1 Report post Posted February 13, 2012 Creating a registry file (.reg) is easier i think... You just need to convert that editing into a code... Share this post Link to post Share on other sites