diff options
| author | Lyssa | 2026-03-01 15:34:31 +0000 |
|---|---|---|
| committer | Lyssa | 2026-03-01 15:34:31 +0000 |
| commit | 41879f5f5822cea6f9c43606818ce0a234966adb (patch) | |
| tree | 1637f18b4e7b0834d17adafe736a9f766e45d8cd /docs/manual_ohook_activation.md | |
| parent | 2d158d5068610182abdbcfec5ed0177507175514 (diff) | |
| download | massgrave.dev-41879f5f5822cea6f9c43606818ce0a234966adb.zip | |
chore: Do another round of grammar fixes across the site
Diffstat (limited to 'docs/manual_ohook_activation.md')
| -rw-r--r-- | docs/manual_ohook_activation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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`
|
