/Remove-Registry-StartAllBack

Simple PS-script to help with removing StartAllBack's registry-entries.

Primary LanguagePowerShellApache License 2.0Apache-2.0

Remove-Registry-StartAllBack

Helps removing registry entries made by StartAllBack.

⚠️ Warning: Might delete addtional registry-entires upon user-interaction; use with caution.

How-To-Use:

  1. Grab the PowerShell-Script (named 'Remove-Registry-StartAllBack.ps1') and place it somewhere
  2. Open a new (Power)Shell ideally with administrator privileges (not required) and change the directory to the directory which contains the script-file
  3. Execute the script with:
powershell -executionpolicy bypass -file .\Remove-Reg-StartAllback.ps1
  1. Continue following the instructions (Press CTRL+C to force quit)

Requirements:

  • Microsoft.PowerShell
winget install Microsoft.PowerShell