Windows 2019 Activation Lost

Salvador Diaz 20 Reputation points
2023-01-18T21:02:47.8466667+00:00

We have 3 Windows 2019 Member servers that suddenly lost activation. We have valid keys but get an error "access denied" regarding the Software Protection Service. There are several articles related to this same problem but I've run through them all to no success. These are air-gapped systems and that we manually activate. Any help would be appreciated! Thanks!

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,882 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,599 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Tasadduq Burney 8,681 Reputation points MVP
    2023-01-18T21:10:55.4833333+00:00

    The issue you're experiencing is related to the Software Protection Service on your Windows Server 2019 systems. The "access denied" error message suggests that the service may not have the necessary permissions to perform the activation.

    One possible solution is to check the service's permissions and ensure that it has the necessary rights to perform the activation. To do this, open the Services app (services.msc) and locate the Software Protection service. Right-click the service and select Properties. Under the Log On tab, make sure that the service is running under the Local System account or an account that has the necessary permissions to perform the activation.

    Another possible solution is to check the status of the Software Licensing service. This service is responsible for managing licenses for Windows, Office, and other Microsoft products. It is possible that this service may not be running or is in a stopped state which can cause the activation issues. So, you can check the status of the service and start it if it's stopped.

    Additionally, you can try resetting the Windows activation files by running the slmgr.vbs /rilc command from an elevated command prompt. This command will reset the activation files and should allow you to activate the server with your valid product key.

    0 comments No comments

  2. Anonymous
    2023-01-18T21:14:04.2366667+00:00

    These are air-gapped systems Seems you'll need to use phone activation if an internet connection isn't possible.

    slui 4
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Limitless Technology 44,571 Reputation points
    2023-01-19T15:09:04.93+00:00

    Hello,

    More information would be ideal to detect which issue is exactly responsible for this error. I would recommend to check for Error events in the Application Event viewer, and check for source: Microsoft-Windows-Security-SPP this would provide a 0x... error code that will help to identify it.

    But, first recommendations:

    -Ensure that you open CMD with administrator privileges

    -Check the Software Protection Service status, set start as Automatic, and check Log In account through services.msc

    -Run slmgr.vbs /dli to review to current licensing status and see if there is any relevant error or information

    -Try to remove the licensing data, and add manually using:

    slmgr.vbs /upk

    and

    slmgr.vbs /ipk <productkey>

    --If the reply is helpful, please Upvote and Accept as answer--


  4. Anonymous
    2023-01-19T15:52:00.3+00:00

    Some things to try
    Reset Windows Update components manually

    a repair install by running setup.exe from the root of install media
    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.