Windows Essential App & Tips / Windows 常見軟體與小技巧
Published:
Last modified:
查詢磁碟空間 (需要管理員權限)
fsutil volume diskfree c:
PowerShell 執行原則修改
Set-ExecutionPolicy RemoteSigned
開啟虛擬化 (WSL2 需要)
bcdedit /set hypervisorlaunchtype auto
關於靜態路由
# 顯示目前路由表
route print
# 刪除全部路由表
route -f
diskpart 來完整清除分割區
#顯示磁碟清單
list disk
#選擇要處理的磁碟
select disk {NO}
#清除目前處理磁碟的所有分割區
clean
關閉 Microsoft Compatibility Appraiser
工作排程器 -> 工作排程器程式庫 -> Microsoft -> Windows -> Application Experience 對 Microsoft Compatibility Appraiser 按右鍵選停用
快捷鍵重置 Windows 10 的繪圖驅動程式
𝚆𝚒𝚗+𝙲𝚝𝚛𝚕+𝚂𝚑𝚒𝚏𝚝+𝙱
當 WSL 的顯示語系異常時
控制台 -> 時鐘與區域 -> 地區 -> 系統管理 -> 更變系統地區設定,把這選成自己常用的語言
透過 CLI 移除各種預載在 Windows 內的應用程式
#顯示安裝軟體的清單
winget list
#移除指定軟體
winget uninstall "軟體名稱"
讓 Windows 11 的右鍵找回原本的選單
#使用 CMD 即可,不需要管理員權限,修改完要重開
reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
Windows 10 系統最佳化調整軟體
- https://www.oo-software.com/en/shutup10
- https://github.com/hellzerg/optimizer
- https://github.com/W4RH4WK/Debloat-Windows-10
- VMware info & notes / VMware 相關資訊筆記 March 27, 2021
- Google TV 裝機常用軟體March 20, 2021
- Tricky for Mifare Classic / Mifare Classic 的冷知識October 27, 2020
- Online routing check service/ 線上測試路由服務July 7, 2020
- Windows Essential App & Tips / Windows 常見軟體與小技巧
Android
- Samsung 手機實用資訊July 18, 2024
- Android adb Tips / Android adb 相關資訊October 27, 2020
- Android Root Tips / Android Root 相關資訊July 7, 2020
- Android Tips / Android 實用資訊July 7, 2020
iOS
- iPhone Model List / iPhone 機型型號清單June 29, 2021
- iOS Jailbreak / iOS 越獄相關資訊July 7, 2020
- iOS System Path / iOS 系統資料結構July 7, 2020
- iOS Tips / iOS 冷知識與實用網站July 7, 2020
macOS
- MacOS 實用技巧July 15, 2023
- macOS CLI / macOS 指令July 7, 2020
- MacOS Debug / MacOS 除錯設定July 7, 2020
- Check list for Used Mac Device / 二手蘋果電腦驗機方式July 6, 2018
UNIX
- Terminal Shortcut / Terminal 快捷鍵July 7, 2020
- CLI command / 常見 CLI 指令 July 7, 2020
- VIM Tips / VIM 常用指令July 7, 2020
Articles
Subcategories
Henry Yang© 2020 ·