|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『楼 主』:
DOS下编辑注册表
使用 LLM 解释/回答一下
大家好!
我是新手!
我的注册表里有三个无法删除的键
HKEY_Local_Machine\System\WPA\Key-
HKEY_Local_Machine\System\WPA\Key-cdd**
HKEY_Local_Machine\System\WPA\Key-c*******
星号是代表字母或数字!
我想这样来删除它们:
从98启动盘进入dos, 也就是根本不进入XP,再在DOS下将它们删除,请问这样形吗?
在DOS下怎样编辑注册表呢?恳请帮忙!
谢谢!
Hello everyone!
I'm a newbie!
There are three keys in my registry that can't be deleted:
HKEY_Local_Machine\System\WPA\Key-
HKEY_Local_Machine\System\WPA\Key-cdd**
HKEY_Local_Machine\System\WPA\Key-c*******
The asterisks represent letters or numbers!
I want to delete them like this:
Boot from a 98 boot disk into DOS, that is, not enter XP at all, and then delete them under DOS. Is this okay?
How to edit the registry under DOS? I sincerely ask for help!
Thank you!
|
|
2004-7-23 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
哈哈!我以为只有我发现了这个漏洞,没想到、、、、、、
这是老盖留给我们这些穷人的后门啊!
把system复制出来,回到XP编辑更方便。
Haha! I thought only I discovered this loophole, didn't expect... ...This is a backdoor that Lao Gai left for us poor people!
Copy out the system, go back to XP for easier editing.
|

