skip to main content
Using Deep Freeze Enterprise Console : Managing Deep Freeze with the Console : Remote Launch

Remote Launch
This feature allows IT administrators to remotely launch executable files on managed workstations. File types supported are .exe (executables), .msi (MSI installers), .bat/.cmd (batch script), .vbs (VB script), and .ps1 (PowerShell). When an MSI installer is selected, Deep Freeze runs it using MSIEXEC.
You can also specify a web URL or FTP location for downloading and installing executable files. The file will be automatically downloaded from the specified location and launched on the workstation.
To remotely launch executables on workstations, complete the following steps:
1.
>
Right-click on one or more workstations and select Remote Launch from the context menu.
>
2.
>
3.
>
Arguments – Specify the arguments that you want to apply with this executable. For example, if the executable is run from the command prompt with the command C:\AppFolder\MyApplication -o logFile.log, specify -o logFile.log for arguments. For .msi files, specify the arguments that you would normally specify when launching a .msi file with MSIEXEC. If you do not specify any argument for a .msi file, Deep Freeze will automatically append "/i" (install). Deep Freeze also replaces any display options with /qn, (quiet, no UI).
4.
Click OK.
The file is remotely launched on the selected workstations.