Make Your PC Greet You Everytime You Open Windows
Follow these steps:
1. Create a New Text Document. (Use Notepad)
2. Copy and paste the code below.
4. Then click on File Menu, Save As, select All Types in Save as Type option, save it as Welcome.vbs or "*.vbs" (Make sure the file do NOT end on .txt, but on .vbs)
5. Copy the saved file.
6. Navigate to C:\Documents and Settings \All Users \Start Menu \Programs \Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
That's it! Next time you start your computer, Windows will welcome you in its own computerized voice.
1. Create a New Text Document. (Use Notepad)
2. Copy and paste the code below.
Dim speaks, speech speaks="Welcome to your PC, USERNAME" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks3. Replace USERNAME above with your own name.
4. Then click on File Menu, Save As, select All Types in Save as Type option, save it as Welcome.vbs or "*.vbs" (Make sure the file do NOT end on .txt, but on .vbs)
5. Copy the saved file.
6. Navigate to C:\Documents and Settings \All Users \Start Menu \Programs \Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
That's it! Next time you start your computer, Windows will welcome you in its own computerized voice.