9 Commits
v1.3 ... master

Author SHA1 Message Date
  Styris 8fb460ba4f Update 'README.md' 3 months ago
  Styris bc8cec4dab Update 'README.md' 3 months ago
  Styris 8b04e77b8f Update 'README.md' 3 months ago
  Styris d5778d8e47 Update 'README.md' 3 months ago
  Styris 8688290afd Update README 5 months ago
  Styris 6ed9ff89f6 Update README 5 months ago
  Styris 09cece9a2b Release v1.4 5 months ago
  Joe 1d8824361f Remove Usage note from README 6 months ago
  Joe fe6a69b0b9 Release v1.3 6 months ago
2 changed files with 3957 additions and 3953 deletions
Split View
  1. +10
    -6
      README.md
  2. +3947
    -3947
      amecs.cmd

+ 10
- 6
README.md View File

@ -6,19 +6,23 @@ Script for automating a large assortment of AME related actions.
## Usage
*Note: using **Download Repository** > **ZIP** will result in a faulty amecs script.*
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
@ -230,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.


+ 3947
- 3947
amecs.cmd
File diff suppressed because it is too large
View File


Loading…
Cancel
Save