How To Turn Your Computer Into JARVIS from Iron Man?

label






Hey guys, Today’s post is really unique and you’ll be shocked after Hearing about this post. In this this post we’re gonna share a trick from which you would be welcomed by your computer whenever you open it, just like Jarvis in iron man movies.


Steps – 
1. Open Notepad in your PC.
2. Copy and paste the code given below.

VOICE-1>
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
dim str
if hour(time) < 12 then
str = "Good Morning "
else
if hour(time) > 12 then
if hour(time) > 16 then
str = "Good evening "
else
str = "Good afternoon "
end if
end if
end if
str= str & "Coding geeks. Welcome to your own World! "
Sapi.speak str

VOICE-2 >

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks



3. Replace Welcome to your PC with your own Name.
4. Click on File menu > Save As > Select Save Type All Files in     save as file option or save File Name welcome.vbs 
    EX- Welcome.vbs
5. And save the file in your desktop.
6. The trick’s almost done. When next time you’ll open your               computer it will welcome you init’s own computerize voice.
7. Then, copy the saved file.
8. Now go to Windows XP > C: > Documents and Settings > All Users > Start Menu > Programs > Startup

&

In Windows8, Windows7 > C: > Users > Hackerboy > AppData > 
Roaming > Microsoft > Windows StartMenu > Programs > Startup

9. If C: is your System drive. then AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

10. Now paste that file here.

11. That’s it you’re done.



Share This :



sentiment_satisfied Emoticon