By doing a clean format, I assume this wipes the deep freeze 'partition'? IF I can rebuild one system to reimage the rest, sounds like the solution to me. Ironically, deep freeze sounds like a perfect fit, need to see if they provide an academic discount?
Try To Run Deepfreeze Installer again, it should then say you need to uninstall your current deepfreeze, proceed to uninstallation. A computer restart would be prompted afterwards which you should do.
I had heard that they currently don't have a working version for Mojave. I know they had trouble with AFPS. Article. In this statement they recommend removing deep freeze before upgrading because of issues related to AFPS.
Set Boot State to Thawed after reboot: DFXPSWD="password" /usr/local/bin/deepfreeze thaw --startup --env Set Boot State to Frozen after reboot: DFXPSWD="password" /usr/local/bin/deepfreeze freeze --startup --env
i am working with services using C#, and for some stuff i need to get deepfreeze state of the station (frozen or thawed), for this found this on Faronic's documentation , when i use the following command in command prompt : C:\WINDOWS\syswow64\DFC.exe get /ISFROZEN it works and returns "THAWED." or "FROZEN." so i decided in my C# program to run a command prompt and redirect the Standard output to get the result of the command into a string variable , but it has not worked, i tried with any other commands and it works , i do not understand where is the problem.there is the DFC.exe download link if it does not exists ( complete the captcha and click to download)It is my third day on it so i need help .. thank's for everyone , there is sample code :
aa06259810