December 14, 2008 by
Jason
We all use windows run prompt to launch various windows utilities like command prompt, msconfig but whenever we type a command in run prompt it gets saved in Windows as Run History as Run MRU (Most Recently Used) List.
Many of my friends gets annoyed to see recently typed commands in windows run as they do not want others to see what they had typed in run.
Today, we will tell you all the ways to clear run prompt history in Windows XP and Vista.
There two methods to clear the windows run history, the first method is via windows registry to clear windows run and second method involves a free utility MRU Blaster which lets you clear windows run history
Let’s discuss both of these methods to clear the recently typed commands in run. Read More»
Posted in Computer | No Comments »
September 28, 2008 by
Jason
Here’s a nifty little trick for creating a text file listing of the contents of a folder, without using any extra software. Step one is to note down the path and name of the folder concerned; if it’s a long one, click on the folder icon in Windows Explorer so that it’s displayed in the address box, then right-click on it and select Copy. Now open a command window by going to Run (XP) or Search (Vista) on the Start menu and type ‘cmd’
A DOS like window opens and at the flashing prompt type cd then a space and type in the path and name of the folder – in my example the folder is called ‘Pix’, so the first line looks like this:
cd C:\Pix
If you used the Copy trick simply right-click on the flashing prompt and select Paste.
Now press Enter and the cd (change directory) command changes the display to show the path and name of your folder, thus: Read More»
Posted in Computer | No Comments »
September 21, 2008 by
Jason
Normally, the blue screen of death contains a driver name, and some addresses; if you’re lucky, removing that driver will do the trick. But what if there is no driver name on the BSoD? And what if you don’t have all the skills to play with crashdumps and debuggers?
In this case, Autoruns comes to the rescue. This is a graphical tool that allows you to disable/enable drivers in a very easy way.
The strategy:
1. Boot into safe mode (since the system is crashing when you attempt to boot normally);
2. Start Autoruns, and switch to the Drivers tab;
3. Go through the list, and uncheck the drivers that are suspicious;
4. Close the program, restart and boot normally
The steps above will be repeated until the system is able to boot correctly.
When that happens, remember what were the last changes you applied, and try to enable some drivers back – until you figure out which one of them was causing the issue. Read More»
Posted in Computer | No Comments »