Forced Restarted

Hi everbody,

I’m working in a project to deploy windows 7 for desktop, and I need to execute a script, this .bat contains 2 phases and during the execution the script restarts the desktop, and continues after this.

The problem is: after the boot by bat, bigfix identifies a pending restart (there is a key HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\BESPendingRestart\BESPendingRestart) and after countdown (1 minutes) there is a boot and breaks .bat installation.

I found a BF variable but didn’t work:
_BESClient_ActionManager_PendingRestartExclusions=HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\BESPendingRestart\BESPendingRestart;

What can I do to stop this pending restart?

Ps.: I can’t stop bigfix agent and can’t edit .bat file

Thank you in advanced.