Skip to main content

DeepFreeze (macOS/Windows)

Description

DeepFreeze is a common pieces of software used by Administrators, many people have asked us how the two interact. Simply putting the two on one computer would cause the software to conflict, as FileWave would deploy software and DeepFreeze would remove it upon reboot. However, using a slightly modified deployment strategy, you can use FileWave to activate Deep Freeze's commands. In this article, I will describe the necessary steps for deploying a fileset to machines Frozen by DeepFreeze.

You will invariably want to do this while users are not using the computers, since you do not want them to make modifications during its thawed boot. Therefore, this script will reboot the computer immediately. To make this script, you'll need to know the Deep Freeze administrator name and password. In your script, substitute your name/pass for 'your_admin' and 'your_password'

Ingredients

    FW Admin

    Directions

      Create a new empty fileset (From the Fileset View : New Desktop Fileset > Empty : Type a Name > OK) With it selected: Click the Scripts item in the button bar Create a new Activation Script and name it. Paste the script below and edit 

      This is to Thaw 

      #!/bin/sh

      /Applications/Faronics/DFXControl.app/Contents/MacOS/DFXControl command your_admin your_password bootThawed

      /sbin/reboot

      Code Block 1 Thaw macOS

      @echo off "%ProgramFiles%FaronicsDeep Freeze EnterpriseDFC.exe" yourPassword /BOOTTHAWED shutdown -r

      Code Block 2 Thaw Windows

        Create a new Pre-Uninstallation Script and name it Paste the script below and edit 

        !#bin/sh

        /Applications/Faronics/DFXControl.app/Contents/MacOS/DFXControl command your_admin your_password bootFrozen

        /sbin/reboot

        Code Block 3 Freeze macOS

        @echo off "%ProgramFiles%FaronicsDeep Freeze EnterpriseDFC.exe" yourPassword /BOOTFROZEN shutdown -r

        Code Block 4 Freeze Windows

        It will reboot the machine in frozen mode after the fileset has been set to delete

        Don't put passwords in scripts. See: Script Best Practices

          Associate and schedule the script
            Schedule the activation time for before you want to make changes Schedule the delete time for after you are done making changes

            slAtjUQpA7heipFO-embedded-image-fuc0vhyn.png

                Schedule the filesets you want to make changes to the computers

                n7ykjYoifZ13WkNd-embedded-image-6gb9r6x5.png