Registry file

Status
Not open for further replies.

kaitou90

Posts: 15   +0
I had copied a registry file from somewhere else, I didn't understand about the contents inside that file. Anyone know what does it mean?
The contents of the file are as:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\Directory\Shell\DosHere]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Directory\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""
[HKEY_CLASSES_ROOT\Drive\Shell\DosHere]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Drive\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

I found it from the website. It is said to be able to increase the performance of the PC
 
It's a bunch of convenience hacks..

You should never, ever apply registry patches without knowing exactly what they are supposed to do. Instead of using this obscure pile, find some proper source that tells you exactly what each of these do.

The AutoEndTasks trick can be very dangerous, for example.
 
Thanks for reminding me. Fortunately, I haven't tried that file yet and I will confirm what they are before applying them.
 
Status
Not open for further replies.
Back