vote up 0 vote down star

My keyboard has a Power button that when pressed turns off the machine. I sometimes press it by accident, and lose everything I was doing in adition to having to wait for the PC to turn off and then turn it on again.

How can I disable this button in Windows XP?

flag

4 Answers

vote up 2 vote down check

You can define what the power buttons (Power, sleep, etc.) should do when pressed in the Power options. You can simply set your power button to do nothing.

This will also affect the physical power button on your computer, though.

link|flag
1  
Better than this is to set it to ask what to do. This way he has an escape route if the button is pressed by accident, but can still use the button on purpose as well. – eleven81 Oct 15 at 17:19
I prefer not to be asked. Confirmations don't help for potentially dangerous operations. Consult Raskin, Cooper, &c. on that :-) – Johannes Rössel Oct 15 at 17:25
I do read the dialog boxes unlike a lot of people, so this is probably the best thing to do. I'll try to see if it works. – reyjavikvi Oct 15 at 18:19
vote up 3 vote down

I'd try looking into AutoHotKey. The software is excellent and I use it for this exact purpose. The software is free and consumes almost nothing in resources.

I remapped the Sleep Key (in my case) to do absolutely nothing, and it's trivial to do yourself.

Just open up the script in notepad

  1. Open up the script you're using in notepad.
  2. Try entering Sleep::

If this doesn't disable it - then there a couple more steps you need to take.

  1. Install a keyboard hook by entering #InstallKeybdHook
  2. Find out what key it is by looking at the key history in the main window.
  3. Enter KEY:: where KEY is the key's name.
link|flag
vote up 2 vote down

Pop it off with screwdriver. Works with any OS.

link|flag
Sure, because people love to tear apart their keyboard. – Gnoupi Oct 26 at 10:56
vote up 1 vote down

Try Tweak UI and look under the Explorer > Command Keys section for a key assignment.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.