@ -76,7 +76,7 @@ echo:
echo Null service is not running, script may crash...
echo :
echo :
echo H elp - %mas% fix_service
echo Check this webpage for h elp - %mas% fix_service
echo :
echo :
ping 127.0.0.1 -n 20
@ -91,7 +91,7 @@ echo:
echo Error - Script either has LF line ending issue or an empty line at the end of the script is missing.
echo :
echo :
echo H elp - %mas% troubleshoot
echo Check this webpage for h elp - %mas% troubleshoot
echo :
echo :
ping 127.0.0.1 -n 20 > nul
@ -137,7 +137,7 @@ echo Failed to detect Windows build number.
echo :
setlocal EnableDelayedExpansion
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -211,7 +211,7 @@ echo FullLanguage mode not found in PowerShell. Aborting...
echo If you have applied restrictions on Powershell then undo those changes.
echo :
set fixes = %fixes% %mas% fix_powershell
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% fix_powershell "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% fix_powershell "
goto dk_done
)
@ -228,7 +228,7 @@ echo PowerShell is not working properly. Aborting...
cmd /c " %psc% " " $av = Get-WmiObject -Namespace root\SecurityCenter2 -Class AntiVirusProduct; $n = @(); foreach ($i in $av) { if ($i.displayName -notlike '*windows*') { $n += $i.displayName } }; if ($n) { Write-Host ('Installed 3rd party Antivirus might be blocking the script - ' + ($n -join ', ')) -ForegroundColor White -BackgroundColor Blue } " " "
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -642,7 +642,7 @@ if not exist %SysPath%\%%# (
echo [%SysPath% \%% #] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
)
@ -688,7 +688,7 @@ echo Evaluation editions cannot be activated outside of their evaluation period.
call : dk_color %Blue% " Use TSforge activation option from the main menu to reset evaluation period. "
echo :
set fixes = %fixes% %mas% evaluation_editions
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% evaluation_editions "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% evaluation_editions "
goto dk_done
)
)
@ -775,7 +775,7 @@ echo %mas%
) else (
echo Required license files not found in %SysPath% \spp\tokens\skus\
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
echo :
goto dk_done
@ -954,7 +954,7 @@ findstr /i "%%#" "%SysPath%\drivers\etc\hosts" %nul1% && set "hosfail= [%%# Bloc
)
call : dk_color %Red% " Checking Licensing Servers [Failed to Connect]!hosfail! "
set fixes = %fixes% %mas% licensing-servers-issue
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% licensing-servers-issue "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% licensing-servers-issue "
)
: :==========================================================================================================================================
@ -991,7 +991,7 @@ call :dk_color %Red% "Checking Windows Update Registry [Corruption Found]
if !wcount! GTR 2 (
call : dk_color %Red% " Windows seems to be infected with Mal %w% ware. "
set fixes = %fixes% %mas% remove_mal%w% ware
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% remove_mal %w% ware "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% remove_mal %w% ware "
) else (
call : dk_color %Blue% " HWID activation needs working Windows updates, if you have used any tool to block updates, undo it. "
)
@ -1016,7 +1016,7 @@ if not defined wucorrupt if not defined wublock if not defined wuerror if not de
echo " %error_code% " | findstr /i " 0x80072e 0x80072f 0x800704cf 0x87e10bcf 0x800705b4 " %nul% && (
call : dk_color %Red% " Checking Internet Issues [Found] %error_code% "
set fixes = %fixes% %mas% licensing-servers-issue
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% licensing-servers-issue "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% licensing-servers-issue "
)
)
)
@ -1034,7 +1034,7 @@ call :dk_color %Blue% "Use TSforge activation option from the main menu instead.
) else (
if not defined error call : dk_color %Blue% " %_fixmsg% "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
)
@ -1356,7 +1356,7 @@ echo sc start sppsvc [Error Code: %spperror%]
)
echo :
%psc% " $job = Start-Job { (Get-WmiObject -Query 'SELECT * FROM %sps% ').Version }; if (-not (Wait-Job $job -Timeout 30)) {write-host 'sppsvc is not working correctly. H elp - %mas% troubleshoot'} "
%psc% " $job = Start-Job { (Get-WmiObject -Query 'SELECT * FROM %sps% ').Version }; if (-not (Wait-Job $job -Timeout 30)) {write-host 'sppsvc is not working correctly. Check this webpage for h elp - %mas% troubleshoot'} "
exit /b
: : Get Product name (WMI/REG methods are not reliable in all conditions, hence winbrand.dll method is used)
@ -1432,7 +1432,7 @@ if defined pupfound call :dk_color %Gray% "Checking PUP Activators
if defined results call : dk_color %Red% " Checking Probable Mal %w% ware Infection... "
if defined results call : dk_color %Red% " %results% "
set fixes = %fixes% %mas% remove_mal%w% ware
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% remove_mal %w% ware "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% remove_mal %w% ware "
echo :
)
@ -1552,7 +1552,7 @@ set showfix=1
)
echo %serv_e% | findstr /i " sppsvc-1060 " %nul% && (
set fixes = %fixes% %mas% fix_service
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% fix_service "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% fix_service "
set showfix = 1
)
)
@ -1609,7 +1609,7 @@ if not defined notwinact if exist "%SystemRoot%\Servicing\Packages\Microsoft-Win
reg query " HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion " /v EditionID %nul2% | find /i " Eval " %nul1% || (
call : dk_color %Red% " Checking Eval Packages [Non-Eval Licenses are installed in Eval Windows] "
set fixes = %fixes% %mas% evaluation_editions
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% evaluation_editions "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% evaluation_editions "
)
)
@ -1739,7 +1739,7 @@ call :dk_color %Red% "Checking SkipRearm [Default 0 Value N
reg query " HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Plugins\Objects\msft:rm/algorithm/hwid/4.0 " /f ba02fed39662 /d %nul% || (
call : dk_color %Red% " Checking SPP Registry Key [Incorrect ModuleId Found] "
set fixes = %fixes% %mas% issues_due_to_gaming_spoofers
call : dk_color2 %Blue% " Most likely caused by gaming spoofers. H elp - " %_Yellow% " %mas% issues_due_to_gaming_spoofers "
call : dk_color2 %Blue% " Most likely caused by gaming spoofers. Check this webpage for h elp - " %_Yellow% " %mas% issues_due_to_gaming_spoofers "
set error = 1
set showfix = 1
)
@ -1754,7 +1754,7 @@ set error=1
set showfix = 1
call : dk_color %Red% " Checking TokenStore Registry Key [Correct Path Not Found] [ %tokenstore% ] "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
@ -2189,7 +2189,7 @@ if not exist %SysPath%\sppsvc.exe (
echo [%SysPath% \sppsvc.exe] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -2468,7 +2468,7 @@ call :dk_color %Red% "Some errors were detected."
if not defined ierror if not defined showfix if not defined serv_cor if not defined serv_cste call : dk_color %Blue% " %_fixmsg% "
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
goto : dk_done
@ -3759,7 +3759,7 @@ if not exist %SysPath%\sppsvc.exe (
echo [%SysPath% \sppsvc.exe] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -3772,7 +3772,7 @@ echo Install .NET Framework 4.8 and Windows Management Framework 5.1
)
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
)
@ -3786,7 +3786,7 @@ echo Evaluation WLMS service is running, sppsvc service can not be stopped. Abor
echo Install Non-Eval version for Windows build %winbuild% .
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
)
@ -3825,7 +3825,7 @@ call :dk_errorcheck
if defined error (
call : dk_color %Red% " Some errors were detected. Aborting the operation... "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto : dk_done
)
@ -3833,7 +3833,7 @@ call :ts_getedition
if not defined tsedition (
call : dk_color %Red% " Checking Windows Edition ID [Not found in installed licenses, aborting...] "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto : dk_done
)
@ -4114,7 +4114,7 @@ if %winbuild% EQU 9600 set esuavail=1
if defined esuavail (
call : dk_color %Red% " Checking Activation ID [ESU license is not found, make sure Windows is fully updated] "
set fixes = %fixes% %mas% tsforge#windows-esu
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% tsforge#windows-esu "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% tsforge#windows-esu "
) else (
call : dk_color %Gray% " Checking Activation ID [ESU is not available for %winos% ] "
)
@ -4478,7 +4478,7 @@ echo Checking Activation ID [%%A] [%%B]
if not defined ohostexist (
call : dk_color %Gray% " Checking Activation ID [Not found for Office %KS% Host] "
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% tsforge#office-kms-host "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% tsforge#office-kms-host "
)
echo :
@ -4544,7 +4544,7 @@ set resetstuff=1
if %errorlevel% == 3 (
call : dk_color %Red% " Reset Failed. "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
) else (
call : dk_color %Green% " Reset process has been successfully done. "
)
@ -4708,7 +4708,7 @@ call :dk_color %Gray% "To activate, check your internet connection and ensure th
call : dk_color %Blue% " This Windows version is known to not activate due to MS Windows/Server issues. "
)
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
)
@ -4721,7 +4721,7 @@ echo:
if !errorlevel! == 3 (
if %_actman% == 0 call : dk_color %Blue% " %_fixmsg% "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
) else (
echo " %tsids% " | find /i " 7e94be23-b161-4956-a682-146ab291774c " %nul1% && (
call : dk_color %Gray% " Windows Update can receive 1-3 years of ESU. 4-6 years ESU is not officially supported, but you can manually install updates. "
@ -4749,7 +4749,7 @@ call :dk_reeval %nul%
if not defined tsids if defined error if not defined showfix (
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
goto : dk_done
@ -4864,7 +4864,7 @@ call :dk_color %Red% "Checking Activation ID [Office %oVer%.0 !
set error = 1
set showfix = 1
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
echo %% # | find /i " 2024 " %nul% && (
@ -9681,7 +9681,7 @@ if defined _fmiss (
echo [%_fmiss% ] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -9738,7 +9738,7 @@ echo Evaluation editions cannot be activated outside of their evaluation period.
call : dk_color %Blue% " Use TSforge activation option from the main menu to reset evaluation period. "
echo :
set fixes = %fixes% %mas% evaluation_editions
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% evaluation_editions "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% evaluation_editions "
)
goto dk_done
)
@ -9754,7 +9754,7 @@ if not exist "!_work!\clipup.exe" (
echo clipup.exe doesn't exist in Server Cor/Acor [No GUI] versions.
echo The file is required for KMS38 activation.
echo Check the below page for instructions on how to activate it.
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% kms38 "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% kms38 "
goto dk_done
)
)
@ -9766,7 +9766,7 @@ if defined a_cor (
if !errorlevel! == 3 (
%eline%
echo Valid digital signature not found in clipup.exe file.
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
)
@ -9834,13 +9834,13 @@ if exist "%SysPath%\spp\tokens\skus\%osedition%\*GVLK*.xrm-ms" set sppks=1
if defined skunotfound (
call : dk_color %Red% " Required license files not found in %SysPath% \spp\tokens\skus\ "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
if defined sppks (
call : dk_color %Red% " KMS38 activation is supported but failed to find the key. "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
if not defined skunotfound if not defined sppks (
@ -9890,7 +9890,7 @@ if %_wmic% EQU 0 for /f "tokens=2 delims==" %%a in ('%psc% "(([WMISEARCHER]'SELE
if not defined app (
call : dk_color %Red% " Checking Installed GVLK Activation ID [Not Found] Aborting... "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto : dk_done
)
@ -10058,7 +10058,7 @@ goto :k_final
call : dk_color %Red% " Activation Failed "
if not defined error call : dk_color %Blue% " %_fixmsg% "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
: :========================================================================================================================================
@ -10513,7 +10513,7 @@ if not exist %SysPath%\sppsvc.exe (
echo [%SysPath% \sppsvc.exe] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -10606,7 +10606,7 @@ call :dk_color %Blue% "Go back to main menu and use [Change Edition] option."
) else (
call : dk_color %Blue% " Use TSforge activation option from the main menu to reset evaluation period. "
set fixes = %fixes% %mas% evaluation_editions
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% evaluation_editions "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% evaluation_editions "
)
goto : ks_office
@ -10656,13 +10656,13 @@ if %winbuild% LSS 9200 if exist "%SysPath%\spp\tokens\skus\Security-SPP-Componen
if defined skunotfound (
call : dk_color %Red% " Required license files not found in %SysPath% \spp\tokens\skus\ "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
if defined sppks (
call : dk_color %Red% " %KS% activation is supported but failed to find the %KS% key. "
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
if not defined skunotfound if not defined sppks (
@ -14728,7 +14728,7 @@ if not exist %SysPath%\%%# (
echo [%SysPath% \%% #] file is missing, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
)
@ -14761,7 +14761,7 @@ if not defined allapps (
echo Failed to find activation IDs. Aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -14784,7 +14784,7 @@ if not defined osedition (
echo Failed to detect OS edition, aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -14946,7 +14946,7 @@ echo [%targetedition% ^| %winbuild%]
echo Failed to get product key from pkeyhelper.dll.
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15001,7 +15001,7 @@ call :dk_color %Gray% "Reboot is required to fully change the edition."
call : dk_color %Red% " [Unsuccessful] [Error Code: !keyerror!] "
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
)
@ -15082,7 +15082,7 @@ echo [%targetedition% ^| %winbuild%]
echo Failed to get product key from pkeyhelper.dll.
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15158,7 +15158,7 @@ echo:
call : dk_color %Blue% " In case there are errors, you should restart the system before trying again. "
echo :
set fixes = %fixes% %mas% change_edition_issues
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% change_edition_issues "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% change_edition_issues "
exit /b
: :========================================================================================================================================
@ -15581,7 +15581,7 @@ if not exist %SysPath%\sppsvc.exe (
echo [%SysPath% \sppsvc.exe] file is missing. Aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15619,7 +15619,7 @@ if %osedition%==0 (
echo Failed to detect OS Edition. Aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15692,7 +15692,7 @@ echo which is not officially supported on your Windows build version %winbuild%.
echo Aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15706,7 +15706,7 @@ echo Unsupported Office %verchk% is installed on your Windows build version %win
echo Aborting...
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto dk_done
)
@ -15812,7 +15812,7 @@ if not exist %SystemRoot%\Temp\%list%.txt (
echo Failed to generate available editions list.
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto : oe_goback
)
@ -15877,7 +15877,7 @@ if not exist %SystemRoot%\Temp\getAppIds.txt (
echo Failed to generate available apps list.
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
goto : oe_goback
)
)
@ -16059,7 +16059,7 @@ if %errorcode% EQU 0 (
call : dk_color %Gray% " Now run the Office activation option from the main menu. "
) else (
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
call : oe_tempcleanup
@ -16202,7 +16202,7 @@ echo %c2rcommand%
if %errorlevel% NEQ 0 (
echo :
set fixes = %fixes% %mas% troubleshoot
call : dk_color2 %Blue% " H elp - " %_Yellow% " %mas% troubleshoot "
call : dk_color2 %Blue% " Check this webpage for h elp - " %_Yellow% " %mas% troubleshoot "
)
goto : oe_goback
@ -16350,7 +16350,7 @@ echo:
echo %updcommand%
%updcommand%
echo :
echo H elp - %mas% troubleshoot
echo Check this webpage for h elp - %mas% troubleshoot
goto : oe_goback
: :========================================================================================================================================