@echo off
color 1f
if not exist .\regedit.exe goto EXIT
if not exist .\common.dll goto EXIT
if not exist .\dunzip32.dll goto EXIT
if not exist .\dzip32.dll goto EXIT
if not exist .\fauxshell.dll goto EXIT
:LoadHive
cls
echo WINXP下编辑WINPE的注册表文件
echo.
echo 系统初始共有三个注册表文件:
echo software对应HKLM\SOFTWARE
echo default对应HKUS\.default
echo setupreg.hiv对应HKLM\SYSTEM
echo.
echo 在WINXP下打开注册表编辑器,将鼠标放在HKLM键上,
echo 在文件菜单上选加载配置单元,可以选择打开注册表文件,
echo 随便取个项名称即可,编辑后记得卸载配置单元
echo.
echo 如果加载后无法打开键,是由于权限的问题,请先卸载
echo 然后把注册表文件复制到这个目录下,执行“设置注册表文件权限.cmd”并按提示操作。
set hive=
echo 输入注册表文件名(例如:software)
set /p hive=
if "%hive%"=="" goto LoadHive
if not exist "%hive%" goto LoadHive
试试7楼的工具,一并感谢了作者: secowu 时间: 2008-5-2 18:05
能否提供这四个文件打包下?
if not exist .\regedit.exe goto EXIT
if not exist .\common.dll goto EXIT
if not exist .\dunzip32.dll goto EXIT
if not exist .\dzip32.dll goto EXIT
if not exist .\fauxshell.dll goto EXIT作者: secowu 时间: 2008-5-2 18:06
哈哈,7楼的就是解开的就是。。。谢谢 了