Skip to content

Instantly share code, notes, and snippets.

@gsmitheidw
Created November 22, 2016 15:06
Show Gist options
  • Save gsmitheidw/892f0fc2d64f94978a95b8548b03642a to your computer and use it in GitHub Desktop.
Save gsmitheidw/892f0fc2d64f94978a95b8548b03642a to your computer and use it in GitHub Desktop.
packet tracer 7.0 chocolatey uninstall script
# 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