RocmineFreshInstallPrograms

🚀 Rocmine’s Program Installer

Quick setup guide for automatically installing essential Windows programs using PowerShell and winget for rocmine, free to use.

⚡ Quick Start

Method 1: Direct Download & Run

# Download and run in one command
iwr -useb https://fresh.rocmine.net/installer.ps1 | iex

Method 2: Download First, Then Run

# Download the script
Invoke-WebRequest -Uri "https://fresh.rocmine.net/installer.ps1" -OutFile "installer.ps1"

# Run the installer
.\installer.ps1

📋 Prerequisites

📦 What Gets Installed

The script installs 36+ essential programs across categories:

⚠️ Important Notes

🆘 Troubleshooting

If you get execution policy errors:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

If winget is missing:


*Made with ❤️ by Rocmine Report Issues*