-Download ohook 0.4 source code file from here
+Download ohook 0.3 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/11.4.0-11.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-11.4.0-mingw-w64ucrt-11.0.0-r1.7z">mingw32
and mingw64
+href="https://github.com/brechtsanders/winlibs_mingw/releases/download/11.4.0-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-11.4.0-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
@@ -1564,8 +1562,9 @@ 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/download/0.3/ohook_0.3.zip">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
@@ -1577,6 +1576,11 @@ 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 "2040-01-01T00:00:00Z" /f
Enter the key, (Replace <key> with the key from the above
list) with the following command,
slmgr /ipk <key>
--
cgit v1.2.3