* [Refs]
* [Windows 10 優化]
### 如何取得 Windows 10 安裝鏡像?
個人版本
https://www.microsoft.com/en-us/software-download/windows10ISO
企業版本
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-10-enterprise
### Windows 10 優化腳本
推薦使用 [Dism++](https://www.chuyu.me/en/index.html)
開機之後發現鎖屏時數字小鍵盤沒有自動開
可以修改註冊表解決,另存爲 bootNumberLock.reg 管理員運行權限執行
```
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="80000002"
```
### Windows 10 聚焦壁紙路徑
```
%localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
ren *.* *.jpg
```
### 開啓卓越性能模式
```
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
```
### 時間同步 UTC 格式
```
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
```
#### 參考
https://ky0n.xyz/windows10-tips/
執行時間: 0.0243 秒, 瀏覽次數: 5396