diff options
| author | WindowsAddict | 2023-09-25 13:45:25 +0000 |
|---|---|---|
| committer | WindowsAddict | 2023-09-25 13:45:25 +0000 |
| commit | 14b71bc223d79adba8262727867f34d45efeffb3 (patch) | |
| tree | 0e6f0fcd5df410e08d2c0aea7512251c39c73008 /office-license-is-not-genuine.md | |
| parent | d9dde9ba37ed99dba7e44afe428e53b23973831c (diff) | |
| download | massgrave.dev-14b71bc223d79adba8262727867f34d45efeffb3.zip | |
1.9
Diffstat (limited to 'office-license-is-not-genuine.md')
| -rw-r--r-- | office-license-is-not-genuine.md | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/office-license-is-not-genuine.md b/office-license-is-not-genuine.md index b56004b..c9c929f 100644 --- a/office-license-is-not-genuine.md +++ b/office-license-is-not-genuine.md @@ -6,7 +6,7 @@ pagetitle: Get genuine Office banner 
-**TL;DR** To solve it, use the latest abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) or [MAS](index.html) to activate Office.
+**TL;DR** To solve it, use [MAS](index.html) or abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) to activate Office.
------------------------------------------------------------------------
@@ -33,7 +33,7 @@ Please find below various ways you can avoid this banner. The simplest option fo ### 1- Activation Tools
-- Use the latest abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) or [MAS](index.html) to activate Office.
+- Use [MAS](index.html) or abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) to activate Office.
------------------------------------------------------------------------
@@ -49,13 +49,15 @@ In this section, I'm only going to mention how to set up the KMS server in the r Please find below how to set the KMS server address in the registry. For example with a private IP `10.0.0.10`
- reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f
+```
+reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f
- reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f /reg:32
+reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f /reg:32
- reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10"
+reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10"
- reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10" /reg:32
+reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10" /reg:32
+```
------------------------------------------------------------------------
@@ -79,17 +81,19 @@ Please the guide [here](office_c2r_custom.html) for VL Office installation. <!-- -->
- reg add HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v CDNBaseUrl /t REG_SZ /d "http://officecdn.microsoft.com/pr/55336B82-A18D-4DD6-B5F6-9E5095C314A6" /f
+```
+reg add HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v CDNBaseUrl /t REG_SZ /d "http://officecdn.microsoft.com/pr/55336B82-A18D-4DD6-B5F6-9E5095C314A6" /f
- reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateUrl /f
+reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateUrl /f
- reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateToVersion /f
+reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateToVersion /f
- reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Updates /v UpdateToVersion /f
+reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Updates /v UpdateToVersion /f
- reg delete HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate\ /f
+reg delete HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate\ /f
- "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user
+"%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user
+```
- It will change the update channel to Production::MEC \| MonthlyEnterprise
|