www.51ct.net |
|
2004-7-23 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
谢谢!可以详细一点说吗?我是自己建cd-key键时,加进去的,结果就无法删除了!请问你是怎么编辑的呢。成功了吗?我是新手,请多指教!我的QQ是;65506119,E-MAIL:cheekov@163.com不胜感激!
Thanks! Can you be more detailed? I added it when I was creating the cd-key myself, and as a result, it can't be deleted! May I ask how you edited it. Did it succeed? I'm a newbie, please give me some advice! My QQ is: 65506119, E-MAIL: cheekov@163.com. Thanks a lot!
|
|
2004-7-23 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
把system复制出来是指什么呢?
What does "copy out the system" refer to?
|
|
2004-7-23 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
xp的注册表实际上是由多个文件组成的,这些文件一般在%windir%\system32\config目录下,计有default、sam、software、system、security及%userprofile%ntuser.dat等,在具体使用过程中,这些文件中的注册表内容会挂到注册表根目录下的某个子目录下,例如system会挂到HKLM\System下(这有点儿象Unix下的Mount操作),你之所以不能删除某个项,是因为你的权限不够。死性不改的意思是让你在dos下将system文件复制出来到另一个地方,然后回到xp下将复制的system文件挂到注册表的另一个目录下,例如你可以挂到HKLM\sys下,具体的命令应该是这样的:reg load hklm\sys x:\system然后你就可以进入注册表编辑器对hklm\sys进行操作,删除你想删除的键值后,再用命令:reg unload hklm\sys这时你的x:\system就已经是删除了你想删除的东西的system,再回到dos,用这个system覆盖system32\config目录下的system,你已经达到目的了。
The registry of XP is actually composed of multiple files. These files are generally in the %windir%\system32\config directory, including default, sam, software, system, security, and %userprofile%ntuser.dat, etc. In the specific use process, the registry content in these files will be mounted under a certain subdirectory of the registry root directory. For example, system will be mounted under HKLM\System (this is a bit like the Mount operation in Unix). The reason why you can't delete a certain item is that your permissions are insufficient. The meaning of "stubbornly refusing to mend one's ways" is to let you copy the system file out to another place under DOS, then return to XP to mount the copied system file under another directory of the registry. For example, you can mount it under HKLM\sys. The specific command should be like this: reg load hklm\sys x:\system. Then you can enter the Registry Editor to operate on hklm\sys, delete the key values you want to delete, and then use the command: reg unload hklm\sys. At this time, your x:\system has already been the system with the things you want to delete removed. Then return to DOS and use this system to overwrite the system in the system32\config directory. You have achieved your goal.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-23 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
xp的注册表实际上是由多个文件组成的,这些文件一般在%windir%\system32\config目录下,计有default、sam、software、system、security及%userprofile%ntuser.dat等,在具体使用过程中,这些文件中的注册表内容会挂到注册表根目录下的某个子目录下,例如system会挂到HKLM\System下(这有点儿象Unix下的Mount操作),你之所以不能删除某个项,是因为你的权限不够。死性不改的意思是让你在dos下将system文件复制出来到另一个地方,然后回到xp下将复制的system文件挂到注册表的另一个目录下,例如你可以挂到HKLM\sys下,具体的命令应该是这样的:reg load hklm\sys x:\system然后你就可以进入注册表编辑器对hklm\sys进行操作,删除你想删除的键值后,再用命令:reg unload hklm\sys这时你的x:\system就已经是删除了你想删除的东西的system,再回到dos,用这个system覆盖system32\config目录下的system,你已经达到目的了。
The registry of XP is actually composed of multiple files. These files are generally in the %windir%\system32\config directory, including default, sam, software, system, security, and %userprofile%ntuser.dat, etc. In the specific use process, the registry content in these files will be mounted to a certain subdirectory under the root directory of the registry. For example, system will be mounted under HKLM\System (this is a bit like the Mount operation in Unix). The reason why you can't delete a certain item is that your permission is not enough. The meaning of "stubbornly refusing to mend one's ways" is to let you copy the system file out to another place under DOS, then return to XP and mount the copied system file to another directory of the registry. For example, you can mount it under HKLM\sys. The specific command should be like this: reg load hklm\sys x:\system Then you can enter the Registry Editor to operate on hklm\sys, delete the key values you want to delete, and then use the command: reg unload hklm\sys At this time, your x:\system has already been the system with the things you want to delete removed. Then return to DOS and use this system to overwrite the system in the system32\config directory. You have achieved your goal.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-23 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
论坛访问有问题,一个不小心发了两次。抱歉。不知道这种方法对不对,标准答案由死性不改来提供。
There is a problem with forum access, and I accidentally posted twice. Sorry. I don't know if this method is correct, and the standard answer is provided by the unrepentant.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-23 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
hi,Climbing,
抱歉再次冒昧的打搅您,应为有时不能登陆论坛,所以给您写来e-mail!看到了您在dos.e-tone.cn给我的回复,很高兴,但还是有很多不懂的地方,所以恳请您再指点!1。关于在DOS下编辑--
它指的是:
在已经运行的XP环境中从"start"的子菜单里选出“command prompt"打开DOS环境,
还是指:在开机后尚未出现XP登陆框之前按下F9,选择以何种模式启动XP时,从CD-ROM中的光盘中启动98启动盘,A:>\,再进入c:\2.我的尝试--
在用98启动盘是尝试过下列命令
regedit /e test.reg HKEY-LOCAL-MACHINE\SYSTEM\WPA
但获得的提示是:
bad command,
当我从XP环境,也就是1中的第一种情形进入DOS是,上述命令有效,但导入键值的命令
regedit test.reg无效。致
礼
chee
hi,Climbing,
Sorry to bother you again. Because sometimes I can't log in to the forum, so I'm writing this email to you! I'm very happy to see your reply to me on dos.e-tone.cn, but there are still many things I don't understand, so I sincerely ask you to give me some more guidance! 1. About editing under DOS--
It refers to:
Is it opening the DOS environment by selecting "command prompt" from the submenu of "start" in the already running XP environment,
Or does it refer to pressing F9 before the XP login screen appears after booting, selecting the mode to start XP, then booting from the 98 boot disk in the CD-ROM, A:\, and then entering c:\ 2. My attempt--
I tried the following command with the 98 boot disk
regedit /e test.reg HKEY-LOCAL-MACHINE\SYSTEM\WPA
But the prompt I got was:
bad command,
When I enter DOS from the first situation in 1, that is, from the XP environment, the above command is effective, but the command to import the key value
regedit test.reg is invalid. Best regards
chee
|
|
2004-7-24 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我上面所讲的方法中,除了复制文件使用纯dos环境(例如98的DOS环境)以外,其它的都是在xp的命令行方式及regedit程序中进行操作。但在纯dos环境复制system文件时,你的xp系统分区最好不是NTFS,否则你可能需要NTFS for DOS的支持。我想前面的说明我已经写的很清楚,按照步骤来操作即可。哪一步不明白再提出来。
Among the methods I described above, except for copying files using a pure DOS environment (such as the DOS environment of Windows 98), the others are all operated in the command line mode of XP and the regedit program. But when copying system files in a pure DOS environment, it is best that your XP system partition is not NTFS, otherwise you may need the support of NTFS for DOS. I think the previous instructions I have written are very clear, just follow the steps. If any step is not clear, raise it again.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
3.在dos下将system文件复制出来到另一个地方
这里的system文件是否指:C:\WINDOWS\system32\config\SYSTEM
是不是只能将它复制到虚拟光驱下?如果我想把它复制到除c分区以为的其他分区行么?4。回到xp下将复制的system文件挂到注册表的另一个目录下
是不是指:我要现在注册表里建一个目录hklm\sys,再使用命令 reg load hklm\sys x:\system,同时这个命令的运行环境是1。中的第一种情形谢谢!
3. In DOS, copy the system file to another place. Does the system file here refer to: C:\WINDOWS\system32\config\SYSTEM? Is it only possible to copy it to a virtual CD-ROM? Can I copy it to other partitions except the C partition?
4. Back to XP, mount the copied system file to another directory in the registry. Does it mean: I need to create a directory hklm\sys in the registry first, then use the command reg load hklm\sys x:\system, and the running environment of this command is the first situation in 1.
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我从光盘启动,进入98启动盘,更改盘符至c:\键入命令reg load hklm\sy h:\system,和reg HKEY-LOCAL-MACHINE\SYTEM H:\SYSTEM,提示是bad command or prompt,我的pc有h分区.怎么办呢?
I boot from the CD, enter the 98 boot disk, change the drive letter to c:\, type the commands reg load hklm\sy h:\system, and reg HKEY-LOCAL-MACHINE\SYTEM H:\SYSTEM, and get the prompt "bad command or prompt". My PC has a h partition. What should I do?
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我的操作如下:重启PC--进入98启动盘-c:\Windows\System32\Config>copy SYSTEM h:\提示:1 file successfully copied重启PC--进入XP-DOS下-reg load HKEY_LOCAL_MACHINE\sys h:\SYSTEM提示;the operation completed successfully继续在XP的DOS 下-reg unload HKEY_LOCAL_MACHINE\sys提示: access is denied!劳烦在看看!谢谢!bow
My operations are as follows: restart PC--enter 98 boot disk--c:\Windows\System32\Config>copy SYSTEM h:\ Prompt: 1 file successfully copied. Restart PC--enter XP-DOS--reg load HKEY_LOCAL_MACHINE\sys h:\SYSTEM Prompt: the operation completed successfully. Continue in XP's DOS--reg unload HKEY_LOCAL_MACHINE\sys Prompt: access is denied! Please take a look again! Thank you! bow
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
我用normal方式启动xp,在xp的命令行方式下输入replace h:\SYSTEM c:\WINDOWS\system32\config提示:extended error 32???climbing你在哪?
I boot XP in normal mode, and at the XP command line, I type replace h:\SYSTEM c:\WINDOWS\system32\config and get the prompt: extended error 32???climbing Where are you?
|
|
2004-7-24 00:00 |
|
|
chee
初级用户
 
积分 142
发帖 18
注册 2004-7-23
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
我用safe mode方式启动xp,在xp的命令行方式下输入replace h:\SYSTEM c:\WINDOWS\system32\config提示:extended error 32???我用98启动盘,在命令行方式下输入replace h:\SYSTEM c:\WINDOWS\system32\config提示:bad command or file name???
I started XP in safe mode, and when I entered replace h:\SYSTEM c:\WINDOWS\system32\config in the command line of XP, it prompted: extended error 32??? I used the 98 boot disk, and when I entered replace h:\SYSTEM c:\WINDOWS\system32\config in the command line, it prompted: bad command or file name???
|
|
2004-7-24 00:00 |
|