This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:power-users-tool-list-for-windows [2020-07-19] – dcai | windows:power-users-tool-list-for-windows [2021-11-26] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Windows Apps for Power Users ===== | ||
| + | ==== Install chocolatey ==== | ||
| + | |||
| + | <code powershell> | ||
| + | Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: | ||
| + | </ | ||
| + | |||
| + | |||
| + | <code powershell> | ||
| + | choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal dropbox | ||
| + | </ | ||
| + | |||
| + | |||
| + | <code powershell> | ||
| + | winget install Stretchly.Stretchly | ||
| + | winget install SublimeHQ.SublimeText.3 | ||
| + | winget install Lexikos.AutoHotkey | ||
| + | winget install ShareX.ShareX | ||
| + | winget install Microsoft.WindowsTerminal | ||
| + | winget install Dropbox.Dropbox | ||
| + | </ | ||
| + | |||
| + | ==== Disable virtual memory ==== | ||
| + | |||
| + | <code powershell> | ||
| + | fsutil behavior set encryptpagingfile 0 | ||
| + | </ | ||
| + | |||
| + | ==== Disable Compatibility Telemetry ==== | ||
| + | |||
| + | < | ||
| + | sc delete DiagTrack | ||
| + | sc delete dmwappushservice | ||
| + | echo "" | ||
| + | reg add " | ||
| + | </ | ||
| + | |||
| + | ==== wsl 2 ==== | ||
| + | |||
| + | [[windows: | ||
| + | |||
| + | |||
| + | ==== essentials ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * clip.exe: copy to windows clipboard: '' | ||
| + | |||
| + | |||
| + | ==== Sys ==== | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Screenshot ==== | ||
| + | |||
| + | * [[windows: | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Image ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | https:// | ||