A collection of tools to help technicians service computers.
Find a file
Alan Mason 9ba9ece589 Removing Visual C++ 2015 runtimes
* VCRedist 2017 installs as an update for 2015 (http://disq.us/p/1hjcta0)
  * This prevents installing or uninstalling the 2015 versions after installing 2017
  * (Because both 2015 and 2017 use these regkeys: HKEY_LOCAL_MACHINE(Wow6432Node|)\SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0)
2017-11-23 13:43:49 -08:00
.bin Removing Visual C++ 2015 runtimes 2017-11-23 13:43:49 -08:00
.cbin/_include Updated Notepad++ settings 2017-11-22 22:37:49 -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 Added ConEmu.png 2017-11-22 22:16:30 -08:00
ConEmu.png Added ConEmu.png 2017-11-22 22:16:30 -08:00
LICENSE.txt 2017-03: Retroactive Updates 2017-11-17 00:56:16 -07:00
README.md Misc fixes 2017-11-23 12:20:06 -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

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