|
kevinye
新手上路

积分 10
发帖 4
注册 2007-3-7
状态 离线
|
『楼 主』:
求救!如何在dos下恢复xp系统的注册表?
使用 LLM 解释/回答一下
我修改注册表后,我的xp系统无法启动,安全模式下也不行。但我作了一个备份。请问,我如何在dos下,将我备份的注册表恢复过来?我备份的文件后缀名为.reg,而我记得xp里的注册表文件有5个:system、software、sam、seurity、default,是否要将备份的文件分别写入前述的5个文件里?如何写入?在此先谢过了,急等
After I modified the registry, my XP system cannot boot, and it's also not possible in safe mode. But I made a backup. May I ask how I can restore my backed-up registry under DOS? The file I backed up has the.reg extension, and I remember there are 5 registry files in XP: system, software, sam, seurity, default. Do I need to write the backed-up file into the aforementioned 5 files respectively? How to write them in? Thank you in advance, urgently waiting.
|
|
2007-3-7 11:40 |
|
|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
命令框下输入备份文件名 直接倒入不可以吗?
可以尝试使用 reg import 备份.reg 命令导入
仍然不行 再议
Can't we just directly import by entering the backup file name under the command prompt?
You can try using the command reg import backup.reg to import.
If it still doesn't work, we'll discuss it further.
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2007-3-7 12:06 |
|
|
kevinye
新手上路

积分 10
发帖 4
注册 2007-3-7
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
用dos启动盘启动后dos里有reg这个命令吗?
Is there a "reg" command in DOS after booting with a DOS boot disk?
|
|
2007-3-7 13:25 |
|
|
0451lym
高级用户
   
积分 760
发帖 357
注册 2005-10-10
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
@DELTREE.EXE /y c:\windows\system32\config\system
@DELTREE.EXE /y c:\windows\system32\config\software
@DELTREE.EXE /y c:\windows\system32\config\sam
@DELTREE.EXE /y c:\windows\system32\config\security
@DELTREE.EXE /y c:\windows\system32\config\default
@copy c:\windows\repair\system c:\windows\system32\config\system
@copy c:\windows\repair\software c:\windows\system32\config\software
@copy c:\windows\repair\sam c:\windows\system32\config\sam
@copy c:\windows\repair\security c:\windows\system32\config\security
@copy c:\windows\repair\default c:\windows\system32\config\default
@GOTO TC
@DELTREE.EXE /y c:\windows\system32\config\system
@DELTREE.EXE /y c:\windows\system32\config\software
@DELTREE.EXE /y c:\windows\system32\config\sam
@DELTREE.EXE /y c:\windows\system32\config\security
@DELTREE.EXE /y c:\windows\system32\config\default
@copy c:\windows\repair\system c:\windows\system32\config\system
@copy c:\windows\repair\software c:\windows\system32\config\software
@copy c:\windows\repair\sam c:\windows\system32\config\sam
@copy c:\windows\repair\security c:\windows\system32\config\security
@copy c:\windows\repair\default c:\windows\system32\config\default
@GOTO TC
|
|
2007-3-7 13:40 |
|
|
0451lym
高级用户
   
积分 760
发帖 357
注册 2005-10-10
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
如果是注册表的问题,用上面的命令就可以进入系统,然后在想办法改!
If it's a registry issue, you can enter the system with the above command, and then try to make changes!
|
|
2007-3-7 13:41 |
|
|
wlnwcn
初级用户
 
积分 28
发帖 12
注册 2006-9-6
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我以前遇到过类似问题,我当时删除了一个USER注册表键,你可以在DOS下新建一个管理员帐户试试.
I encountered a similar problem before. I deleted a USER registry key at that time. You can try creating an administrator account under DOS.
|
|
2007-3-9 13:41 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
在DOS下导入reg文件恐怕是比较困难了,你可以启动一个PE,然后通过PE加载XP系统的对应注册表文件,然后再导入reg文件(需要做相应的改动)。
在PE下:
reg load hklm\xpsys system
reg load hklm\xpsoft software
...
It's quite difficult to import a reg file under DOS. You can boot into a PE, and then load the corresponding registry file of the XP system through PE, and then import the reg file (some corresponding modifications are needed).
Under PE:
reg load hklm\xpsys system
reg load hklm\xpsoft software
...
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2007-3-9 20:05 |
|
|
lelige
初级用户
 
积分 21
发帖 9
注册 2005-8-29
状态 离线
|
『第 8 楼』:
试一下GhRegEdt吧
使用 LLM 解释/回答一下
它是GHOST 8.3的一个组件,号称可以在DOS导入/导出XP、2003等系统的注册表,我没有用过,但凭直觉它应该可以。
点击 此处 下载。 链接已失效(管理员注)
It is a component of GHOST 8.3, claiming to be able to import/export the registries of XP, 2003 and other systems in DOS. I haven't used it, but intuitively it should be able to.
Click here to download. Link has expired (note from administrator)
|
|
2007-3-20 23:14 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
4楼的可行吗?有人能说一下吗?
Is the 4th floor feasible? Can someone say something?
|
|
2007-3-22 13:16 |
|