Skip to content

Instantly share code, notes, and snippets.

@Dominicus1165
Dominicus1165 / Install_Script.ps1
Last active February 28, 2024 09:30
Winget install script for Windows
<#
# 0. Windows 10 only: update "App Installer" on Windows Store
#
# 1. Win+X => A
# 2. cd C:\Users\xxx\Desktop or C:\Users\xxx\OneDrive\Desktop if you have OneDrive
# 3. Set-ExecutionPolicy Unrestricted
# 4. .\Install_Script.ps1
#>
<#