Posted on

Registry Fix: Remove Get Genuine Office / There is a problem with your license Banner

You have a legal license. You pay Microsoft every month. Yet, every time you open Excel, you get a giant yellow bar:
“GET GENUINE OFFICE. There is a problem with your license.”

This is a known bug where the Microsoft “connected experience” service thinks you are pirating software, even when you aren’t. It often happens if you had a cracked version of Office installed years ago, or if your OEM laptop came with a trial key that is conflicting with your new key.

Here is how to surgically remove the banner using the Registry.

The Registry key

  1. Close all Office Apps.
  2. Open Regedit.
  3. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
  4. Modify (or create) these entries:
    • AudienceData: Delete the value (leave it empty).
    • AudienceId: Delete the value.

Disable “Connected Experiences”

Sometimes the banner is pushed via the “Experimentation” service (Feature Flighting).
1. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\ExperimentConfigs
2. Delete the entire ExperimentConfigs folder (Right-click > Delete).
* Don’t worry, Office will recreate this compliant defaults on next launch.

The “OlicenseCleanup” Method

If the registry edits don’t stick (the banner comes back after restart), you have a conflicting key. You shouldn’t try to find it manually.

  1. Download the OLicenseCleanup.vbs script from Microsoft (or copy the standardized VBS script code).
  2. Run it as Administrator.
  3. It scrubs all licenses from the machine.
  4. Open Word. It will ask you to Sign In.
  5. Sign in with your paid account. This pulls a fresh, “Genuine” token from the server, replacing the confusing local files.

Summary

The “Get Genuine” banner is actually a web-element served by Microsoft. By clearing the ExperimentConfigs and Identity cache in the registry, you force Outlook/Excel to re-download the “config” for your UI, which usually clears the false-positive flag.