https://github.com/maciekiwaniuk/windows-auto-installations
👨💻 Windows applications installer made in PowerShell with chocolatey
https://github.com/maciekiwaniuk/windows-auto-installations
automation-scripts automatization chocolatey powershell ps1 scripts windows
Last synced: about 1 month ago
JSON representation
👨💻 Windows applications installer made in PowerShell with chocolatey
- Host: GitHub
- URL: https://github.com/maciekiwaniuk/windows-auto-installations
- Owner: maciekiwaniuk
- Created: 2022-08-07T17:44:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T12:08:07.000Z (over 3 years ago)
- Last Synced: 2025-03-30T09:42:32.049Z (about 1 year ago)
- Topics: automation-scripts, automatization, chocolatey, powershell, ps1, scripts, windows
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows auto installations
> ### Projects of console app which automatically installs specific applications
- Application is made as PowerShell script, so it will work only on Windows.
# Installation
Open folder where you want to have project files, open console and then clone the repository
git clone https://github.com/maciekiwaniuk/windows-auto-installations
# Application usage
Open PowerShell's console with administrative permission. Change directory to place where you installed application. Then you should run main script.
./main.ps1
To modify applications which you want to install or uninstall simply modify application.json file and list there all your wanted applications. Available apps you can find on [chocolatey packages browser](https://community.chocolatey.org/packages).