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-02-04] 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 8: Line 9:
  
 <code powershell> <code powershell>
-choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal pandoc +choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal dropbox
 </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 23: Line 36:
 reg add "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f reg add "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
 </code> </code>
 +
 +==== wsl 2 ====
 +
 +[[windows:wsl|Install wsl 2]]
 +
  
 ==== essentials ==== ==== essentials ====
windows/power-users-tool-list-for-windows.1612480668.txt.gz · Last modified: by dcai