Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 623 Bytes

uninstall.md

File metadata and controls

26 lines (18 loc) · 623 Bytes

Uninstall

To uninstall ScubaGear, follow these steps:

  • Run the UninstallModules.ps1 script in the utils folder to remove the modules that were installed.
# Uninstall modules
.\UninstallModules.ps1
  • Uninstall ScubaGear itself.
# Uninstall ScubaGear
Uninstall-Module -Name ScubaGear 
  • Uninstall OPA by deleting the .scubagear folder in the user's home directory.
# Delete .scubagear folder
Remove-Item C:\Users\johndoe\.scubagear