mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-21 21:52:01 +02:00
Fix a missing echo
This commit is contained in:
parent
52ba9f138f
commit
af18bd773c
1 changed files with 1 additions and 1 deletions
|
@ -4903,7 +4903,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
|
|||
|
||||
if defined tsids (
|
||||
echo:
|
||||
if not defined _vis Installing Forged Product Key Data...
|
||||
if not defined _vis echo Installing Forged Product Key Data...
|
||||
echo Depositing Zero Confirmation ID...
|
||||
echo:
|
||||
%psc% "$f=[io.file]::ReadAllText('!_batp!') -split ':tsforge\:.*';& ([ScriptBlock]::Create($f[1])) %tsids%"
|
||||
|
|
Loading…
Add table
Reference in a new issue