第1行: |
第1行: |
− | {Infobox Buildinfo | + | {{NavBar|[[首页]] > [[目录:Windows 桌面操作系统|Windows 桌面操作系统]] > [[Windows Vista]] > '''6.0.4074.0.idx02.040425-1535'''}} |
− | |image = LH4074.png | + | {{Infobox Buildinfo |
− | |imagecaption = winver | + | |image = |
| + | |imagecaption = Windows Vista 6.0.4074.0.idx02.040425-1535 |
| |kernel = 6.0 | | |kernel = 6.0 |
− | |arch=x 86 x64 IA64 | + | |arch = x86, x64, IA-64 |
− | |sku= | + | |sku = Professional |
− | |language= | + | |language = English (United States) |
− | |bios= | + | |bios = 2004-04-25 |
− | |timebomb= | + | |timebomb = 基于原始安装日期之后的180天 |
− | |string= | + | |string = 6.0.4074.0.idx02.040425-1535 |
− | |key= | + | |key = TCP8W-T8PQJ-WWRRH-QH76C-99FBW |
| }} | | }} |
| + | |
| + | 在 WinHEC 2004 大会中发布。 |
| + | ==新的特性== |
| + | |
| + | '''32 位版本(x86 版本)''' |
| + | * Aero Stars作为一个动画效果,显示星星在屏幕上弹跳。 |
| + | * 改进了预览窗格,它比泄露的 [[Windows Server 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 位版本(x64 版本)''' |
| + | * 与 [[Windows Longhorn build 4051]] 的 64 位版本无多大区别,但是改良了基本显示驱动 |
| + | * 不包括桌面应用程序和一些资源管理器窗口以及边栏 |
| + | |
| + | ==注意事项== |
| + | * '''启用窗口透明效果([[桌面窗口管理器]],[[Desktop Windows Manager]])''' |
| + | 安装显卡驱动并重新启动,打开 <code>C:\Windows\Resources\Themes</code>,复制 Jade 文件夹和 jade.theme 文件到桌面并重命名为<code>aero</code>。 |
| + | |
| + | 打开 aero.theme,将 <code>DisplayName=@themeui.dll,-2013</code> 改为 <code>DisplayName=Aero</code>,并将所有提到 <code>jade</code> 的地方都改为 <code>aero</code>,然后将他们放回 <code>C:\Windows\Resources\Themes</code>。 |
| + | |
| + | 打开注册表编辑器,进入 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer 项,添加 DWORD 键 <code>MilExplorer</code>,并将值改为 <code>1</code>。打开显示属性,将主题改为 Aero。使用下面的命令开启和关闭 [[桌面窗口管理器]](建议将下列命令另存为bat文件)。 |
| + | |
| + | 启用命令: |
| + | <pre> |
| + | %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</pre> |
| + | |
| + | 关闭命令: |
| + | <pre> |
| + | rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStopComposition |
| + | |
| + | %systemdrive%\windows\i386\sbctl.exe stop |
| + | |
| + | tskill explorer</pre> |
| + | |
| + | * '''修复文件夹无法在同进程内打开''' |
| + | <pre> |
| + | 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"</pre> |
| + | |
| + | * '''修复无法新建文件夹的问题''' |
| + | <pre> |
| + | 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"</pre> |
| + | |
| + | * '''启用旋转视图(Carousel)和全景视图(Panorama)''' |
| + | <pre> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] |
| + | "Carousel"=dword:00000001 |
| + | "Panorama"=dword:00000001</pre> |