Sunday, 14 April 2013

If you can not locate any option to make your computer speak your text, you can create a small program for yourself. No need for any software to do that, just use notepad. Only for Windows users. Copy the code below and then save it as anything.vbs:


Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

Locate the file you saved and then click..Boom
Output should look like the one below


For those Windows 8 users you can see that Windows 8 does not have that start menu which previous Windows  have and also its now boring to locate it on settings and then click set of options (Sleep, Shut down and Restart). To eliminate this you can create your own Shutdown shortcut to save time.

 Create Shutdown Shortcu

Step 1: Create A New Shortcut ( by right click on desktop and select new option after that select shortcut option form the list).

Step 2: Write the code in location as show in the image.

For Windows 7 and Windows 8
For Shutdown: Shutdown /s
For Restart : Shutdown.exe /r /t 00

For Windows XP
For Shutdown: Shutdown.exe -s -t 00
For Restart : Shutdown.exe -r -t 00

Step 3: Click Next and Write any Name of Shortcut and click Finish.

To use your shortcut on desktop just double click it.
Top 10 highest rated Tech CEOs.
Sometimes windows automatic update end up boring to most windows users. This can help:
 DISABLE AUTOMATIC UPDATE IN
WINDOWS (2 NEW METHOD)
#1: DISABLING FROM WINDOWS UPDATE CENTER:
This is an easier step and you might be aware of it. Anyway for those who don’t know, here
1ST STEP:
Go to Start Menu and CLICK ON Control Panel and switch to large icon view
2ND STEP:
Now at the end of the list click on Windows Update Windows Update panel will pop up.
3RD STEP:
Now at the end of the list click on Windows Update Windows Update panel will pop up.
4TH STEP:
go to change setting
5TH STEP:
Now under Important Updates section click on the drop down menu and select the Never Check for Updates option.
6TH STEP:
Apply all changes [Just press OK] and you are done


#2 :METHOD 2:- THIS PERMENENTLY DISABLE UR
 UPDATE 
2: Disabling from the Administrative Tools:
1ST STEP:
Go to Control Panel before and switch to Icon View as before.
2ND STEP:
From the Administrative Tools double click on Services.
3RD STEP:
Now scroll down to the list and find and select Windows Update.
4TH STEP:
Then click properties of windows update
5TH STEP:
Then click DISABLE in start up type
6TH STEP:
Then click STOP in service status
7 TH STEP:
Hit OK and save everything

Welcome To Leereal.Inc

One of those Blogs where you can get useful computer tips and tricks. You can also get latest technology information. Learn programming with us. Help us develop our skills.