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 [2021-01-15] – dcai | windows:power-users-tool-list-for-windows [2021-11-26] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Windows Apps for Power Users ===== | ===== Windows Apps for Power Users ===== | ||
| - | Install | + | ==== Install chocolatey |
| <code powershell> | <code powershell> | ||
| Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: | Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: | ||
| Line 8: | Line 9: | ||
| <code powershell> | <code powershell> | ||
| - | choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal | + | choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal |
| </ | </ | ||
| - | Disable virtual memory | + | |
| + | <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> | <code powershell> | ||
| fsutil behavior set encryptpagingfile 0 | fsutil behavior set encryptpagingfile 0 | ||
| </ | </ | ||
| - | Disable Compatibility Telemetry | + | ==== Disable Compatibility Telemetry |
| < | < | ||
| sc delete DiagTrack | sc delete DiagTrack | ||
| Line 23: | Line 36: | ||
| reg add " | reg add " | ||
| </ | </ | ||
| + | |||
| + | ==== wsl 2 ==== | ||
| + | |||
| + | [[windows: | ||
| + | |||
| ==== essentials ==== | ==== essentials ==== | ||
| Line 33: | Line 51: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * clip.exe: copy to windows clipboard: '' | ||
| + | |||
| ==== Sys ==== | ==== Sys ==== | ||