Skip to content

Instantly share code, notes, and snippets.

@subrezon
Last active July 18, 2023 20:36
Show Gist options
  • Save subrezon/4be8be606a2c8979098c5c72fd861421 to your computer and use it in GitHub Desktop.
Save subrezon/4be8be606a2c8979098c5c72fd861421 to your computer and use it in GitHub Desktop.
Windows 11 checklist

Enablbe PowerShell scripts (as Administrator)

set-executionpolicy remotesigned

Winget packages (as Administrator)

winget install -e --id 7zip.7zip
winget install -e --id Audacity.Audacity
winget install -e --id Bitwarden.Bitwarden
winget install -e --id Discord.Discord
winget install -e --id File-New-Project.EarTrumpet
winget install -e --id Mozilla.Firefox
winget install -e --id GIMP.GIMP
winget install -e --id TheDocumentFoundation.LibreOffice
winget install -e --id Microsoft.PowerToys
winget install -e --id Nextcloud.NextcloudDesktop
winget install -e --id OBSProject.OBSStudio
winget install -e --id qBittorrent.qBittorrent
winget install -e --id ShareX.ShareX
winget install -e --id Valve.Steam
winget install -e --id SublimeHQ.SublimeText.4
winget install -e --id Telegram.TelegramDesktop
winget install -e --id Mozilla.Thunderbird
winget install -e --id VideoLAN.VLC
winget install -e --id SamHocevar.WinCompose
winget install -e --id WireGuard.WireGuard

Manual installation

Windows Subsystem for Linux

Details here.

wsl --install

Remove English (UK / German)

Run regedit, go to HKEY_CURRENT_USER\Keyboard Layout and remove keys with value 809 from Preload and Substitutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment