shadowbrokers-exploits/windows/Resources/ZBng/Scripts/Include/_ZBng_Commands.dsi
2017-04-14 11:45:07 +02:00

14 lines
270 B
Text

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