6 Commits
v1.4 ... master

1 changed files with 10 additions and 4 deletions
Split View
  1. +10
    -4
      README.md

+ 10
- 4
README.md View File

@ -6,17 +6,23 @@ Script for automating a large assortment of AME related actions.
## Usage
You can download the script by going to the [latest release](https://git.ameliorated.info/Joe/amecs/releases/latest) and selecting `amecs.zip` from the **Downloads** section. Once downloaded, simply extract `amecs.zip` and run `amecs.cmd`.
You can download the script by going to the [latest release](https://git.ameliorated.info/Styris/amecs/releases/latest) and selecting `amecs.zip` from the **Downloads** section. Once downloaded, simply extract `amecs.zip` and run `amecs.cmd`.
Alternatively, you could clone the repository:
git clone https://git.ameliorated.info/Joe/amecs.git
git clone https://git.ameliorated.info/Styris/amecs.git
Once cloned, simply run `amecs.cmd`.
## Summary
As part of the amelioration process, certain UI elements, such as the **Region and language** page in Windows Settings, have been removed, and require alternative ways to execute the tasks. This script fills in those gaps, and allows for automating a large variety of customization tasks.
If you prefer manually executing commands for some of these tasks without a script, you can go through the step-by-step guides on [AME Guides](https://t.me/AMEGuides).
## Primary Functions
There are many actions in AME that require commands, the following functions essentially work as an interactive user interface for those.
There are a variety of tasks you can easily perform with amecs. Below, we provide an explanation for each of them, as well as the commands underlying the features.
#### Username/Password
@ -228,7 +234,7 @@ Or the following for disabling NCSI Active Probing:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /v EnableActiveProbing /t REG_DWORD /d 0 /f
#### New User
#### New User (Beta)
This function allows for creating partially functional and pre-configured users in Windows AME.


Loading…
Cancel
Save