I am trying to find a way to deploy a batch file that executes the following command line:
bcdedit /set {default} bootstatuspolicy ignoreallfailures
The reason for this is we have deployed several Windows 7 machines and if they happen to crash, they auto restart and launch the recovery which basically reverts their machine back to just Win 7 / removed from domain / apps uninstalled, etc. This command line will prevent this from happening. Unfortunately, I have had no success. I know this command line has to be launched from an command prompt using Run as Administrator in windows but for deploying, I was hoping someone might have some ideas how to get this working.
Looking forward to your responses. Thanks.