-
Notifications
You must be signed in to change notification settings - Fork 5
deskview_install.ps1
Corey Watson edited this page Dec 1, 2025
·
1 revision
Downloads DeskView utility to the Windows Startup folder for automatic launch at login.
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.
Downloads deskview.exe utility to the Windows Startup folder so it runs automatically at user login. DeskView displays desktop icons in a compact window.
- Windows OS
- Administrator privileges
- Internet connectivity
-
$downloadUrl: URL to download deskview.exe
- Validates input parameters
- Downloads deskview.exe to the common Startup folder
- Reports final status
- No secrets in logs
- Downloads from trusted GitHub repository
- 0 = Success
- 1 = Failure
[ 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 ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index