shadowbrokers-exploits/windows/Resources/ZBng/Scripts/Include/_ZBng_Commands.dsi

15 lines
270 B
Text
Raw Normal View History

@include "_VersionChecks.dsi";
@include "_CommandModification.dsi";
sub _ZBng_Commands()
{
if (_IsOs64Bit() || _IsWindowsVistaOrGreater())
{
# authentication not available on 64-bit or Vista+
_DisableCommand("Authentication");
}
return true;
}