Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 926 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 926 Bytes

Automatic installation script for Windows

Installation script for my personal apps on a windows system. Feel free to use and modify it depending on your needs.

Requirements

  • OS: Windows 10 (or above)
  • winget must be installed. Download the msixbundle here or install it from the Microsoft Store

How to run

Note: I recommend to run the powershell script. However, you can also run the install.bat file if you prefer.

  • Open a terminal with administrator privileges

  • Navigate to install.ps1 file location

    cd winget-install
  • Run the file

    powershell -ExecutionPolicy Bypass -File .\install.ps1
  • Wait* :)

*You may need to accept some UAC pop-ups on individual installation processes.