Uninstall

June 18, 2024 ยท View on GitHub

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