Perdanga Software Solutions is a PowerShell script designed to simplify the installation, uninstallation, and management of essential Windows software, with enhanced system cleanup and information features.
-
Run in PowerShell:
irm https://bit.ly/PerdangaSoftwareSolutions | iex
Important
Ensure is run with Administrator privileges to avoid execution issues.
7zip.install, brave, cursoride, discord, file-converter,
git, googlechrome, imageglass, nilesoft-shell, nvidia-app,
obs-studio, occt, qbittorrent, revo-uninstaller, spotify,
steam, telegram, vcredist-all, vlc, winrar, wiztree.
- [A] Install All Programs
- [G] Select Specific Programs [GUI]
- [U] Uninstall Programs [GUI]
- [C] Install Custom Package
- [T] Disable Windows Telemetry
- [X] Activate Spotify
- [W] Activate Windows
- [N] Update Windows
- [F] Create Unattend.xml File [GUI]
- [S] System Cleanup [GUI]
- [P] Import & Install from File
- [I] Show System Information [GUI]
Tip
To install specific programs, enter their numbers (e.g., 1 5 17, or 1,5,17) from the supported programs list.
Type perdanga for a hidden cheese! 🧀
Customize your Windows installation with these options:
- System Settings: Set computer name, admin user, and password.
- Regional Preferences: Configure UI language, system locale, user locale, time zone, and keyboard layouts.
- OOBE Bypass: Skip EULA, local/online account setup, and wireless configuration.
- System Tweaks: Enable file extensions, disable SmartScreen, enable system restore, or disable app suggestions.
- Bloatware Removal: Remove unwanted pre-installed apps during setup.
- Output: Saves the
autounattend.xmlfile to your Desktop for use with a Windows installation USB.
Note
Learn more about answer files (Unattend.xml) Microsoft Documentation.
Enhanced system cleanup with dynamic application cache detection:
- Windows Temporary Files
- Application Caches
- Browser Caches
- System Caches
- Operating System
- Processor
- System Hardware
- Memory (RAM)
- Video Card(s)
- Disk Drives
- Network Adapters
Imports a JSON file containing a list of program names to install:
- Select a
.jsonfile from your Desktop. - Validates and installs the listed programs.
- Example JSON format:
["7zip.install", "brave", "vlc"].
-
Script Fails to Run:
- Ensure PowerShell is run with Administrator privileges.
- Verify PowerShell version (5.1 or higher):
Get-Host | Select-Object Versionor$PSVersionTable.PSVersion. - Check your execution policy:
Get-ExecutionPolicy. If restricted, set it toRemoteSignedwithSet-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned.
-
GUI Unavailable:
- If
[G],[U],[F],[S], or[I]options fail, ensureSystem.Windows.Formsis available. Alternatively, use CLI-based options.
- If
-
Package Not Found:
- For
[C], confirm the package ID exists in the Chocolatey repository:choco search <id>.
- For
-
Logs:
- Review
install_log_YYYYMMDD_HHMMSS.txtin the script directory or%TEMP%folder for detailed error information.
- Review
This project incorporates code from the following third-party sources:
-
SpotX (Spotify activation feature)
- Repository: SpotX-Official
- Copyright © 2025 SpotX-Official
- License: MIT License
-
Microsoft Activation Scripts (Windows activation feature)
- Repository: massgravel/Microsoft-Activation-Scripts
- Copyright © 2025 massgravel
- License: GPL-3.0
⚡PERDANGA FOREVER⚡




