Skip to content

Instantly share code, notes, and snippets.

@geistchevalier
Last active July 15, 2023 04:49
Show Gist options
  • Save geistchevalier/2a04f102eeec0a94d2bf934011bd70dd to your computer and use it in GitHub Desktop.
Save geistchevalier/2a04f102eeec0a94d2bf934011bd70dd to your computer and use it in GitHub Desktop.
Simple script to remove ~BROMIUM folder left by HP security wolf, [RUN AT YOUR OWN RISK]
Get-ChildItem -Include ~BROMIUM -Recurse -Force | Remove-Item -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment