Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

Make your keyboard light up

Make your keyboard light up

Here's an old interesting trick for Windows operating systems - A light show of lights.

With the help of a small ordinary script, you can "make" the lights (Num, Caps, Scroll) on the Keyboard light up, ie. tremble.

This "trick" will work on all keyboards!

So what do you need:

Let's start:

  1. Open Notepad and copy the code below:
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop
  2. Save file (Ctrl + S) as filename.vbs
    Note that it says .vbs at the end
  3. A new file will appear, click 2x on it to run it and that's it, the lights are flashing.

To stop the script:

Open the Task Manager (Ctrl + Alt + Del), go to the "processes" tab, and at the end of the list find the process wscript.exe, click on  End Process and the script will shut down.

Note: The lights may not turn off either, but if they remain on, simply turn them off with the appropriate key on the keyboard.

Comments

Popular this month

Copy the text from the image to a TXT file

In one of the last posts I wrote how to find the desired Font from an image, but what about the whole text? There are other tools for this. In order not to manually copy the entire text from an image, one site will do it for you - OCR .

How to download the complete FB profile

UPDATE: The article has been updated. Click here. You have probably heard these days that the hacker group "Anonymous" will crash Facebook on November 5, 2011, maybe it will, maybe it won't. If you want to save all your pictures and videos, etc. you can do it in a few steps.

SOPA is retiring for now

Lamar Smith said he is withdrawing the controversial SOPA law for now until they find a solution. Namely, the people behind this have obviously taken the protests of Wikipedia , Google, Reddit, and other big companies around the world seriously.

New smileys for Facebook "grew" into pictures!

Lately, the  new option on Facebook has become a favorite among users. Namely, when the new option for Facebook chat appeared, it was known that it would not stop at troll smilies . There are already a lot of those smileys now, users are looking for something better, more interesting, so they made a whole mosaic of these little pictures!

How to create a temporary email to SEND messages?

About six years ago, I wrote about services that allow you to create temporary email addresses to receive email messages. These services cannot send messages, so I decided to write a new article for that purpose.