A collection of tools to help technicians service computers.
Find a file
2Shirt cde9953b2a New iso/pxe/syslinux config
* Uses main.py settings for KIT_NAME
* Uses archiso %vars% which are expanded during build.sh
* Pxelinux/Syslinux use backgrounds from Images/
2017-12-27 17:24:58 -07:00
.bin Forgot to update_progress during badblocks tests 2017-12-27 14:02:04 -07:00
.cbin/_include Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
.kit_items Reorganized root folder 2017-12-01 19:14:56 -08:00
.linux_items New iso/pxe/syslinux config 2017-12-27 17:24:58 -07:00
.pe_items WinPE files moved into place. 2017-12-01 19:43:42 -08:00
Images Disabled LFS 2017-12-17 14:27:56 -07:00
.gitignore Started new Linux build script 2017-12-11 21:36:31 -08:00
Build Kit.cmd Avoid copying WinPE folders during Build Kit.cmd 2017-12-03 10:55:54 -08:00
Build Linux New iso/pxe/syslinux config 2017-12-27 17:24:58 -07:00
Build PE.cmd WinPE files moved into place. 2017-12-01 19:43:42 -08:00
LICENSE.txt Set core.autocrlf to false 2017-11-23 15:24:53 -08:00
README.md Updated README.md 2017-12-06 19:56:06 -08:00

Wizard Kit

A collection of scripts to help technicians service Windows systems.

Main Kit

Build Requirements

  • PowerShell 3.0 or newer1
  • 6 Gb disk space

Initial Setup

  • Replace artwork as desired
  • Run Build Kit.cmd which will do the following:
    • Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages)
    • Open 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

Live Linux

Build Requirements

  • Arch Linux
  • 4 Gb disk space

Initial Setup

  • Replace artwork as desired
  • Run Build_Linux which will do the following:
    • Install missing dependancies with pacman
    • Open main.py in nano for configuration
    • Build the local repo for the AUR packages
    • Build the live Linux environment (exported as an ISO file)

Windows PE

Build Requirements

  • Windows Assessment and Deployment Kit for Windows 10
  • PowerShell 3.0 or newer
  • 2 Gb disk space

Initial Setup

  • Replace artwork as desired
  • Run Build PE.cmd which will do the following:
    • Load the WADK environment
    • Open main.py in notepad for configuration
    • Download all tools
    • Build both 32-bit & 64-bit PE images (exported as ISO files)

Notes

  1. PowerShell 6.0 on Windows 7 is not supported by the build script.