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-05-14] dcaiwindows: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]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString("https://chocolatey.org/install.ps1"))
 +</code>
 +
 +
 +<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>
 +fsutil behavior set encryptpagingfile 0
 +</code>
 +
 +==== Disable Compatibility Telemetry ====
 +
 +<code>
 +sc delete DiagTrack
 +sc delete dmwappushservice
 +echo "" > C:\\ProgramData\\Microsoft\\Diagnosis\\ETLLogs\\AutoLogger\\AutoLogger-Diagtrack-Listener.etl
 +reg add "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
 +</code>
 +
 +==== wsl 2 ====
 +
 +[[windows:wsl|Install wsl 2]]
 +
 +
 +==== essentials ====
 +  * [[https://autohotkey.com/download/|autohotkey]]
 +  * [[https://github.com/microsoft/terminal|Windows Terminal]]
 +  * [[https://github.com/sirWest/AudioSwitch|AudioSwitch]]
 +  * [[https://veracrypt.codeplex.com/|VeraCrypt]]
 +  * [[http://get.daum.net/PotPlayer64/Version/Latest/PotPlayerSetup64.exe | PotPlayer]]
 +  * [[http://www.sublimetext.com/3|Sublime Text]]
 +  * [[https://www.c3scripts.com/tutorials/msdos/paste.html#exe|paste]]: paste clipboard contents to terminal in wsl
 +  * [[https://www.den4b.com/downloads/renamer|renamer]]
 +  * clip.exe: copy to windows clipboard: ''cat file.txt | clip.exe''
 +
 +
 +==== Sys ====
 +  * [[https://www.voidtools.com/ | Everything]]
 +  * [[http://doublecmd.sourceforge.net/| Double Commander]]
 +  * [[https://technet.microsoft.com/en-us/sysinternals/bb963902.aspx | Autoruns ]]
 +  * [[https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx | Sysinternals Suite]]
 +  * [[https://sourceforge.net/projects/win32diskimager/ | Win32 Disk Imager]]
 +  * [[https://www.iobit.com/en/iobit-unlocker.php | unlocker]]
 +  * [[https://www.martau.com/uninstaller-download.php|total uninstall]] or [[https://www.iobit.com/en/advanceduninstaller.php|iobit uninstaller]]
 +
 +==== Screenshot ====
 +
 +  * [[windows:sharex|ShareX]] [[https://getsharex.com|download]]
 +  * [[http://getgreenshot.org/|Greenshot]]
 +  * [[https://www.snipaste.com/|Snipaste]]
 +
 +==== Image ====
 +
 +  * [[https://www.xnview.com|XnView]]
 +  * [[https://www.irfanview.com/ | IrfanView]]
 +  * [[https://inkscape.org/en/download/windows/|InkScape]]
 +  * [[https://www.blender.org/|Blender]]
 +
 +https://github.com/Awesome-Windows/Awesome