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.

Write your welcome message when you start your computer

Write your welcome message when you start your computer

One little trick you can use to write a message that you will hear when starting the system.

What you need:

Let's start:

  1. Open Notepad and copy the script:
    Dim speaks, speech
    
    speaks="Welcome to your PC, Username"
    
    Set speech=CreateObject("sapi.spvoice")
    
    speech.Speak speaks

    You can change the order: where you will enter your name "Welcome to your PC, Username" instead of  "Username". You can also change the whole sentence, it just has to be in English.
  2. Save the script (ctrl + s) named "welcome.vbs
  3. Open the "Startup programs" folder C:\Documents and Settings\All Users\Start Menu\Programs\Startup (For win XP),
    or C:\Users\User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (For windows 7 and Vista)
    Copy the file you saved earlier here.
  4. The next time you start the system, you will be greeted by a message you wrote.

Note: The message will be spoken in English.

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 .

Google offline maps - instructions

Google has recently added several new features to its maps, including Offline maps and turn-by-turn navigation. It was these two options that were missing so that Google Maps  that could be used as a standalone offline navigation app.

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.

Task Scheduler - Run the program at a specified time

Simple instructions on how to create an "Event" on your computer that will run a program, send an e-mail, show you a notification… With  Task Scheduler , you can also create multiple Events that will run at different times. You can write a reminder and set it to appear on the screen on a specific date. You can also write an email and specify when exactly to send it automatically. Or, if you want, you can set some programs to run at a specific time.