Skip to content

My personal post-install script for Windows based on the 'winget' package manager.

Notifications You must be signed in to change notification settings

dikayx/winget-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My personal post-install script for Windows based on the 'winget' package manager.

Topics

Resources

Stars

Watchers

Forks