Open notepad and paste the following code and save the file with .vbs extension, it will create a VBScript File. It will prompt you for a text, input the text and press ok.” ;copy from here————– Dim msg, sapi msg=InputBox("Enter your text","Talk it") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg ;———-to here Download the .vbs file
Continue reading...Thursday, July 3, 2008
Download StartClock form the following url and run StartClock http://startclock.osnn.net/files This cool freeware will replace the word start with the system time. This tiny piece of code comes with startclock.ini file for making configuration changes such as 12 hour clock with seconds 24hour clock ,load program at start up, refresh rate (Be careful with this number smaller [...]
Continue reading...Saturday, June 28, 2008
As an added security precaution it is possible to clear all data that has been written to the page file so it cannot be retrieved. The downside to this tweak is that it may substantially increase shutdown time depending on the amount of data in the page file. [Start] –> [Run] –> Type Regedit –> Press [...]
Continue reading...Monday, June 23, 2008
Remove Security Alerts From System Tray Go to Start > Control Panel > Security Center.In the left pane, click the Change the way Security Center alerts me link, located right at the end of the column. In the new window that popsup, uncheck everything.
Continue reading...
Monday, July 7, 2008
10 Comments