Update README.md
This commit is contained in:
parent
6fc04266d4
commit
68a11b03cc
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
|
@ -1,3 +1,28 @@
|
|||
# README
|
||||
# Wizard Kit #
|
||||
|
||||
A collection of scripts to help technicians service Windows systems.
|
||||
|
||||
## Layout ##
|
||||
|
||||
* Root
|
||||
* Main script launchers:
|
||||
* `.bin`
|
||||
* Extracted programs: As compressed tools are run they will be extracted here.
|
||||
* `Scripts`
|
||||
* "Real" scripts live here and are run via their respective launchers.
|
||||
* `.cbin`
|
||||
* This folder holds the compressed and encrypted tool archives. They are extracted at runtime as needed.
|
||||
* `Data Recovery`
|
||||
* This folder is not copied by `Copy WizardKit.cmd` to help discourage recovering data to the same drive.
|
||||
* `Data Transfers`
|
||||
* `Diagnostics`
|
||||
* `Drivers`
|
||||
* `Installers`
|
||||
* `Misc`
|
||||
* `Repairs`
|
||||
* `Uninstallers`
|
||||
|
||||
## Setup ##
|
||||
|
||||
* Edit the `.bin\Scripts\settings\main.py` file to your liking.
|
||||
* _**(Broken)**_ Run the `_Update Kit.cmd` file to populate `.bin` and `.cbin`.
|
||||
Loading…
Reference in a new issue