How to change welcome sound in windows [Make your computer greet you]
Do you think it is possible ! Yes it is possible .Want to make computer greet you at welcome screen like "Hello welcome geek" , By the following simple instructions it is possible .
Click on the start menu and the navigate to Notepad .
Paste the following code in the Notepad .
Replace the usename with your name or replace it with word want you want to listen on start up.
Now click on File option in Notepad .
Click on Saveas option and save it to Welcome.vbs or "*.vbs".
Then copy saved file to below locations :
For Windows XP : C:\Documents and Settings\All Users\Start Menu\Programs\Startup
For Windows 7/8 :
C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MarkinMind : For best results it is recommended to change sound scheme No sounds .Here is a tutorial to how to change sound scheme to No sounds
Go to -> Control Panel .
Click on switch view to classic view .
Click on audio devices .
Click on sound tab and select No Sounds from sound scheme option .
It done by click on Ok .
Click on the start menu and the navigate to Notepad .
Paste the following code in the Notepad .
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Replace the usename with your name or replace it with word want you want to listen on start up.
Now click on File option in Notepad .
Click on Saveas option and save it to Welcome.vbs or "*.vbs".
Then copy saved file to below locations :
For Windows XP : C:\Documents and Settings\All Users\Start Menu\Programs\Startup
For Windows 7/8 :
C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MarkinMind : For best results it is recommended to change sound scheme No sounds .Here is a tutorial to how to change sound scheme to No sounds
Go to -> Control Panel .
Click on switch view to classic view .
Click on audio devices .
Click on sound tab and select No Sounds from sound scheme option .
It done by click on Ok .
How to change welcome sound in windows [Make your computer greet you]
Reviewed by sunny
on
10:44
Rating:

No comments: