Introduction: How to Lock Windows With a Key

About: I love DIY and I would rather try invent or make something then buy it. I have just started playing around with Arduino and loving it. I also love to cook.

.
A Very Simple Way On How To Lock Then Unlock Windows 7 or 8 With A Key.

Lock and unlock all versions of  windows with a key switch and an Arduino Leonardo Board.
-You will need a ON/OFF key switch that allows the key to be removed in both positions
-Arduino Leonardo

(The Leonardo Board differs from other Arduino boards in that it uses a single microcontroller to run your sketches and for USB communication with the computer. The Uno and other boards use separate microcontrollers for these two functions, meaning that the USB connection to the computer remains established regardless of the state of the main microcontroller. By combining these two functions onto a single processor, the Leonardo allows for more flexibility in its communication with the computer. It also helps to lower the cost of the board by removing the need for an additional processor.)

-Green LED
-Red LED
-2 x 220,ohm resistors

Switching the key locks your computer and indicates a red LED, switching back will unlock your computer and indicate a green LED.  This also works if your account is passworded.To add your password follow the instructions in the sketch.

Very little Arduino knowledge is needed to make this. This is my first project. It really is very easy.

The breadboard diagram can be viewed here: http://goo.gl/ISOSGZ

The sketch can be downloaded from here: http://goo.gl/ggmkRU

Hope you have fun with this, if you use it or like this instructable please vote and favourite it. Thank you.

Arduino Contest

Participated in the
Arduino Contest