搭配Windows11的流暢設計Office
微軟一直在內部測試Office應用的圓角UI設計。在Windows開發者大會上,微軟帶來了Office應用的Fluent Design
(流暢設計)改版預告。
新的設計保留了現有的功能,但所有的按鈕、選項等元素均采用了微軟Fluent設計,設計更加簡潔,並與桌面其他部分保持一致。
Microsoft Office 365 Beta
測試版現已上線14301.20004
版本,這一版本為我們帶來了全新的適配Windows 11的界面設計,同時開屏界面也有所更新,整體更加簡潔現代。
安裝Beta通道的預覽版
下載部署工具
officedeploymenttool_14026-20306.exe
備用:https://www.microsoft.com/en-us/download/details.aspx?id=49117
解壓部署工具
運行前面的officedeploymenttool_14026-20306.exe
選擇一個我們存檔部署工具的地方,這里我們就選自己的桌面吧。
准備配置文件
在桌面新建一個名為configuration.xml
,然后右鍵用記事本或者Visual Studio Code打開它。
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps,
Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="BetaChannel">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
這里的OfficeClientEdition
是指X86
或者X64
,這里我們選64
。
通道Channel
這里我們選BetaChannel
,就會收到我們的要的預覽版。
要安裝Beta版頻道內部版本,請將configuration.xml文件中的頻道設置更改為BetaChannel。請記住,Beta版頻道不是受支持的Office內部版本。
運行配置文件
搜索cmd
,在其上面右鍵,找到管理員選項,用管理員打開它。
切換到configuration.xml
所在目錄。
cd c:\Users\UserName\Desktop
輸入命令執行對應的配置文件:
setup.exe /configure configuration.xml
接下來會彈出對話框要你確認,確認即可,如果目前有打開的Office程序,請先關閉。
等待預覽版安裝
坐和放寬,不需要太久,只需要一小會就好。
強行開啟新界面
哈哈,安裝完之后看了下,發現版本號是最新的了,但是界面還是老的,傳說的中的右上角設置入口也沒有,那么怎么辦呢?
感謝之家網友飛仔提供的注冊表腳本。
Office WIN11 new features toggle(on).reg
重新打開Office,發現真的界面變了哈。
體驗流暢設計Office
查看Office版本
圓角的啟動界面
老界面
新界面
圓角歡迎主頁
老界面
新界面