Last active
July 15, 2023 04:49
-
-
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]
This file contains 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
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