I have read a lot of articles on how to crack Internet cafe management software in various materials. However, if you encounter some clever network management software, these methods often fail. After my exploration, I finally found a brute-force cracking technique. I can use this method to crack all Internet cafe management software. Now I will introduce my methods as follows.
The solution described in some articles is to directly modify the Registry. If the registry is disabled, write the Registry file and import the registry. However, sometimes some network management software will disable almost all applications and reg files in the system, which makes it impossible to use text editors such as NotePad to compile registry files, even if you can write it, you cannot import the Registry. What should you do?
Don't worry. Let's analyze how the Internet cafe management software runs. Of course, there would never be such an internet cafe boss. He first put the shortcut of the Internet cafe management software on the desktop, and then said to everyone who came online: "Please click that shortcut, this is an internet cafe management software designed to prevent you from deleting files on your computer. "All the Internet cafe management software will run automatically when the system starts. This is because there is a key name pointing to the network management software under HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun in the registry, this key makes the network management software work when you enter the desktop. If you know this, someone may say that you just need to delete this key! However, the Registry Editor is disabled in the network management software. How do you delete it?
It doesn't matter. Let's think about it again. Since the network management software runs on startup because the key value in the Registry points to the path of the network management software in the hard disk, if this path is wrong, won't it run? Okay. Now that we know this, we can do it. First, we need to find the installation path of the network management software, which is easy to do, as long as you use IE's "file"-"open"-"Browse", select all files in the open mode, you can find the correct installation path for the Internet cafe management software. (You should be careful when looking for it. Do not find it wrong.) If this function of IE is disabled, you can also use QQ's "enable" function (I believe no internet cafe can even install QQ) to find the correct path. If not, you can open OUTLOOK and send an email, you can also use its "attachment" function. OK. If you find the installation location of the network management software, we will be half done ,. for example, the executable file of this software is located at d: wgsoftwg.exe. next, we need to rename it. Why is it easy to rename it, because the correct location of the network management software (d: wgsoftwg.exe) is recorded in HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun in the registry. If we change its location to d: if wgsoftpj.exe is enabled, the computer cannot find the correct location of the network management software from the registry. However, if you want to use "RENAME" in the right-click menu, I will tell you that you will fail, because disabling the right-click is also one of the basic functions of the network management software, what should we do ???
Don't worry, this is hard for us. At this time, you just need to restart once while the boss is absent, and then press F8 to select the DOS mode in the displayed Start Menu. Haha, the network management software does not work now. I will not say you should be clear about the next thing. You just need to go to the d: wgsoft directory, then, you can easily change wg.exe to pj.exe by using a simple DOS command REN. restart again. At this time, the hateful network management software will no longer jump out and let us know. You can do whatever you want, but never delete files in disorder, after all, we only cracked the attack to avoid too many restrictions when surfing the Internet in an Internet cafe. The Internet cafe owner is also a person and he also wants to eat!
However, the method described above does not work, because the most important thing to implement this method is that it can be renamed in the DOS state, if the Internet cafe owner is in MSDOS on drive C. the [OPTION] of the SYS file contains the following statement:
BootKeys = 0 (NOTE: When this item is 0, the start function key is invalid, that is, the function keys F4, F5, and F8 are invalid)
Then, when you restart and press F8, the boot menu will not appear, and the system will enter windows, then the cracking will not be completed.