winsetup/README.md

16 lines
456 B
Markdown
Raw Normal View History

2024-11-08 13:22:01 +01:00
# WinSetup script
Available package collections:
- `classic` - Customers and family collection
- `workstation` - My collection
- `gaming` - Gaming collection
- `nvidia` - Nvidia GPU collection
2024-11-29 13:37:43 +01:00
- `intel` - Intel Driver Manager (AGPU, WiFi, Ethernet)
2024-11-08 13:22:01 +01:00
## Download and run script
```powershell
winget install Git.Git Microsoft.PowerShell
2024-11-08 13:30:05 +01:00
git clone https://git.vofy.cz/vofy/winsetup.git
2024-11-08 13:35:42 +01:00
.\winsetup\setup.ps1 -collections classic,workstation,gaming,nvidia
2024-11-08 13:22:01 +01:00
```