From 41879f5f5822cea6f9c43606818ce0a234966adb Mon Sep 17 00:00:00 2001 From: Lyssa Date: Sun, 1 Mar 2026 19:34:31 +0400 Subject: chore: Do another round of grammar fixes across the site --- docs/manual_ohook_activation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/manual_ohook_activation.md') diff --git a/docs/manual_ohook_activation.md b/docs/manual_ohook_activation.md index fa8ffbe..9a8778a 100644 --- a/docs/manual_ohook_activation.md +++ b/docs/manual_ohook_activation.md @@ -13,7 +13,7 @@ To manually activate Office, follow these steps: - Download the Ohook sppc.dll files from [here](https://github.com/asdcorp/ohook/releases/download/0.5/ohook_0.5.zip) or compile the sppc.dll files yourself using [this guide](ohook#custom-sppcdll-info). - Create a new folder called `ohook` in the root of your C: drive and extract the zip file to it. The path to the folder should be `C:\ohook`. -- Open Command Prompt as Administrator and enter the following command to create a symlink of the system's sppc.dll as sppcs.dll in the Office C2R System directory: +- Open Command Prompt as administrator and enter the following command to create a symlink of the system's sppc.dll as sppcs.dll in the Office C2R System directory: `mklink "%ProgramFiles%\Microsoft Office\root\vfs\System\sppcs.dll" "%windir%\System32\sppc.dll"` - Enter the following commands to copy the hook library `sppc64.dll` to the Office C2R system directory: `cd /d C:\ohook` -- cgit v1.2.3