CLI tool for running Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1006 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. # AME Wizard Core
  2. Core functionality used by AME Wizard.
  3. ## CLI Usage
  4. Coming soon.
  5. ## Compilation
  6. 1. Clone the repository
  7. git clone https://git.ameliorated.info/Styris/trusted-uninstaller-cli.git
  8. 2. Open TrustedUninstaller.sln with Visual Studio or JetBrains Rider
  9. 3. Set the configuration to **Release**
  10. 4. Build TrustedUninstaller.CLI
  11. If you run into reference issues with the Windows namespace, add `Windows.winmd` as a reference.
  12. ## License
  13. This tool has an [MIT license](https://en.wikipedia.org/wiki/MIT_License), which waives any requirements or rules governing the source code’s use, removing politics from the equation.
  14. Since this project makes major alterations to the operating system and has the ability to install software during this process, it is imperative that we **provide its source code for auditing purposes.**
  15. This has not only helped us build trust, and make our project stand out among the crowd, but has also led to many community contributions along the way.