Skip to content

The Official FINAL Release of AIO

Latest
Compare
Choose a tag to compare
@coff33ninja coff33ninja released this 19 Sep 12:44
· 1 commit to main since this release
1dc4efc

AIO-Toolbox: Final Release Announcement

Embarking on the journey of creating the AIO-Toolbox has been both challenging and rewarding. This will be my final release, and I want to express my gratitude to everyone who has been part of this journey.

Project Highlights

  • Overcoming Challenges: From constant misconfigurations to relentless troubleshooting of errors and navigating through subpar layout designs, this journey was far from easy.

  • Key Components: For this update I have seamlessly integrated GUI components from TheBATeam.

  • Packaging Excellence: This release is meticulously packaged using Powershell to EXE from PSGallery.

Troubleshooting Guide

If you face any launch issues, follow these simple steps:

  1. Set PowerShell Execution Policies: Execute the following commands in PowerShell as an administrator. Alternatively, you can run them before launching AIO.exe:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process

  1. Delete the Choco Package: Navigate to C:\ProgramData and remove the Choco package.

  2. Relaunch: Rerun the package, and you should be all set!