The standard service plan offers a plethora of features such as password protection and safeguards for several hard drives and partitions. The software is available in 6 languages and allows you to freeze and thaw hard drives selectively. Additional tools are offered with the enterprise and cloud services.
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