Table of Contents

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

Install wsl 2

essentials

Sys

Screenshot

Image

https://github.com/Awesome-Windows/Awesome