Created
November 22, 2016 15:06
-
-
Save gsmitheidw/892f0fc2d64f94978a95b8548b03642a to your computer and use it in GitHub Desktop.
packet tracer 7.0 chocolatey uninstall script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# contents of chocolateyuninstall.ps1 | |
$app = "C:\Program Files\Cisco Packet Tracer 7.0\unins000.exe" | |
$arguments =" /SILENT" | |
start-process $app $arguments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment