第1行: |
第1行: |
− | {Infobox Buildinfo | + | {{NavBar|[[Windows 桌面操作系统]] > [[Windows Vista]] > '''6.0.4074.0.idx02.040425-1535'''}} |
− | |image = LH4074.png | + | {{Infobox Buildinfo |
− | |imagecaption = winver | + | |image= |
− | |kernel = 6.0 | + | |imagecaption=Windows Vista 6.0.4074.0.idx02.040425-1535 |
− | |arch=x 86 x64 IA64 | + | |kernel=6.0 |
− | |sku= | + | |arch=AMD64, IA64, x86 |
− | |language= | + | |sku=Professional |
− | |bios=
| + | |language=English (United States) |
− | |timebomb= | + | |compiledate=2004/4/25 |
− | |string= | + | |string=6.0.4074.0.idx02.040425-1535 |
− | |key= | + | |key=TCP8W-T8PQJ-WWRRH-QH76C-99FBW |
| }} | | }} |
| + | |
| + | 在 WinHEC 2004 上发布。 |
| + | ==新的特性== |
| + | * '''Aero Stars'''为一个动画效果,显示星星在屏幕上弹跳。 |
| + | * 改进了预览窗格,它比泄露的 Windows Longhorn build 4066 更加流畅 |
| + | * 包括动画预览窗格 Aurora,需要修改才能启用 |
| + | * 仍然使用 Slate 主题,拥有一张新的壁纸;同时包含 Jade 的新主题,Luna 和 Windows 经典主题仍然可以使用 |
| + | * 包括一套新的系统图标 |
| + | * Segoe UI 被用作 Jade 主题默认字体 |
| + | * 通知也略有变化,完善规则和警报中心 |
| + | * 侧边栏时钟可以选择许多样式 |
| + | * 游戏中心具有新的外观,并引入邀请伙伴玩游戏、聊天室功能和默认游戏修补选项 |
| + | * 完善 Longhorn 帮助中心和 Avalon 搜索 |
| + | * Windows Messenger 升级到 6.1 版本,具有新的外观 |
| + | * 更新了大部分常规提示对话框,范围从自动运行提示到“无响应”对话框 |
| + | * 实施了新的驱动程序安装机制,因此在安装为 XP 设计的老驱动时会提示该驱动不兼容,并将使用"仅预览版有的回退机制(pre-release only fallback mechanism)" |
| + | * 升级 IIS,在 Windows 组件向导中显示为 IIS 7.0。安装后显示为 IIS 6.5 |
| + | '''64 位版本''' |
| + | * 与 Windows Longhorn build 4051 的 64 位版本无多大区别,但是改良了基本显示驱动 |
| + | * 不包括桌面应用程序和一些资源管理器窗口以及边栏 |
| + | |
| + | ==注意事项== |
| + | * '''启用窗口透明效果''' |
| + | 安装显卡驱动并重新启动,打开 C:\Windows\Resources\Themes,复制 Jade 文件夹和 jade.theme 文件到桌面并重命名为 aero。 |
| + | |
| + | 打开 aero.theme,将 DisplayName=@themeui.dll,-2013 改为 DisplayName=Aero,并将所有提到 jade 的地方都改为 aero,然后将他们放回 C:\Windows\Resources\Themes。 |
| + | |
| + | 打开注册表编辑器,进入 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer 项,添加 DWORD 键 MilExplorer,并将值改为 1。打开显示属性,将主题改为 Aero。使用下面的命令启用和禁用 DWM。 |
| + | |
| + | 启用: |
| + | <syntaxhighlight lang="batch"> |
| + | %systemdrive%\windows\i386\sbctl.exe start |
| + | rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStartComposition |
| + | %systemdrive%\windows\i386\sbctl.exe stop |
| + | tskill explorer |
| + | %systemdrive%\windows\i386\sbctl.exe start |
| + | </syntaxhighlight> |
| + | 禁用: |
| + | <syntaxhighlight lang="batch"> |
| + | rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStopComposition |
| + | %systemdrive%\windows\i386\sbctl.exe stop |
| + | tskill explorer |
| + | </syntaxhighlight> |
| + | |
| + | * '''修复文件夹无法在同进程内打开''' |
| + | <syntaxhighlight lang="registry"> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_CLASSES_ROOT\Directory\shell] |
| + | @="Open_with_Explorer" |
| + | |
| + | [HKEY_CLASSES_ROOT\Directory\shell\Open_with_Explorer] |
| + | @="Open with Explorer" |
| + | "BrowserFlags"=dword:00000010 |
| + | |
| + | [HKEY_CLASSES_ROOT\Directory\shell\Open_with_Explorer\command] |
| + | @="C:\\WINDOWS\\DesktopExplorer.exe %1" |
| + | |
| + | [HKEY_CLASSES_ROOT\Drive\shell] |
| + | @="Open_with_Explorer" |
| + | |
| + | [HKEY_CLASSES_ROOT\Drive\shell\Open_with_Explorer] |
| + | @="Open with Explorer" |
| + | "BrowserFlags"=dword:00000010 |
| + | |
| + | [HKEY_CLASSES_ROOT\Drive\shell\Open_with_Explorer\command] |
| + | @="C:\\WINDOWS\\DesktopExplorer.exe %1" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell] |
| + | @="Open_With_Explorer" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer] |
| + | @="Open with Explorer" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\command] |
| + | @="C:\\WINDOWS\\DesktopExplorer.exe /idlist,%I,%L" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec] |
| + | @="[ViewFolder(\"%l\", %I, %S)]" |
| + | "NoActivateHandler"="" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec\application] |
| + | @="Folders" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec\ifexec] |
| + | @="[]" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec\topic] |
| + | @="AppProperties" |
| + | </syntaxhighlight> |
| + | |
| + | * '''修复无法新建文件夹的问题''' |
| + | <syntaxhighlight lang="batch"> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_CLASSES_ROOT\.Folder] |
| + | @="folderfile" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folderfile] |
| + | @="Folder" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folderfile\DefaultIcon] |
| + | @="%SystemRoot%\\system32\\SHELL32.dll,4" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folderfile\shell] |
| + | @="New" |
| + | |
| + | [HKEY_CLASSES_ROOT\Folderfile\shell\New] |
| + | @="New Folder" |
| + | </syntaxhighlight> |
| + | |
| + | * '''Panorama''' |
| + | <syntaxhighlight lang="registry"> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] |
| + | "Carousel"=dword:00000001 |
| + | "Panorama"=dword:00000001 |
| + | </syntaxhighlight> |