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

第 87 行: 第 87 行:
<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>,它将无法正常工作。
<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===
=== 快速用户切换 ===
This build is the first to include Terminal Services in the base OS, and along with it Fast User Switching was introduced. To enable it, go to <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</code> in the registry and set <code>AllowMultipleTSSessions</code> to 1. Logging off after doing this breaks the login screen, and a restart is needed to recover from this.
此版本是首个在基本操作系统中包含终端服务的版本,同时引入了快速用户切换。要启用它,请转到注册表中 <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</code> 并将 <code>AllowMultipleTSSessions</code> 设置为 1。执行此操作后注销会破坏登录屏幕,需要重新启动才能从中恢复。


===Personalized Notifications===
===Personalized Notifications===