Skip to main content

Make Your PC welcome you when you open it (It speaks)


NOW MAKE YOUR COMPUTER WELCOME YOU !!!! 

EVERYTIME YOU OPEN YOUR PC (TESTED)







Yes it is possible and we (technology reforms) have tested it for you guys!!
From the beginning we all wanted our PC to welcome us like JARVIS did in Iron Man s
o this is for u guys only!!!

So here we go-
First of all open your notepad, I mean that one which is in your PC. 


2) Then go and copy and paste the code given below.
---------------------------------------------------------------------------

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

----------------------------------------------------------------------------
3) Now he third thing is to replace the username with your name or simply what you want to speak is to be typed in the speak title.

4) Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
5) Now windows 7 and 8 users paste the to 

C:\Users\ {UserName}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

5b) WINDOWS XP users go to
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

and you are almost done 
Just restart the PC or whenever next time you start the PC it will welcome you!!

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
Go to Control Panel.
Then click on Switch to Classic View.
Then Click on Sounds and Audio Devices.
Then Click on the Sounds Tab.
Select No Sounds from the Sound Scheme option.
If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the pop-up menu.
Click on OK.
In my personal opinion, this can be a wonderful trick.

Comments

Popular posts from this blog

How To Active GodMode In Win7?

GodMode is a folder that allow you to change all your settings from one place. Sounds Good? huh? It's very easy to enable and damn useful. Step 1: create a new folder on your desktop or anywhere you'd like. Step 2: Rename it to: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Step 3: Open the folder and enjoy.

View Private Facebook Profile Picture in Full Size

An Easy Trick to view Private Facebook Profile Picture in Full Size 1.Some people on Facebook set  their image privacy settings to  "Only  me".We will not be able to see  their images in full size.Here is a  simple  work around technique using which you can see the image in full size. 2.Go to the Timeline of the  person(I  know its mostly a girl ). 3.Right click on the profile pick  and  choose the option open image  in a new tab from the menu. 4.Then the image will open in a  separate window. 5.Now just remove s160X160  from  the url of the screenshot and  hit enter . 6.Now you will be able to see the image in full size. Hit like if it worked. #iospranav #TechnologyReforms

Get your friend's IP address in a click

Get your friend's IP in a click  First of all, you need a web host supporting php , which u get for free using any free site like my3gb .com. Now go to file manager of your host create a new file as 'index.php' . Paste the below code in that file. <?php $hostname = gethostbyaddr($_SERVER ['REMOTE_ADDR'); $img_number = imagecreate(400,95); $backcolor = imagecolorallocate ($img_number,10,102,153); $textcolor = imagecolorallocate ($img_number,255,255,255); imagefill($img_number,0,0,$bac kcolor); $number0 = " This is Your IP/Proxy"; $number1 = " IP: $_SERVER[HTTP_X _FORWARDED_FOR]"; $number2 = " Host/Proxy: $hostname"; $number4 = " ______________________________ _by ~js__"; Imagestring($img_number,10,5,5 ,$number0, $textcolor); Imagestring($img_number,10,5,2 5, $number1,$textcolor); Imagestring($img_number,10,5,4 5, $number2,$textcolor); Imagestring($img_number,10,5,5 0, $number4,$textco...