|
受Gandalf大大的一句话的提醒
from:
http://www.nu2.nu/pebuilder/faq/#21
QUOTE:
When I'm writing a program how can I detect if I'm running BartPE or WinPE?
You must check if a registry key exists...
如果运行在任何版本的 PE 中,则一定有:HKLM\system\currentcontrolset\control\minint
如果运行于 BartPE, 则一定有 : HKLM\system\currentcontrolset\control\PE Builder
使用Procmon.exe对vista的安装程序进行监控发现,果然读取HKLM\system\currentcontrolset\control\minint
使用RegWorkshop限制everyone对其的读取权限后
再运行setup.exe,发现不再提示需要2003的PE的错误提示
故我认为可与2003的pe一样能安装vista
现发现直接删除HKLM\system\currentcontrolset\control\minint即可
由于在安装过程中提示C盘空间不足,没法继续往下试,请有条件的朋友帮帮忙
[ 本帖最后由 沙漠之子 于 2007-7-15 08:07 PM 编辑 ] |
|