A collection of tools to help technicians service computers.
Find a file
Alan Mason e05d2ce862 2017-01: Retroactive Updates
* Added get_volumes()
  * This makes Assign/Remove letters sections more readable
* Adjusted WinPE launch settings
  * Should now chdir to X:\WK
  * Added menu.cmd for easier (re)launching of menu
    * i.e. just type `menu`
* Enabled  user to return to the main menu after a major crash
* make.cmd: Changed iso names to match the Linux build names
* Refactored backup imaging code
  * More readable
  * More consistent variable naming
  * Moved classes and abort function to functions.py
* Refactored disk/partition info sections
* Refactored Windows Setup sections
  * Much more readable menu section
  * Majority of code moved to functions.py
  * More consistent variable naming
  * Boot mode detection now a callable function
  * Expanded WinRE section to match current recommended setup
    * WinRE is now setup for Legacy setups running Win8+
    * Problems during setup will again be reported as errors instead of warnings
  * Verify source windows images and abort if invalid
    * Allows for earlier aborts which will reduce wasted time
* Reordered functions to be in alphabetical order
* Updated tools
  * Enabled file/folder size display in Q-Dir
  * Switched back to the standard ConEmu (instead of the Cmder build)
  * Updated scripts for Python 3.6
    * This version has a different sys.path so the import code was adjusted
  * REMOVED Explorer++
  * REMOVED HWMonitor

* Bugfix: fixed discrepancies between x32 & x64
* Bugfix: relaunching the menu now stays in the current window
2017-11-24 21:08:39 -08:00
Scripts 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
System32 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
WK 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
.gitignore 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
LICENSE.txt 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
make.cmd 2017-01: Retroactive Updates 2017-11-24 21:08:39 -08:00
README.md 2015-11: Retroactive initial commit 2017-11-24 20:47:02 -08:00

Wizard Kit PE

A collection of scripts to help technicians service Windows systems.

NOTICE: Currently under maintenance

These scripts are being reviewed and updated at the moment. Things may or may not work until this is completed. This warning will be removed once the maintenance is finished.

Requirements

  • Windows Assessment and Deployment Kit for Windows 10

Initial Setup

  • Install Windows ADK for Windows 10
  • Run "Deployment and Imaging Tools Environment" as admin
  • Run make.cmd to build a new Windows 10 PE image