To receive a big and warm welcome from your computer and officially start the first hack,
- manish Yadav
- Jun 5, 2020
- 1 min read
Updated: Mar 22, 2024

1. Open up your Windows Notepad. You can find it by clicking the windows button and searching for
“Notepad” on the search bar.
2. In your Notepad type in with exact formatting:
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace “username” with your name or anything you would like your pc to communicate, for example:
Dim speaks, speech
speaks=”Welcome to your PC, Gary”
4. Click on File Menu - Save As – “Save as Type” - select “all files”. Save the file as Welcome.vbs
5. After saving, right click and copy this file.
6. Now if you are a windows XP user, navigate to C:\Documents and Settings\All Users\Start Menu\
Programs\Startup.
If you are in Windows 8, Windows 7 or Windows Vista navigate to C:\Users\ {User-Name}\AppData\
Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Note: AppData is a hidden folder. So, you will need to select show hidden folders in folder options to locate
it.
7. Paste the file that you copied earlier “welcome.vbs” to “\startup”.
\Start Menu\Programs\Startup
Perk/achievement: At startup time you will be greeted by your computer. You can customize the message
between both parentheses to get a more personal greeting beyond your name.

Comments