https://github.com/dikayx/winget-install
My personal post-install script for Windows based on 'winget'.
https://github.com/dikayx/winget-install
install-script windows winget
Last synced: 11 months ago
JSON representation
My personal post-install script for Windows based on 'winget'.
- Host: GitHub
- URL: https://github.com/dikayx/winget-install
- Owner: dikayx
- Created: 2021-09-24T08:12:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T09:37:51.000Z (over 1 year ago)
- Last Synced: 2025-04-04T16:41:45.388Z (12 months ago)
- Topics: install-script, windows, winget
- Language: PowerShell
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/microsoft/winget-cli/releases) or install it from the [Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab)
### 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
```powershell
cd winget-install
```
- Run the file
```powershell
powershell -ExecutionPolicy Bypass -File .\install.ps1
```
- Wait\* :)
_\*You may need to accept some UAC pop-ups on individual installation processes._