-->

Join The Community

Search

Showing posts with label REGISTRY TWEAKS. Show all posts
Showing posts with label REGISTRY TWEAKS. Show all posts
Feb 15, 2009

Defragment Boot Files

Defragment Boot Files

To defragment boot files copy the text in the box below and paste it in a text file and save it as "boot defragment.reg" or any name but with extension ".reg".
_____________________________________________________________________

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

_____________________________________________________________________
Read More... Defragment Boot Files

Speed up Nero Burning

Speed up Nero Burning

This registry tweak allows you to speed up Nero burning .Copy the text in the box below and paste it in a text file and save it as "Speed up Nero" or any name but with extension ".reg".

_____________________________________________________________________

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShowSingleRecoderSpeed"=dword:00000001

_____________________________________________________________________
Read More... Speed up Nero Burning

Disable CD Burn in XP

Disable CD Burn in XP.

This registry tweak allows you to disable CD burn in XP.Copy the text in the box below and paste it in a text file and save it as "disable cd burn xp.reg" or any name but with extension ".reg".

_____________________________________________________________________

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091
"NoCDBurning"=dword:00000001

____________________________________________________________________
Read More... Disable CD Burn in XP

Fatser Windows Refresh

Fatser Windows Refresh

This registry tweak allows you to fasten windows refresh rate.
Copy the text in the box below and paste it in a text file and save it as "fatser windows refresh.reg" or any name but with extension ".reg".
_____________________________________________________________________
REGEDIT4

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update]
"UpdateMode"=hex:00
_____________________________________________________________________

Read More... Fatser Windows Refresh

Speed up access to folders with AVI files

Speed up access to folders with AVI files

This registry tweak allows you to speed up access to the folder containing avi files.
Copy the text in the box below and and paste it in a text file and save it as "avi win xp.reg"
or any name but with extension ".reg".

_____________________________________________________________
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\-{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
@="Avi Properties Handler"

[HKEY_CLASSES_ROOT\CLSID\-{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
6d,00,65,00,64,00,69,00,61,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Both"

______________________________________________________________

Read More... Speed up access to folders with AVI files

Dec 30, 2008

Before you edit the registry

Before you edit the registry

Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.


How to Export Registry Keys

Click Start, and then click Run.

In the Open box, type regedit, and then click OK.

On the File menu, click Export.

In the Save in box, select the boxs at the bottom the bottom according to weather you want to export all or only selected branches of the registry.

Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.

How to Restore the Registry

To restore registry keys that you exported, double-click the .reg file that you saved.
Read More... Before you edit the registry