Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:power-users-tool-list-for-windows [2021-06-18] dcaiwindows: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 ''chocolatey''+==== Install chocolatey ==== 
 <code powershell> <code powershell>
 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString("https://chocolatey.org/install.ps1")) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString("https://chocolatey.org/install.ps1"))
Line 11: Line 12:
 </code> </code>
  
-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 
 +</code> 
 + 
 +==== Disable virtual memory ==== 
 <code powershell> <code powershell>
 fsutil behavior set encryptpagingfile 0 fsutil behavior set encryptpagingfile 0
 </code> </code>
  
-Disable Compatibility Telemetry+==== Disable Compatibility Telemetry ==== 
 <code> <code>
 sc delete DiagTrack sc delete DiagTrack
Line 24: Line 37:
 </code> </code>
  
-Install wsl 2+==== wsl 2 ==== 
 + 
 +[[windows:wsl|Install wsl 2]]
  
-https://dongsheng.org/windows/wsl 
  
 ==== essentials ==== ==== essentials ====
windows/power-users-tool-list-for-windows.1624014829.txt.gz · Last modified: by dcai