I think it's best to solve the problem in the forum. Personally, I feel I've made the instructions clear enough in the forum. The reason you don't understand is that you lack relevant background knowledge. Here I'll reorganize the operation steps. If you still don't understand, I suggest you seek nearby technical support:
1. Enter a pure DOS environment. The pure DOS environment here refers to another operating environment independent of Windows XP. For example, you can boot your machine with a 98 startup disk. Because when XP is running, you can't copy its system registry file out. So if your machine has another system installed, you can also enter that system. In short, don't let your XP be running.
2. Copy your XP's system file to another place under pure DOS. If your XP's partition is in NTFS format, you can't directly access the NTFS partition under pure DOS. You may need to run ntfs pro for dos to access the NTFS partition. If your XP partition is not NTFS, it's very simple. Suppose your XP is installed in the c:\windows directory and you want to copy the system file to d:\, you just need to run the following command: copy /y c:\windows\system32\config\system d:\
3. Restart the computer and return to your XP. Then mount the copied system file to another directory of the XP system registry. For example, you can mount it to HKLM\sys. The specific command should be like this:
reg load hklm\sys x:\system
This command is run in the DOS mode of XP.
4. Run the regedit registry editing program under XP, and then you can browse to the hklm\sys directory to perform operations and delete the key values you want to delete.
5. After deletion, use the command again (this command also runs in the DOS mode of XP):
reg unload hklm\sys
6. At this time, your d:\system is already the system with the things you want to delete removed. Restart the computer and return to the pure DOS environment, and use this modified system to overwrite the system in the c:\windows\system32\config directory. The command to be used: copy /y d:\system c:\windows\system32\config
偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“
这个帖子”和“
这个帖子”并努力遵守,如果可能,请告诉更多的人!