From d64dcca07df8043fef53673de82952a7226a3f7e Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Thu, 23 Nov 2017 20:21:12 -0800 Subject: [PATCH] Updated README --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 00b0adce..5d81f2f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ A collection of scripts to help technicians service Windows systems. +## Requirements ## + +* PowerShell 3.0 or newer +* 6 Gb disk space + +## Initial Setup ## + +* Replace ConEmu.png if desired +* Run `Build Kit.cmd` which will do the following: + * Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages) + * Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration + * Update the rest of the tools with the `.bin\Scripts\update_kit.py` script + ## Layout ## * Root @@ -11,21 +24,15 @@ A collection of scripts to help technicians service Windows systems. * `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. + * 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. + * 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` - -## Initial Setup ## - -* Replace ConEmu.png if desired -* Run `Build Kit.cmd` which will do the following: - * Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages) - * Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration - * Update the rest of the tools with the `.bin\Scripts\update_kit.py` script \ No newline at end of file +* `Uninstallers` \ No newline at end of file