Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebit/win10-config
Personalized Windows 10 configuration and installation for newly formatted desktops.
https://github.com/genebit/win10-config
configuration powershell windows-10
Last synced: 11 days ago
JSON representation
Personalized Windows 10 configuration and installation for newly formatted desktops.
- Host: GitHub
- URL: https://github.com/genebit/win10-config
- Owner: genebit
- Created: 2024-06-02T06:35:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T18:08:40.000Z (9 months ago)
- Last Synced: 2024-09-29T22:41:48.386Z (5 months ago)
- Topics: configuration, powershell, windows-10
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **Windows 10 Base Installer**
Personalized Windows 10 configuration and installation for newly formatted desktops. This PowerShell script installs a variety of software applications using the Windows Package Manager (winget).### **Description** ℹ
The script installs the following software applications:| Category | Software Applications |
|-------------------------|------------------------------------------------------|
| Web Browsers | Brave, Mozilla Firefox, Google Chrome |
| Media Players | VideoLAN VLC |
| Streaming Software | OBS Studio, Discord |
| System Software | WizTree, CPU-Z, qBittorrent, AOMEI Partition Assistant, 7zip |
| Gaming Platforms | Valve Steam, Epic Games Launcher |
| Music Streaming | Spotify |
| Graphic Design Software | KDE Krita, Figma |
| Development Software | Git, GitHub Desktop, Docker, DBeaver, Postman |
| Parameters | This script does not accept any parameters. |### **How to Run** 📌
To run the script and install the specified software applications, execute the following command in PowerShell:```
.\install.ps1
```