Skip to content

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

License

Notifications You must be signed in to change notification settings

JanGaida/Remove-Registry-StartAllBack

Repository files navigation

🤖 Remove-Registry-StartAllBack

Helps removing registry entries made by StartAllBack via powershell.

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

🏆 Capabilites:

  • Removal of the leftover registry-entry by StartAllBack
  • Creation of a SchedulerTask for this removal based on day-interval and day-span basis (and more options available)
  • Automatability
  • Guidance via a colorized CLI
  • No administrator requirements

🎯 How-To-Use:

  1. Start the windows terminal (or any powershell-cli)

  2. Download the scripts via git (or get and unpack the zip-files )

cd <Some_Directory>
git clone 'https://github.com/JanGaida/Remove-Registry-StartAllBack' .
  1. a) Execute the 'Remove-Registry-StartAllBack'-script …
powershell -executionpolicy bypass -file .\Remove-Registry-StartAllBack.ps1

     … and follow its instructions, eg. like:

  1. b) If you want create a SchedulerTask for 'Remove-Registry-StartAllBack'-script execute:
powershell -executionpolicy bypass -file .\Schedule-Remove-Registry-StartAllBack.ps1


🛟 Requirements:

  • Microsoft.PowerShell (idealy via the windows terminal)
winget install Microsoft.PowerShell
  • Git (optional)
winget install -e --id Git.Git