deskview_install.ps1 - limehawk/rmm-scripts GitHub Wiki
deskview_install.ps1
Downloads DeskView utility to the Windows Startup folder for automatic launch at login.
Overview
This script downloads the deskview.exe utility to the Windows Startup folder so it runs automatically at user login. DeskView displays desktop icons in a compact window.
Purpose
Downloads deskview.exe utility to the Windows Startup folder so it runs automatically at user login. DeskView displays desktop icons in a compact window.
Prerequisites
- Windows OS
- Administrator privileges
- Internet connectivity
Configuration
Required Inputs
$downloadUrl: URL to download deskview.exe
Behavior
- Validates input parameters
- Downloads deskview.exe to the common Startup folder
- Reports final status
Security Notes
- No secrets in logs
- Downloads from trusted GitHub repository
Exit Codes
- 0 = Success
- 1 = Failure
Example Output
[ INPUT VALIDATION ]
--------------------------------------------------------------
Download URL : https://github.com/focusmade/rmm-apps/raw/main/...
Inputs validated successfully
[ DOWNLOAD ]
--------------------------------------------------------------
Downloading deskview.exe to startup folder...
Download completed successfully
Destination : C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
DeskView installed to startup folder
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
Version History
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
Links
- View Script Source
- Scripts - Back to script index