Windows XP Build 2250.1.main.000628-2110:修订间差异

跳转到导航 跳转到搜索
→‎其他
→‎起始页
第 101 行: 第 101 行:
此版本仍包含戴尔 OEM 起始页的其余部分,但默认情况下处于隐藏状态。它位于 <code>C:\WINDOWS\Web\StartPage</code>。此文件可以设置为活动桌面,但它的许多部分不再工作,因为它的大部分文件在开发时已被删除。Paul Thurrott 有一个完整的起始页 <code>startpage.htm</code> 的图像。<ref>Paul Thurrott. [https://web.archive.org/web/20030626204833/http://winsupersite.com/reviews/whistler_preview_2250.asp 宣布推出 Whistler 预览版,Build 2250], ''Paul Thurrott's SuperSite for Windows''. 2000 年 7 月 17 日. 存档来自 2003 年 6 月 26 日的[http://winsupersite.com/reviews/whistler_preview_2250.asp 原始文件].</ref>
此版本仍包含戴尔 OEM 起始页的其余部分,但默认情况下处于隐藏状态。它位于 <code>C:\WINDOWS\Web\StartPage</code>。此文件可以设置为活动桌面,但它的许多部分不再工作,因为它的大部分文件在开发时已被删除。Paul Thurrott 有一个完整的起始页 <code>startpage.htm</code> 的图像。<ref>Paul Thurrott. [https://web.archive.org/web/20030626204833/http://winsupersite.com/reviews/whistler_preview_2250.asp 宣布推出 Whistler 预览版,Build 2250], ''Paul Thurrott's SuperSite for Windows''. 2000 年 7 月 17 日. 存档来自 2003 年 6 月 26 日的[http://winsupersite.com/reviews/whistler_preview_2250.asp 原始文件].</ref>


It is possible to restore the User Picture and User Name functionality by editing the <code>desktop2.js</code> file and making the following changes:
可通过编辑 <code>desktop2.js</code> 文件并进行以下修改来恢复用户头像和用户名功能:


Change <code>DTHelp.DTHelp</code> to <code>Shell.Users</code> in the second line.
将第 2 行中的 <code>DTHelp.DTHelp</code> 替换为 <code>Shell.Users</code>


Change <code>GetUserName();</code> to <code>currentUser.setting("LoginName");</code> in the 16th line.
将第 16 行中的 <code>GetUserName();</code> 替换为<code>currentUser.setting(“LoginName”);</code>


Change <code>GetUserPicture();</code> to <code>currentUser.setting("Picture");</code> in the 19th line.
将第 19 行中的 <code>GetUserPicture();</code> 替换为<code>currentUser.setting(“Picture”);</code>


Despite this, the user picture will always show a fallback picture.
尽管如此,用户头像始终会显示备用图片。


== Bug ==  
== Bug ==  
13,067

个编辑

导航菜单