A collection of tools to help technicians service computers.
Find a file
Alan Mason 19f744f8f8 Avoid double pause in Launch.cmd
If Launch.cmd aborted it would cause the launcher to abort as well.
If the error was handled by Launch.cmd then we can assume the launcher ran correctly.
2017-11-22 15:33:29 -08:00
.bin Avoid double pause in Launch.cmd 2017-11-22 15:33:29 -08:00
.cbin/_include Updated VCR InstallAll.bat 2017-11-20 23:13:39 -08:00
.root_items New update scripts 2017-11-18 22:50:58 -08:00
.gitignore Readded network installers 2017-11-21 15:00:20 -08:00
Build Kit.cmd Build kit in new folder 2017-11-21 10:59:57 -08:00
LICENSE.txt 2017-03: Retroactive Updates 2017-11-17 00:56:16 -07:00
README.md Updated README 2017-11-18 22:57:33 -08:00

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

  • 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