(Hacker Style) Create your own Startup Greet on Windows PC.

Hi!! Friends, I'm here with new PC trick .This is Cool and Awesome Trick for Tricks Lover.
This Article guides you how to collaborate that Test to Speech portion with Windows Startup Program. Windows will greet you on your windows startup. Isn’t it a cool trick??


In this trick, people will merely create their pc welcome them in a very robotic voice “Welcome to Windows, Name.” alternatively something you wanna it to announce. Well you'll conjointly create a group of reminders mistreatment this system, each time you switch ON your laptop, it'll cue you of tasks you wrote within the command.

Build a voice acknowledgement  on Windows Startup by visual basic programming in Windows Notepad.

Open your notepad
Just Type:

Set Sapi = Wscript.CreateObject(“SAPI.SpVoice”)

dim str

if hour(time) < 12 then
Sapi.speak “Good Morning Shobit PC”
else
if hour(time) > 12 then
if hour(time) > 16 then
Sapi.speak “Good evening Shobit PC ”
else
Sapi.speak “Good afternoon Shobit PC”
end if
end if
end if

Sapi.speak “The current time is “

if hour(time) > 12 then
Sapi.speak hour(time)-12
else
if hour(time) = 0 then
Sapi.speak “12”
else
Sapi.speak hour(time)
end if
end if



if minute(time) < 10 then
Sapi.speak “o”
if minute(time) < 1 then
Sapi.speak “clock”
else
Sapi.speak minute(time)
end if
else
Sapi.speak minute(time)
end if

if hour(time) > 12 then
Sapi.speak “P.M.”
else
if hour(time) = 0 then
if minute(time) = 0 then
Sapi.speak “Midnight”
else
Sapi.speak “A.M.”
end if
else
if hour(time) = 12 then
if minute(time) = 0 then
Sapi.speak “Noon”
else
Sapi.speak “P.M.”
end if
else
Sapi.speak “A.M.”
end if
end if
end if

Save as WelcomeGreet.vbs on Desktop.
Press ? +R (Windows Key + R) and type shell:startup in the Run dialog box and press Enter
The startup folder will open.
Copy the WelcomeGreet.vbs file from Desktop & paste the startup folder


NOTE

All Set !! You can change Shobit PC & add your own name in the code
Also change every “ ” double quote in the above code manually using your keyboard in case of Microsoft Compilation Error at PC startup. (It happens due to font & ASCII Charachters)



Now every time you turn ON your PC, It will welcome you in its own robotic voice.
Special Note: For best result,  I recommends you to adjust sound scheme option to No Sounds.
You can control the sound schemes by steps shown below :-


  • Press windows Key + R and type mmsys.cpl
  • Select on Sounds and Audio Devices option
  • Click on the Sounds Tab
  • Select No Sounds from the Sound Scheme options
  • If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup
  • Confirm changes by clicking OK

No comments:

Powered by Blogger.