Syntax  | Description  | 
|---|---|
/DFNoReboot  | Suppresses Deep Freeze reboot and does not force the computer to restart after installation. Note: Deep Freeze reboot cannot be suppressed if the policy has both Deep Freeze and Anti-Executable services enabled.  | 
FullIntaller.exe /pauseInstall   | Sets the computer to enter into maintenance and remain in maintenance mode for 24 hours as good as indefinitely after installation.  | 
FullIntaller.exe /pauseInstall /t 14:35   | Sets the computer to enter into maintenance and remain in maintenance mode until the specified time after installation.  | 
FullIntaller.exe /pauseInstall /m 300  | Sets the computer to enter into maintenance and remain in maintenance mode for specified minutes.  | 
FullIntaller.exe /finalizeInstall  | This will end the maintenance mode if the machine is in maintenance.  | 
/Thaw  | This will set the to keep Deep Freeze in Thawed status after installation.  |