Share via

Event ID 16385 SoftwareProtectionPlatform Rebuild

West 80 Reputation points
2026-03-03T13:44:33.0633333+00:00

Spent hours attempting to add NETWORK SERVICES to folders between Root drive and sppsvc folders. However, nothing seems to work. I then find NETWORK SERVICE may not apply, since this is being phased out. Can someone confirm if SID is the path forward? Also if this is the case which is the recommended path to rebuild these files?

Windows 11 25H2 Build 26200.7922

Thanks

Windows for home | Windows 11 | Accounts, profiles, and login
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-03T13:44:43.4233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    For Event ID 16385 from SoftwareProtectionPlatform on Windows 11, the issue is with Windows activation/licensing, not with SIDs. The path forward is to fix Software Protection Platform, typically by rebuilding the Tokens.dat file. SIDs are unrelated here.

    On modern Windows (including Windows 10, Windows Server 2016 and later), the supported way to rebuild the activation store is:

    1. Open an elevated Command Prompt (Run as administrator).
    2. Run these commands in order:
         net stop sppsvc
         cd %Systemdrive%\Windows\System32\spp\store\2.0\
         ren tokens.dat tokens.bar
         net start sppsvc
         cscript.exe %windir%\system32\slmgr.vbs /rilc
      
    3. Restart the computer.

    This sequence stops the Software Protection Platform service, renames the existing Tokens.dat, restarts the service, and reloads the licensing configuration, causing Windows to recreate Tokens.dat.

    If the error is instead the “Failed to schedule Software Protection service for restart” type, verify the following for the SoftwareProtectionPlatform scheduled task and folder:

    1. Task Scheduler service is running.
    2. The Software Protection Platform scheduled task is configured to run under the NETWORK SERVICE account.
    3. The NETWORK SERVICE account has Read permissions on: C:\Windows\System32\Tasks\Microsoft\Windows\SoftwareProtectionPlatform
    4. Restart the Software Protection service after correcting the above.

    NETWORK SERVICE is still used by Software Protection Platform in these scenarios; it is not replaced by a SID-based configuration. SIDs do not replace the need to grant the correct account (NETWORK SERVICE) permissions on the task folder.


    References:

    0 comments No comments

Your answer

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