-
Notifications
You must be signed in to change notification settings - Fork 5
potplayer_install.ps1
Corey Watson edited this page Dec 1, 2025
·
1 revision
Downloads and silently installs PotPlayer media player with automatic architecture detection.
Downloads and silently installs PotPlayer media player. Automatically selects the correct version (32-bit or 64-bit) based on system architecture.
Downloads and silently installs PotPlayer media player. Automatically selects the correct version (32-bit or 64-bit) based on system architecture.
- Windows OS
- Administrator privileges
- Internet connectivity
-
$baseUrl: Base URL for PotPlayer website to scrape download links
- Validates input parameters
- Fetches PotPlayer website to find download links
- Selects appropriate version based on OS architecture
- Downloads installer to temp directory
- Installs silently using /S switch
- Cleans up installer file
- No secrets in logs
- Downloads from official PotPlayer website
- 0 = Success
- 1 = Failure
[ INPUT VALIDATION ]
--------------------------------------------------------------
Base URL : https://potplayer.daum.net
System : 64-bit
Inputs validated successfully
[ DOWNLOAD ]
--------------------------------------------------------------
Fetching download links from PotPlayer website...
Found installer for 64-bit system
Downloading PotPlayer installer...
Download completed successfully
[ INSTALLATION ]
--------------------------------------------------------------
Installing PotPlayer silently...
Installation completed successfully
[ CLEANUP ]
--------------------------------------------------------------
Removing installer file...
Cleanup completed
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
PotPlayer installed successfully
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index