Windows 重灌後安裝的軟體和設定

記錄一下

設定

更改 onedrive 位置

  1. 取消連結此電腦
  2. 重登入時選擇位置

Onedrive

開啟終極效能模式

來源1,用 CMD 輸入

1
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

終極效能模式
終極效能模式2

禁用 Windows 10 桌布壓縮

來源2,Windows 10 在設置桌面背景時,會自動將圖片質量壓縮為原始圖片的 85% ,可以在 C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Themes\ 中找到一個名為 TranscodedWallpaper 的檔案,此檔案就是 Windows 10 自動壓縮轉換後的壁紙圖片,給該文件加上 .jpg 擴展名即可用圖像工具查看。

  1. 使用 Windows + R 快捷鍵打開「運行」— 執行 regedit 打開註冊表編輯器。
  2. 導航到如下路徑:

    HKEY_CURRENT_USER\Control Panel\Desktop

  3. 新建一個名為 JPEGImportQuality 的 DWORD (32 位) 值,並將其值設置為 100 即可。該值只能在 60 – 100 之間進行調整。

Wallpaper

開啟休眠功能

選取 [開始] ,然後選取 [設定] > [系統] > [電源與睡眠] > [其他電源設定]。

Powerconfig01
Powerconfig02

APP

Adobe

Elegants Swirls 筆刷

Font

FiraCode
NotoSansCJK

其它

Internet

AnyDesk
Chrome
SimpleDNSCrypt
Vivaldi
4K Video Downloader
syncthing

Media

madVR
LAVFilters
svp4
XySubFilter
mpc-be
MediaPreview

Profession

dispcalGUI
Anaconda
BlueStacks
node.js
Screenpresso
VMware
Sketchup
vray
WinSCP

Git About

Git
GitHubDesktop
Sourcetree

System

Core-Temp
Driver booster
CDBurnerXP
EaseUS Partition Master
Intel XTU
ThrottleStop

Enhancement & Cleaner

QTTabBar
Advanced SystemCare
Attribute Changer
AudioShell
AutoHotkey
DisableWinTracking
Everything
HashTab
keyboard-leds
Process Lasso
teracopy
VeraCrypt
wizmouse

更新、DotNet、DirectX

Microsoft .NET Framework 3,5
Microsoft .NET Framework 4.5
DirectX

Compression

7zip
CBXshell
7-Zip Theme Manager

Input methods

Locale Emulator
語系轉換

PIME
新酷音輸入法,支援蝦米輸入

美化

Rainmeter
MacType

更改OEM訊息

以下內容存成 .reg 後執行

1
2
3
4
5
6
7
8
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Manufacturer"="廠商"
"Model"="型號"
"SupportHours"="電話"
"SupportURL"="網站"
"logo"="D:\\Photo\\OEM.bmp"

Office

註冊 Emeditor 右鍵

1
2
3
4
5
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\EmEditor]
"Icon"="%SystemRoot%\\notepad.exe,0"
[HKEY_CLASSES_ROOT\*\shell\EmEditor\Command]
@="D:\\Apps\\EmEditor\\EmEditor.exe %1"

註冊 VScode 右鍵

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="D:\\Apps\\VSCode\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"D:\\Apps\\VSCode\\Code.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\vscode]
@="Open Folder as VS Code Project"
"Icon"="\"D:\\Apps\\VSCode\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
@="\"D:\\Apps\\VSCode\\Code.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Open Folder as VS Code Project"
"Icon"="\"D:\\Apps\\VSCode\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@="\"D:\\Apps\\VSCode\\Code.exe\" \"%V\""

映像劫持

1
2
3
4
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe]
"Debugger"="\"D:\\Program Files\\Notepad2\\Notepad2.exe\" /z"
------ THE END ------