A more Practical registry utility _ Registration Form

Source: Internet
Author: User

Instructions for using the relevant registry:
When you save the following code as a registry, you need to be aware that Windows Registry Editor Version 5.00 has a blank line with the following line.
Install SQL If prompted to suspend import this registry resolves

Copy Code code as follows:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"PendingFileRenameOperations" = ""

To turn on the autorun features of the CD drive
Copy Code code as follows:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun" =hex:95,00,00,00

Turn off the autorun features of the optical drive
Copy Code code as follows:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun" =hex:bd,00,00,00

Cancel automatic scanning of disks
Copy Code code as follows:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager]
"BootExecute" =hex (7): 61,00,75,00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,\
00,61,00,75,00,74,00,6f,00,63,00,68,00,6b,00,20,00,2f,00,6b,00,3a,00,43,00,\
20,00,2f,00,6b,00,3a,00,44,00,20,00,2f,00,6b,00,3a,00,45,00,20,00,2f,00,6b,\
00,3a,00,46,00,20,00,2f,00,6b,00,3a,00,47,00,20,00,2f,00,6b,00,3a,00,48,00,\
20,00,2f,00,6b,00,3a,00,49,00,20,00,2a,00,00,00,00,00

:: Description: This is to cancel the automatic scan from C disk to I disk. The above character is 16, you can't see what it means here,
:: To import the corresponding key value of the LIFO registry to see what it means.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\prefetchparameters]
"Enableprefetcher" =dword:00000000

:: Note: The above paragraph is pre-read set to 0, that is, do not read, this is and cancel the automatic scanning combination, otherwise illegal shutdown, next time
:: When the boot into the desktop will pop up the C:\windows\prefetch directory file error prompts.
:: In the repair machine, occasionally encountered some hard disk problems of the computer, although the boot has been automatically scanned, the next time to start unexpectedly
:: However also continue to scan, each boot is so. Then you need to modify the registry method, the scan was canceled.
:: Be careful not to misinterpret the meaning of this: just automatically canceled, manual and not canceled, you can still manually scan.

If Task Manager is disabled by virus import this registry can unlock
Copy Code code as follows:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr" =dword:00000000

Repair EXE file association
Copy Code code as follows:

Windows Registry Editor Version 5.00

[Hkey_classes_root\exefile]
@= "Application"
"EditFlags" =hex:38,07,00,00
"Tileinfo" = "prop:filedescription"; Company; FileVersion "
"InfoTip" = "prop:filedescription"; Company; FileVersion; Create; Size "

[Hkey_classes_root\exefile\defaulticon]
@= '%1 '

[Hkey_classes_root\exefile\shell]

[Hkey_classes_root\exefile\shell\open]
"EditFlags" =hex:00,00,00,00

[HKEY_CLASSES_ROOT\Exefile\Shell\Open\Command]
@= "\"%1\ "%*"

[Hkey_classes_root\exefile\shell\runas]

[Hkey_classes_root\exefile\shell\runas\command]
@= "\"%1\ "%*"

[Hkey_classes_root\exefile\shellex]

[Hkey_classes_root\exefile\shellex\drophandler]
@= "{86c86720-42a0-1069-a2e8-08002b30309d}"

[Hkey_classes_root\exefile\shellex\propertysheethandlers]

[Hkey_classes_root\exefile\shellex\propertysheethandlers\pifprops]
@= "{86f19a00-42a0-1069-a2e9-08002b30309d}"

[Hkey_classes_root\exefile\shellex\propertysheethandlers\shimlayer Property Page]
@= "{513d916f-2a8e-4f51-aeab-0cbc76fb1af8}"

[Hkey_classes_root\exefile\shellex\propertysheethandlers\{b41db860-8ee4-11d2-9906-e49fadc173ca}]
@=""

[Hkey_local_machine\software\classes\.exe]
@= "Exefile"
"Content Type" = "Application/x-msdownload"

[Hkey_local_machine\software\classes\.exe\persistenthandler]
@= "{098f2470-bae0-11cd-b579-08002b30bfeb}"

[Hkey_local_machine\software\classes\exefile]
@= "Application"
"EditFlags" =hex:38,07,00,00
"Tileinfo" = "prop:filedescription"; Company; FileVersion "
"InfoTip" = "prop:filedescription"; Company; FileVersion; Create; Size "

[Hkey_local_machine\software\classes\exefile\defaulticon]
@= '%1 '

[Hkey_local_machine\software\classes\exefile\shell]

[Hkey_local_machine\software\classes\exefile\shell\open]
"EditFlags" =hex:00,00,00,00

[HKEY_LOCAL_MACHINE\Software\Classes\Exefile\Shell\Open\Command]
@= "\"%1\ "%*"

[Hkey_local_machine\software\classes\exefile\shell\runas]

[Hkey_local_machine\software\classes\exefile\shell\runas\command]
@= "\"%1\ "%*"

[Hkey_local_machine\software\classes\exefile\shellex]

[Hkey_local_machine\software\classes\exefile\shellex\drophandler]
@= "{86c86720-42a0-1069-a2e8-08002b30309d}"

[Hkey_local_machine\software\classes\exefile\shellex\propertysheethandlers]

[Hkey_local_machine\software\classes\exefile\shellex\propertysheethandlers\pifprops]
@= "{86f19a00-42a0-1069-a2e9-08002b30309d}"

[Hkey_local_machine\software\classes\exefile\shellex\propertysheethandlers\shimlayer Property Page]
@= "{513d916f-2a8e-4f51-aeab-0cbc76fb1af8}"

[hkey_local_machine\software\classes\exefile\shellex\propertysheethandlers\{ B41DB860-8EE4-11D2-9906-E49FADC173CA}]
@=""

; "Basketball Dream Music Heart" prepared. The author of the computer company special Edition borrows.

Due to the installation of KB905474 genuine verification patch into the system blocked import this registry can be cracked
Copy Code code as follows:

Windows Registry Editor Version 5.00

-[hkey_local_machine\software\microsoft\windows Nt\currentversion\winlogon\notify\wgalogon]

A small pentagram appears in the lower right corner of the screen every time you enter the desktop, because you add a startup entry in the registry. Remove it, it will not start. If you still want to clean up a little bit, please reboot the computer and remove the C:\windows\system32\wgatray.exe. OK, next time remember not to install KB905474 patch.

Registration Form lifted
Copy Code code as follows:

Windows Registry Editor Version 5.00

[Hkey_current_usersoftwaremicrosoftwindowscurrentversionpoliciessystem]
"DisableRegistryTools" =dword:00000000

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.