Hi Josh,
I'm an Independent Advisor and I'm happy to help you.
The Security-SPP event IDs 16384 and 16394 are related to the Software Protection Platform (SPP), which handles Windows licensing and activation. Seeing them repeatedly in the Event Viewer suggests that the Software Protection service (sppsvc) is unnecessarily restarting or re-triggering.
You can try to restart and Reconfigure the Software Protection Service:
- Open Command Prompt as Administrator.
- Run the following commands one at a time:
net stop sppsvc
regsvr32 %windir%\system32\sppwmi.dll
net start sppsvc
- Restart your computer and check if the event log spam has stopped.
Let me know if the issue persists, and we can try another approach! :)