Windows XP Build 2223.1.main.000411-2307:修订间差异

→‎OOBE
第 84 行: 第 84 行:
[[全新安装体验]]是从此处的 Windows Me 版本移植而来的。与在 [[Windows Me]] 版本中非常相似,它可以通过执行 <code>C:\WINNT\System32\oobe\msoobe.exe /f</code> 来运行。无法绕过 [[全新安装体验|OOBE]] 的产品密钥条目部分,但可以通过调试跳过按钮跳过它。[[全新安装体验|OOBE]] 完成后,它将重新启动,并且在用户在最后一个屏幕上按“Finish”后无法正常退出,从而强制用户终止进程。Merlin 不工作,按他或按键盘上的 {{key press|F1}} 没有任何作用。
[[全新安装体验]]是从此处的 Windows Me 版本移植而来的。与在 [[Windows Me]] 版本中非常相似,它可以通过执行 <code>C:\WINNT\System32\oobe\msoobe.exe /f</code> 来运行。无法绕过 [[全新安装体验|OOBE]] 的产品密钥条目部分,但可以通过调试跳过按钮跳过它。[[全新安装体验|OOBE]] 完成后,它将重新启动,并且在用户在最后一个屏幕上按“Finish”后无法正常退出,从而强制用户终止进程。Merlin 不工作,按他或按键盘上的 {{key press|F1}} 没有任何作用。


===Start Page===
=== 起始页 ===
There is code in <code>shell32.dll</code> to allow a Start Page to load, which was present in Neptune and some Windows Me builds. It requires registry modification and a patched <code>webvw.dll</code> in order to work. You can perform the required registry modification by going to <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code> and setting <code>ShellState</code> so the last 4 zeros read <code>02 00 00 00</code>. After that, you have to enable Active Desktop and log off. However, it will not work without the patched <code>webvw.dll</code>.
<code>shell32.dll</code> 中有允许加载起始页的代码,此代码存在于 Neptune 和一些 Windows Me 版本中。它需要修改注册表并修补 <code>webvw.dll</code> 才能工作。你可以通过转到 <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code> 并设置 <code>ShellState</code>,使最后 4 个零读取 <code>02 00 00 00</code> 来执行所需的注册表修改。之后,你必须启用活动桌面并注销。但是,如果没有修补的 <code>webvw.dll</code>,它将无法正常工作。


===Fast User Switching===
===Fast User Switching===