Monday, December 16, 2013

Registry hack for increasing speed

Enable Media Scaling – I don’t know how this helps but I noticed that some modded drivers use this to increase the speed on your computer.
  1. Go to the registry editor by typing in regedit in the home button.
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\
  3. You will notice two folders that are named 0000 and 0001. Click the 0000 folder.
  4. Scroll down to Display1_EnableMediaScaling
  5. Double click it and set it to 1.
  6. Click on the 0001 folder and repeat steps 4-5 for that folder.
Enable Dynamic Scaling – Dynamic scaling works to keep your temperature low in your computer. It will automatically adjust the frequency of the CPU to reduce heat and conserve power. This technique is beneficial for laptops.
  1. Go to the registry editor by typing in regedit in the run box.
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\
  3. You will notice two folders that are named 0000 and 0001. Click the 0000 folder.
  4. Scroll down to Display1_EnableDynamicScaling
  5. Double click it and set it to 1.
  6. Click on the 0001 folder and repeat steps 4-5 for that folder.
Enable Pipeline Optimization – Pipeline Optimization can reduce bottlenecks in the CPU and the GPU, thus increasing the performance of both.
  1. Go to the registry editor by typing in regedit in the run box.
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\
  3. You will notice two folders that are named 0000 and 0001. Click the 0000 folder.
  4. Scroll down to Display1_PipeOptimizationEnable
  5. Double click it and set it to 1.
  6. Click on the 0001 folder and repeat steps 4-5 for that folder.
Software T&L – You can manually set which programs can run with software transform and lighting. This will enable computers with graphics cards that didn’t come with hardware transform and lighting to emulate T&L on the CPU.
  1. Go to the registry editor by typing in regedit in the run box.
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\
  3. You will notice two folders that are named 0000 and 0001. Click the 0000 folder.
  4. Add a new DWORD variable and name it to “~yourprogram.exe” (without the quotes).
  5. Set its value to 1.
  6. Do this for all programs that use the graphics card. (Games are good with this)
  7. Click the 0001 folder. Repeat steps 4-6.
Unload Unused DLLs – If you are running Windows XP, this can help with the stabilization of your computer by getting rid of old DLL files that were left in the memory after closing applications. Unfortunately, this doesn’t work for Vista or 7 users.
  1. Go to the registry editor by typing in regedit in the run box.
  2. Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
  3. Set the “AlwaysUnloadDll” DWORD value to 1. If there isn’t one, create one.

No comments:

Post a Comment

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...