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 [2020-08-30] – [Screenshot] 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"))
-choco install sublimetext3 autohotkey sharex microsoft-windows-terminal pandoc 
 </code> </code>
  
-Disable virtual memory+ 
 +<code powershell> 
 +choco install -y sublimetext3 autohotkey sharex microsoft-windows-terminal dropbox 
 +</code> 
 + 
 + 
 +<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 19: 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 ====
Line 29: Line 51:
   * [[https://www.c3scripts.com/tutorials/msdos/paste.html#exe|paste]]: paste clipboard contents to terminal in wsl   * [[https://www.c3scripts.com/tutorials/msdos/paste.html#exe|paste]]: paste clipboard contents to terminal in wsl
   * [[https://www.den4b.com/downloads/renamer|renamer]]   * [[https://www.den4b.com/downloads/renamer|renamer]]
 +  * clip.exe: copy to windows clipboard: ''cat file.txt | clip.exe''
 +
  
 ==== Sys ==== ==== Sys ====
Line 41: Line 65:
 ==== Screenshot ==== ==== Screenshot ====
  
-  * [[windows:sharex|ShareX]]+  * [[windows:sharex|ShareX]] [[https://getsharex.com|download]]
   * [[http://getgreenshot.org/|Greenshot]]   * [[http://getgreenshot.org/|Greenshot]]
   * [[https://www.snipaste.com/|Snipaste]]   * [[https://www.snipaste.com/|Snipaste]]
windows/power-users-tool-list-for-windows.1598759999.txt.gz · Last modified: by dcai