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

Make your own SmartCover for any Smart device

You must have heard about the SmartCover accessory that protects the screen of your Smart device. You can buy it and place it on the screen yourself in a few steps and thus protect it from shocks, scratches...and also when you cover the screen, it turns off automatically.

The Internet has 2.1 billion users

After reviewing the statistics for 2011 , the company Pingdom concluded that the number of Internet users recorded a large increase from 360 million users, as recorded at the end of 2000, to 30% of the world's population .

YouTube Vanced is down! These are alternatives

The popular replacement for the YouTube app - Vanced - will no longer be available for download. Namely, the authors (due to "legal reasons") had to stop the development of their application and announce that the download links will be unavailable soon.

Xiaomi entered the Guinness Book of Records

Xiaomi not only broke its own record last year but also entered the Guinness Book of Records as the company that sold the smartest devices in 24 hours. Namely, they sold a whole 2.11 million phones ! Of that, 500,000 devices were delivered in the first 12 hours.

How to see WiFi password used on mobile?

The Android system stores WiFi network configurations in the Root portion of the system that the user cannot access without Root permissions. So, if you have connected to a WiFi network, you can no longer see the password but only change it. However, there is one trick you can use to get the password you entered for the WiFi network.