mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2024-11-21 14:17:11 +00:00
Compare commits
4 commits
7bf55fc6ee
...
a46bb78e5e
Author | SHA1 | Date | |
---|---|---|---|
a46bb78e5e | |||
2470963537 | |||
89bff68b28 | |||
191121c3d4 |
|
@ -639,7 +639,7 @@ call :oh_licrefresh
|
|||
echo:
|
||||
if not defined error (
|
||||
call :dk_color %Green% "Office is permanently activated."
|
||||
REM if defined ohub call :dk_color %Gray% "Office apps such as Word, Excel are activated. Ignore 'Buy Microsoft 365' button in Office dashboard app."
|
||||
if defined ohub call :dk_color %Gray% "Office apps such as Word, Excel are activated, use them directly. Ignore 'Buy' button in Office dashboard app."
|
||||
echo Help: %mas%troubleshoot
|
||||
) else (
|
||||
call :dk_color %Red% "Some errors were detected."
|
||||
|
@ -933,6 +933,7 @@ call :dk_color %Blue% "Close [!checknames!] and try again."
|
|||
call :dk_color %Blue% "If its still not resolved then restart system and try again."
|
||||
) else (
|
||||
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Restart system and try again."
|
||||
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
|
||||
)
|
||||
echo:
|
||||
)
|
||||
|
@ -1103,7 +1104,7 @@ set _sortIds=!_sortIds:PreInstallR_=Retail_!
|
|||
:: https://learn.microsoft.com/office/troubleshoot/activation/reset-office-365-proplus-activation-state
|
||||
|
||||
set _sidlist=
|
||||
for /f "tokens=* delims=" %%a in ('%psc% "$p = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList'; Get-ChildItem $p | ForEach-Object { $pi = (Get-ItemProperty $('{0}\{1}' -f $p, $_.PSChildName)).ProfileImagePath; if ($pi -like $('{0}\Users\*' -f $Env:SystemDrive)) { Split-Path $_.PSPath -Leaf } }" %nul6%') do (if defined _sidlist (set _sidlist=!_sidlist! %%a) else (set _sidlist=%%a))
|
||||
for /f "tokens=* delims=" %%a in ('%psc% "$p = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList'; Get-ChildItem $p | ForEach-Object { $pi = (Get-ItemProperty """"$p\$($_.PSChildName)"""").ProfileImagePath; if ($pi -like """"$Env:SystemDrive\Users\*"""" -and (Test-Path """"$pi\NTUSER.DAT"""") -and -not ($_ -match '\.bak$')) { Split-Path $_.PSPath -Leaf } }" %nul6%') do (if defined _sidlist (set _sidlist=!_sidlist! %%a) else (set _sidlist=%%a))
|
||||
|
||||
if not defined _sidlist (
|
||||
set error=1
|
||||
|
|
|
@ -875,7 +875,7 @@ exit /b
|
|||
|
||||
set k=%1
|
||||
set m=[Runtime.InteropServices.Marshal]
|
||||
set p=$env:SysPath\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
|
||||
set p=%SysPath%\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
|
||||
|
||||
set d1=%ref% [void]$TypeBuilder.DefinePInvokeMethod('PidGenX', 'pidgenx.dll', 'Public, Static', 1, [int], @([String], [String], [String], [int], [IntPtr], [IntPtr], [IntPtr]), 1, 3);
|
||||
set d1=%d1% $r = [byte[]]::new(0x04F8); $r[0] = 0xF8; $r[1] = 0x04; $f = %m%::AllocHGlobal(0x04F8); %m%::Copy($r, 0, $f, 0x04F8);
|
||||
|
|
Loading…
Reference in a new issue