How about something like this in a VB Script?
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "bcdedit.exe", "/set {default} bootstatuspolicy ignoreallfailures", "", "runas", 1
How about something like this in a VB Script?
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "bcdedit.exe", "/set {default} bootstatuspolicy ignoreallfailures", "", "runas", 1