Scripts required to make AME
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
lucid 3dbcad9e9c fixed mangled line endings vor 2 Jahren
BASH New Name and working line endings vor 2 Jahren
BATCH fixed mangled line endings vor 2 Jahren
PYTHON Upload files to 'PYTHON' vor 3 Jahren
Wallpapers Upload files to 'Wallpapers' vor 3 Jahren
LICENSE Initial commit vor 4 Jahren
README.md update to 21H1 vor 2 Jahren

README.md

Scripts

This repository contains all of the scripts required to create an ameliorated Windows 10.

These scripts are used in conjunction with each other to, in part, create an Ameliorated Windows 10 install from scratch. These are divided into two folders, one for Windows and one for Linux. They have been divided into BASH and BATCH for simplicity's sake. The reason for not dividing them into Windows and Linux is due to the rational that some of the scripts, while they are BASH scripts, they are made to be run on Windows. The reason for this is made apparent in the documentation.

Download

If you are following the documentation, simply download the latest release for the version of Windows 10 you are using.

How to use these scripts

The documentation for the use of these scripts is on the wiki, found here, to avoid any unnecessary problems, please follow this documentation when using these scripts. Simply put, the batch script is to be run both before and after the bash script, and the bash script must be run in Linux.

BATCH scripts

The main script in the folder is the "amelioration" script, this is the script that sets up everything that can be set up in Windows itself. This script is used both before and after the BASH script is run in Linux.

BASH scripts

This folder holds both the main "ameliorate" script and auxiliary scripts. The auxiliary scripts are helpful in setting up Windows and can be ran in Windows with Cygwin. As with all BASH scripts, the file permissions may be need to be changed so that they can be executed, example below.

chmod +x ameliorated_21H1.sh

FAQ

  • Which versions of Windows do these scripts work with?

The scripts are made to work with a specific version of Windows 10. Use on any other version may result in unexpected behavior or a broken system.