| 
				
				Speeding up windows. PC poeple take a look
			 
 Found this and wanted to now if this is bad for your puter etc.
 
 It is a known fact that anything that runs in the RAM will be much faster than something that has to access the hard disk or the virtual memory. The same is the case with the Windows Kernel which is the heart of Windows.
 
 Normally the kernel uses the slower Paging Executive functions to run. But if you could somehow make it run from the RAM then you can really get a considerable boost in your computer speed. Here is how you can do that with just a simple Registry hack. But this hack is advisable only if you have atleast 256 MB of RAM.
 
 Note: Always make a backup of your registry before attempting any kind of changes to it.
 Windows Kernel RAM
 
 Go to Start>Run. Type ?Regedit? and hit enter.
 
 In the registry editor go to the following key:
 
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro  l\Session Manager\Memory Management\DisablePagingExecutive and change the value to ?1?.
 
 Close the editor and restart Windows. Your computer should perform faster now.
 
 If for some reason you want to revert back, just change the value back to ?0?.
 |