A collection of tools to help technicians service computers.
Find a file
Alan Mason 537973fa90 v1.0.0 - WizardHat
## Major Update ##

* Build Kit.cmd
  * This script will build a fully functional kit requiring only PowerShell 3.0+ be installed prior.
* All launchers are now generated during builds and updates (by update_kit.py)
  * This allows for a much leaner code-base to manage
* Lots of bugfixes, cleanup, and other adjustments.
2017-11-23 20:45:15 -08:00
.bin v1.0.0 - WizardHat 2017-11-23 20:45:15 -08:00
.cbin/_include Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
.root_items Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
.gitignore Readded network installers 2017-11-21 15:00:20 -08:00
Build Kit.cmd Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
ConEmu.png Added ConEmu.png 2017-11-22 22:16:30 -08:00
LICENSE.txt Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
README.md Updated README 2017-11-23 20:21:12 -08:00

Wizard Kit

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
    • 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