https://github.com/levy-y/powershell-setup-scripts
A Small PowerShell Script Collection
https://github.com/levy-y/powershell-setup-scripts
powershell script windows-10 windows-11 winget
Last synced: 2 months ago
JSON representation
A Small PowerShell Script Collection
- Host: GitHub
- URL: https://github.com/levy-y/powershell-setup-scripts
- Owner: Levy-Y
- Created: 2024-10-18T18:38:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:30:04.000Z (8 months ago)
- Last Synced: 2025-02-05T14:15:11.707Z (4 months ago)
- Topics: powershell, script, windows-10, windows-11, winget
- Language: PowerShell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Script Collection for Windows 10/11 Setup
This repository contains a collection of PowerShell scripts designed to streamline the setup of a fresh installation of Windows 10/11. These scripts automate the installation of essential software, making the process faster and more efficient.
## Available Scripts
### 1. `IDE-Misc-Setup.ps1`
This script automates the installation of various development tools and essential applications. Currently, it supports the installation of the following:
#### Development Tools:
- **Visual Studio Code** (VSCode)
- **JetBrains Rider**
- **JetBrains IntelliJ IDEA Community**
- **JetBrains Toolbox**
#### Daily Use Applications:
- **Microsoft PowerToys**
- **VLC Media Player** (VideoLAN)
- **Streamlabs Desktop**
- **Discord**
- **Spotify**
---
### 2. `Setup-Choco.ps1`
This script prompts for and installs Chocolatey, a package manager for Windows, if confirmed by the user.
---
### 3. `Choco-Install-Apps.ps1`
This script installs several development tools and utilities via Chocolatey. Currently, it supports the installation of the following:
**Development Tools:**
- **WinSCP**
- **Git**
- **Notepad++**
- **7-Zip**
- **Node.js**
- **Python 3.12**
- **FileZilla**
- **PuTTY**
- **Blender**
---
### Future Enhancements
This is the first script in this collection, with more scripts planned for future releases. Stay tuned for updates!
---
## How to Use
To run this script, simply execute the following command in PowerShell:
```powershell
./IDE-Misc-Setup.ps1
```
```powershell
./Setup-Choco.ps1
```
```powershell
./Choco-Install-Apps.ps1
```