Helps removing registry entries made by StartAllBack via powershell.
⚠️ Warning: Might delete addtional registry-entires (only) upon user-interaction; use with caution.
- 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
-
Start the windows terminal (or any powershell-cli)
-
Download the scripts via git (or get and unpack the zip-files )
cd <Some_Directory>
git clone 'https://github.com/JanGaida/Remove-Registry-StartAllBack' .
- a) Execute the 'Remove-Registry-StartAllBack'-script …
powershell -executionpolicy bypass -file .\Remove-Registry-StartAllBack.ps1
… and follow its instructions, eg. like:
- b) If you want create a SchedulerTask for 'Remove-Registry-StartAllBack'-script execute:
powershell -executionpolicy bypass -file .\Schedule-Remove-Registry-StartAllBack.ps1
- Microsoft.PowerShell (idealy via the windows terminal)
winget install Microsoft.PowerShell
- Git (optional)
winget install -e --id Git.Git