From 3328a26021bb75d079107eeb9efe2df2f8bb613d Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Sat, 18 Nov 2017 20:47:10 -0800 Subject: [PATCH 1/3] Update Backblaze.url --- Installers/BackBlaze.url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/BackBlaze.url b/Installers/BackBlaze.url index 6f2db611..91c2969e 100644 --- a/Installers/BackBlaze.url +++ b/Installers/BackBlaze.url @@ -1,5 +1,5 @@ [{000214A0-0000-0000-C000-000000000046}] Prop3=19,11 [InternetShortcut] -URL=https://www.backblaze.com/gen/install_backblaze-af9duk +URL=https://www.backblaze.com/gen/install_backblaze IDList= From 3cc78e085cdc0cc34e67da316814cc8ebbe2286f Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Mon, 20 Nov 2017 10:49:47 -0800 Subject: [PATCH 2/3] Hotfix: Copy WizardKit.cmd * Variable name was incorrect which was preventing archive extraction --- Copy WizardKit.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Copy WizardKit.cmd b/Copy WizardKit.cmd index b421d931..3ac0f452 100644 --- a/Copy WizardKit.cmd +++ b/Copy WizardKit.cmd @@ -89,7 +89,7 @@ start "" /wait "%fastcopy%" %fastcopy_args% "%source%\Installers\Extras\Office\A :Ninite echo Extracting Ninite installers... -"%SEVEN_ZIP%" x "%cbin%\_Ninite.7z" -aos -bso0 -bse0 -bsp0 -p%ARCHIVE_PASS% -o"%dest%\Installers\Extras" || goto Abort +"%SEVEN_ZIP%" x "%cbin%\_Ninite.7z" -aos -bso0 -bse0 -bsp0 -p%ARCHIVE_PASSWORD% -o"%dest%\Installers\Extras" || goto Abort :OpenFolder start "" explorer "%dest%" From a6b74ce3d0d4c0ee935ebc262c694a5c91d597e4 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Mon, 4 Dec 2017 15:07:40 -0800 Subject: [PATCH 3/3] v1.2.1 - WizardHats Updated README.md * Always forget something --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b67177ef..ff5d3ca0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A collection of scripts to help technicians service Windows systems. * Replace artwork as 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 + * Open `main.py` in Notepad++ for configuration * Update the rest of the tools with the `.bin\Scripts\update_kit.py` script ### Layout ### @@ -44,18 +44,17 @@ A collection of scripts to help technicians service Windows systems. ### Build Requirements ### * Windows Assessment and Deployment Kit for Windows 10 -* PowerShell 3.0 or newer1 +* PowerShell 3.0 or newer * 2 Gb disk space ### Initial Setup ### -* (If not done above) - * Replace artwork as desired - * Edit `.bin\Scripts\settings\main.py` +* Replace artwork as desired (if not already done above) * 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 #### +## Notes ## 1. PowerShell 6.0 on Windows 7 is not supported by the build script.