Misc fixes
This commit is contained in:
parent
0dc01f48cb
commit
70c0868a4c
3 changed files with 6 additions and 4 deletions
|
|
@ -71,16 +71,18 @@ start "" /wait "%fastcopy%" %fastcopy_args% %cbin%\* /to="%dest%\.cbin\"
|
|||
|
||||
:CopyMainData
|
||||
echo Copying Main Kit...
|
||||
set _sources="%source%\Data Transfers & DSR"
|
||||
set _sources="%source%\Data Transfers"
|
||||
set _sources=%_sources% "%source%\Diagnostics"
|
||||
set _sources=%_sources% "%source%\Drivers"
|
||||
set _sources=%_sources% "%source%\Installers"
|
||||
set _sources=%_sources% "%source%\Misc"
|
||||
set _sources=%_sources% "%source%\OSR & VR"
|
||||
set _sources=%_sources% "%source%\Repairs"
|
||||
set _sources=%_sources% "%source%\Uninstallers"
|
||||
set _sources=%_sources% "%source%\Activate Windows.cmd"
|
||||
set _sources=%_sources% "%source%\Enter SafeMode.cmd"
|
||||
set _sources=%_sources% "%source%\Exit SafeMode.cmd"
|
||||
set _sources=%_sources% "%source%\LICENSE.txt"
|
||||
set _sources=%_sources% "%source%\README.md"
|
||||
set _sources=%_sources% "%source%\System Checklist.cmd"
|
||||
set _sources=%_sources% "%source%\System Diagnostics.cmd"
|
||||
set _sources=%_sources% "%source%\User Checklist.cmd"
|
||||
|
|
|
|||
|
|
@ -166,5 +166,5 @@ popd
|
|||
if ($errors -gt 0) {
|
||||
wk_pause "Press Enter to exit..."
|
||||
} else {
|
||||
start "$bin\ConEmu\ConEmu.exe" -argumentlist @("-run", "$bin\Python\x32\python.exe", "$bin\Scripts\update_kit.py", "-new_console:c") -verb Runas
|
||||
start "$bin\ConEmu\ConEmu.exe" -argumentlist @("-run", "$bin\Python\x32\python.exe", "$bin\Scripts\update_kit.py", "-new_console:n") -verb Runas
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ A collection of scripts to help technicians service Windows systems.
|
|||
* `Repairs`
|
||||
* `Uninstallers`
|
||||
|
||||
## Setup ##
|
||||
## Initial Setup ##
|
||||
|
||||
* Replace ConEmu.png if desired
|
||||
* Run `Build Kit.cmd` which will do the following:
|
||||
|
|
|
|||
Loading…
Reference in a new issue