diff options
| author | WindowsAddict | 2024-02-12 14:25:54 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-02-12 14:25:54 +0000 |
| commit | eb02caa58c64bf070e1d6dd05ac5fc0d97743ee8 (patch) | |
| tree | 432b10255d4c328ec174f5e2055c6db7c590f741 /MAS/Separate-Files-Version/Change_Edition.cmd | |
| parent | c8f6bd65e8b835ed2495920faadab8648f33a0af (diff) | |
| download | Microsoft-Activation-Scripts-eb02caa58c64bf070e1d6dd05ac5fc0d97743ee8.zip | |
Add help URL for change edition and module ID error
Diffstat (limited to 'MAS/Separate-Files-Version/Change_Edition.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Edition.cmd | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/MAS/Separate-Files-Version/Change_Edition.cmd b/MAS/Separate-Files-Version/Change_Edition.cmd index afdfb24..1321762 100644 --- a/MAS/Separate-Files-Version/Change_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Edition.cmd @@ -536,8 +536,7 @@ echo: %psc% "$f=[io.file]::ReadAllText('!_batp!') -split ':dismapi\:.*';& ([ScriptBlock]::Create($f[1])) %targetedition% %key%;"
timeout /t 3 %nul1%
echo:
-call :dk_color %Blue% "Incase of errors, you must restart your system before trying again."
-echo Check this page for help. %mas%troubleshoot
+call :dk_color2 %Blue% "Check this page for help" %_Yellow% " %mas%change_edition_issues"
)
%line%
@@ -551,13 +550,13 @@ cls mode con cols=105 lines=32
%psc% "&{$W=$Host.UI.RawUI.WindowSize;$B=$Host.UI.RawUI.BufferSize;$W.Height=31;$B.Height=200;$Host.UI.RawUI.WindowSize=$W;$Host.UI.RawUI.BufferSize=$B;}"
-%psc% "$f=[io.file]::ReadAllText('!_batp!') -split ':checkrebootflag\:.*';iex ($f[1]);" | find /i "True" %nul% && (
-%eline%
-echo Pending reboot flags found.
-echo:
-echo Restart the system and try again.
-goto ced_done
-)
+REM %psc% "$f=[io.file]::ReadAllText('!_batp!') -split ':checkrebootflag\:.*';iex ($f[1]);" | find /i "True" %nul% && (
+REM %eline%
+REM echo Pending reboot flags found.
+REM echo:
+REM echo Restart the system and try again.
+REM goto ced_done
+REM )
echo:
if defined dismnotworking call :dk_color %_Yellow% "Note - DISM.exe is not responding."
|
