===== Windows Apps for Power Users =====
==== Install chocolatey ====
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 -y sublimetext3 autohotkey sharex microsoft-windows-terminal dropbox
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 ====
fsutil behavior set encryptpagingfile 0
==== Disable Compatibility Telemetry ====
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
==== 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