How to play Games without Graphic Card

Graphics problem Has this ever happened to you that  you bought  a brand new game which  launches,but gives you a black screen or strange graphics and textures? Or maybe sounds but no sign of video? If your answer is yes then you need 3D-Analyze, a tool developed by Tommiti systems.  It solves all your problems of a Continue reading

Hike your vista performance rating

The Windows Experience Rating is sort of like a system performance gauging system that you only find in Vista . While many complain that it’s flawed and unfair at times, there’s a way to fool Vista. Basically, we change the performance figures in the XML that holds the scores for each of the subsystems. To Continue reading

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