RSS

Tag Archive | "Tips"

Make your Windows XP talk

Monday, July 7, 2008

10 Comments

Make your Windows XP talk

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...

Modify Windows start button to display System time

Thursday, July 3, 2008

1 Comment

Modify Windows start button to display System time

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...

Security : Clear Data written in page file before shutdown

Saturday, June 28, 2008

1 Comment

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...

Remove Security Alerts From windows System Tray

Monday, June 23, 2008

0 Comments

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...