-Download ohook 0.3 source code file from here
+Download ohook 0.4 source code file from here
Extract this zip file to a folder named
C:\ohook
Now download these two compiler archives, mingw32
+href="https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0mcf-16.0.6-11.0.0-ucrt-r1/winlibs-i686-mcf-dwarf-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1.7z">mingw32
and mingw64
+href="https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0mcf-16.0.6-11.0.0-ucrt-r1/winlibs-x86_64-mcf-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1.7z">mingw64
Extract both archives with 7-zip in C drive, so that path would
look like this,
C:\mingw32
@@ -1557,9 +1564,8 @@ href="https://massgrave.dev/index.html">here.
These steps are listed for Office 16.0 (2016, 2019, 2021, O365)
C2R x64 bit on Windows x64 bit version.
Download ohook sppc.dll files from here
-or create sppc.dll files from scratch as per the above
-instructions.
+href="https://github.com/asdcorp/ohook/releases">here or create
+sppc.dll files from scratch as per the above instructions.
Extract this zip file to a folder named
C:\ohook
Open command prompt as admin and enter below command to create a
@@ -1571,11 +1577,6 @@ the Office C2R system directory,
cd /d C:\ohook
copy /y sppc64.dll "%ProgramFiles%\Microsoft Office\root\vfs\System\sppc.dll"
-Some O365 editions check the license status and show the banner
-“There was a problem checking this device’s license status”. To stop
-this, enter below command,
-
-reg add HKCU\Software\Microsoft\Office\16.0\Common\Licensing\Resiliency /v "TimeOfLastHeartbeatFailure" /t REG_SZ /d "2033-08-18T22:18:45Z" /f
Enter the key, (Replace <key> with the key from the above
list) with the following command,
slmgr /ipk <key>
--
cgit v1.2.3