Atlas OS
Atlas OS is a playbook script to automatically tweaks your existing Windows installation with preconfigured features.
Precaution
AME Wizard does NOT uses the publicly released TrustedUninstaller.CLI as its backend in latest versions, much features don't work in the open source version but does work in the proprietary ones, so consider what you'll be using to load the playbook.
Installation
It is preferred to use the GitHub Actions build instead, as it provides latest support for the latest Windows versions.
From GitHub Actions
- Go to GitHub Actions tab: https://github.com/Atlas-OS/Atlas/actions/workflows/apbx.yaml
- Click on the latest build.
- If you have a GitHub account, you can download "Atlas Playbook" immediately, if not then use https://nightly.link to download.
- Extract the
.zipfile, there will be a .apbx file inside. - Open the
.apbx(password ismalte) - Open
playbook.conf - Edit
<Username>Atlas</Username>to something invalid (e.g.<Username>nguyen-mai</Username>) - Save the changes.
- Now you can use the playbook like normal, just ignore the "malcious" warning from AME Wizard.
From GitHub Releases
TODO