Comments: I am a super software fan. I am online every day. I like to download, install, and try some new software. I often find some useful software to improve my work efficiency, however, during the process of downloading and trying out the software, I won't miss it. What is particularly hateful is that some viruses and malware have locked the registry, so even if malicious software is cleared, the registered malicious projects are not cleared. I am a super software fan who hangs on the Internet every day, I like to download and install and try some new software. I often find some useful software to improve my work efficiency. However, during the process of downloading and trying the software, I will be tempted. What is particularly hateful is that some viruses and malware lock the registry, so that even if malicious software is cleared, registered malicious projects are not cleared, which is always reassuring, and the registry is always locked. I wanted to edit the REG file and import it to unlock the Registry. However, the REG file cannot be imported at all. However, I found two gadgets. With these two gadgets, it is really unnecessary to unlock the registry.
1. Reg To Bat
Reg To Bat can convert a registry file with the extension. reg To a batch file with the extension. bat without affecting the final execution result. Although the virus disables the registry, the batch processing file is generally not disabled. Therefore, edit the key value used to unlock the registry and save it as the Reg file, finally, you can use Reg To Bat To convert it To the Bat file To unlock the registry.
Reg To Bat is a green software. After downloading and unzipping, you can directly use it. Run the Reg To Bat main program, click the Browse button on the right of the text box, and find the Registry file To be converted (1 ), finally, click the convert button to complete the conversion from the Reg file to the Bat file.
500) this. width = 500 "title =" Click here to browse images in a new window "/>
Figure 1 select the Reg file to be converted
After converting the Reg file to the Bat file, double-click the Bat file obtained by the conversion to achieve the Registry File Import effect.
TIPS: Reg To Bat is based on. net2.0 platform development, so run Ret To Bat software, the local machine must own. net2.0 environment. If not, download and install it. net2.0 environment (click to download Microsoft.. NET Framework 2.0 ).
Ii. Quick Batch File Compiler
If the virus or malware also modifies the association of the Bat File, the method for converting the File to the Bat File does not work. In this case, you need to ask Quick Batch File Compiler (QBFC for short, download. QBFC is a small software similar To Reg To Bat, but it has different functions. QBFC can process files (. bat ,. cmd format) compiled into a real EXE executable program, and can run in Windows 95/98/ME/2000/XP/2003 and other system environments without restrictions. In addition, the QBFC compiled program can also customize program icons and version information. After such a conversion operation, the Registry unlocking work will be easier.
Qbfcis a green software with no installation required. decompress the downloaded package and double-click the quickbfc.exe file to start the QBFC main program. Click the OPEN button on the toolbar To open the Bat file converted from Reg To Bat. QBFC will automatically read the content in the batch file (2 ).
500) this. width = 500 "title =" Click here to browse images in a new window "/>
Figure 2 open a batch file
Click the generate button in the toolbar, specify a file name for the executable file to be generated in the open Save As dialog box, and click Save, QBFC starts to compile the batch content into executable files. After the compilation is successful, a dialog box is displayed.
After the compilation is successful, double-click the exe file to execute it. The running result is exactly the same as that of the running batch file.
TIPS:
1. In the "resource Customization" tab of QBFC, you can set the program description, icon, version, and other information of the compiled EXE file.
2. If the BAT file is maliciously associated, you can change the extension to CMD. If the extension can be executed, the same result can be obtained.
Iii. Summary
Computers are a very strange tool. They often start to give birth to some inexplicable problems. When problems often occur, the solutions proposed by others are not useful. At this time, we can try to work around, maybe a miracle will happen. Like unlocking the Registry security, although the registry is disabled, you can use Reg To Bat and QBFC To convert the solution To achieve the desired effect.
In addition, if you have a good grasp of batch processing, and you can use batch processing to solve some very practical problems, combined with QBFC, you can also "develop" very practical small software.