WizardKit/.bin/Scripts
Alan Mason b180b42ec9 2016-10: Retroactive Updates
# Migration to Python started #
  * PoSH has an extreme slowdown for some systems while it runs an optimization
  ** pass for .NET on the first PoSH script execution.
  ** This is reason enough to move to an alternative.

* New additions:
  * User Data Transfer script
    * Will extract from a WIM or copy from a folder
    * Uses wimlib-imagex for images and FastCopy for folders
    * Removes undesired items after transfer/extraction
  * HWiNFO
  * Missing ODD repair registry patch
  * Q-Dir
  * SW Bundle install script

* ConEmu
  * Moving back to ConEmu for better performance.

* Copy-WizardKit
  * Now uses FastCopy

* functions.py
  * Ported init.ps1 to Python using functions.py (from WinPE) as a base

* Launch.cmd
  * Elevating programs/scripts now done using a temp VBScript file
  * Can run Python scripts (using either the 32 or 64 bit runtime)

* transferred_keys.cmd
  * Expanded searched paths

* Misc
  * Lots of variables and files renamed
  * Lots of hard-coded paths are now in variables
    * Should only be set in scripts in %bin%\Scripts
  * Moved a subset of the Diagnostics launchers to a new 'Extras' folder
    * The launchers moved are those that are less-often used
  * Refactored FindBin code to be more concise
  * Renamed "KitDir" "ClientDir" to indicate that it is on the client's system
  * Removed GeForce Experience launcher as it now requires an account
  * Added link to NVIDIA's driver webpage to download the correct driver
  * Removed AMD's Gaming Evolved launcher
    * This is usually bundled with the GPU driver anyway
  * Switched back to ConEmu
  * Variable and script names are now more descriptive
    * i.e. checklist -> final_checklist, and HH -> %kit_dir%
    * (not happy with %kit_dir%, will probably change again)
2017-11-17 00:53:08 -07:00
..
activate.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
check_battery.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
check_disk.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
check_disk.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
check_disk_fix.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
check_os.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
checklist.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
copy_office.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
diagnostics.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
dism.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
enter_safemode.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
exit_safemode.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
final_checklist.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
free_space.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
functions.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
Get-FolderSize.ps1 2016-06: Retroactive initial commit 2017-11-17 00:50:27 -07:00
init.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
init_client_dir.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
install_sw_bundle.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
installed_ram.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
Launch.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
menu.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
partition_uids.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
reset_browsers.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
sfc_scan.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
sw_diagnostics.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
transferred_keys.cmd 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
update_kit.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
update_kit.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
user_data.ps1 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
user_data_transfer.py 2016-10: Retroactive Updates 2017-11-17 00:53:08 -07:00
wk_info.cmd 2016-06: Retroactive initial commit 2017-11-17 00:50:27 -07:00