Add comment about S-1-5-20 SPP registry issue
This commit is contained in:
parent
07c4fcdc74
commit
f6125eaa5b
|
@ -1437,6 +1437,8 @@ for %%# in (
|
||||||
if !errorlevel!==2 set permerror=Error_Found
|
if !errorlevel!==2 set permerror=Error_Found
|
||||||
)
|
)
|
||||||
|
|
||||||
|
REM https://learn.microsoft.com/office/troubleshoot/activation/license-issue-when-start-office-application
|
||||||
|
|
||||||
if not defined permerror (
|
if not defined permerror (
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
||||||
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
||||||
|
|
|
@ -1575,6 +1575,8 @@ for %%# in (
|
||||||
if !errorlevel!==2 set permerror=Error_Found
|
if !errorlevel!==2 set permerror=Error_Found
|
||||||
)
|
)
|
||||||
|
|
||||||
|
REM https://learn.microsoft.com/office/troubleshoot/activation/license-issue-when-start-office-application
|
||||||
|
|
||||||
if not defined permerror (
|
if not defined permerror (
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
||||||
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
||||||
|
|
|
@ -1887,6 +1887,8 @@ for %%# in (
|
||||||
if !errorlevel!==2 set permerror=Error_Found
|
if !errorlevel!==2 set permerror=Error_Found
|
||||||
)
|
)
|
||||||
|
|
||||||
|
REM https://learn.microsoft.com/office/troubleshoot/activation/license-issue-when-start-office-application
|
||||||
|
|
||||||
if not defined permerror (
|
if not defined permerror (
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
||||||
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
||||||
|
|
|
@ -2888,6 +2888,8 @@ for %%# in (
|
||||||
if !errorlevel!==2 set permerror=Error_Found
|
if !errorlevel!==2 set permerror=Error_Found
|
||||||
)
|
)
|
||||||
|
|
||||||
|
REM https://learn.microsoft.com/office/troubleshoot/activation/license-issue-when-start-office-application
|
||||||
|
|
||||||
if not defined permerror (
|
if not defined permerror (
|
||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% && (
|
||||||
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
set "pol=HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies"
|
||||||
|
|
Loading…
Reference in New Issue