Wednesday, May 7, 2008

Add A Command-Prompt Right-Click To Every Folder

If you use the command line window a lot, this hack will let you open a command prompt at the selected directory.



Navigate to:

HCR\Directory\shell
Create a new sub-key called Command under the main key i.e shell. Just right click on the key(shell) and select key from NEW option.Change the value of (Default) within that key to Open Prompt Here.



Create another, new sub-key under the key created aboveagain called command. Change the value of (Default) here to cmd.exe /k cd %1, without the quotes.

Load Kernel Into RAM

In Windows 98, programs could be loaded and kept in RAM for as long as you wanted. You could even load a anything into the RAM even video clip and have it play from there!. this feature doesnto exists in XP  or by defaut it's disabled. this is done mostly due to security reasons.



But when it comes to the Windows XP kernel there is nothing to worry about. By default, XP only loads the required parts of the kernel into RAM at boot time. as and when needed the other parts are called. Having the entire kernel available in memory speeds up processing.



Navigate to:

HLM\System\CurrentControlSet\Control \SessionManager \Memory Management




Set the value of the DisablePagingExecutive key to 1. This will make the entire kernel be loaded in memory. To diable it you can set it back to ) . You need to reboot for the changes to take effect.