Return to site

Microsoft toolkit 2.6.7 mydigitallife 2019

broken image
broken image
broken image

>set 'PatcherPath=C:\Users\Shekar\Downloads\KMS_VL_ALL-SppExtComObjPatcher-kms-25\SppExtComObjPatcher-kms2\圆4\SppExtComObjHook.dll' >for %A in ('圆4\SppExtComObjHook.dll') do set 'PatcherPath=%~fA' >sc query sppsvc | find /i 'STOPPED' || sc stop sppsvc The Software Protection service was stopped successfully. The Software Protection service is stopping. >sc query sppsvc | find /i 'STOPPED' || net stop sppsvc /y >if 76 (reg.exe add 'HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform' /v NoGenTicket /t REG_DWORD /d 1 /f ) >if 76 (set OSType=Win8 ) else if 76 (set OSType=Win7 ) else (goto :UnsupportedVersion ) >wmic path OfficeSoftwareProtectionService get Version & (set OsppHook=1 ) || (set OsppHook=0 ) >wmic path SoftwareLicensingProduct where (Description like '%KMSCLIENT%') get Name 2>nul | findstr /i Windows 1>nul & (set SppHook=1 ) || (set SppHook=0 )

broken image

>set 'SPPk=SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform' >set 'OSPP=HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform' >set 'IFEO=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options' >cd /d 'C:\Users\Shekar\Downloads\KMS_VL_ALL-SppExtComObjPatcher-kms-25\SppExtComObjPatcher-kms2\' >setlocal EnableExtensions EnableDelayedExpansion

broken image