Pages

Wednesday, March 2, 2016

HOW TO MAKE YOUR COMPUTER WELCOMES YOU

Hello everyone 
did you interested that your computer welcomes you when you turn on your computer ??
yes it is possible ??
how????
this is a simple tricks that your computer welcomes you like welcome to your pc  ...........(your name)

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.


To use this trick, follow the instructions given below:- 

1.   Use win+r then type notepad
        or 
 go to start menu then click on  all programs then go on accessories then select notepad  
  1. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.    Replace username into your name that you wanna hear that your computer welcomes you

 for example your name is tech hack   then our code will be as :
Dim speaks, speech
speaks="Welcome to your PC, tech hack"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

   
As you can see tech hack in red colour so change it according to your username 



4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5.  Copy the saved file.  
6.  Navigate to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (FOR  Windows 8 and  Windows 7) if C: is your System drive. some folder might be hidden  AppData is also a  hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
     7.  Paste the file.


 

No comments:

Post a Comment