Disclaimer: This repository is for educational and administrative purposes only. Modifying system registries carries inherent risks.
Caution
This repository contains a Windows Registry configuration file (.reg) that directly modifies critical system registry values. Executing untrusted registry scripts can destabilize your operating system, break security protocols, or cause permanent data loss. Proceed with extreme care.
This project provides a lightweight method to disable the WpcMonSvc (Windows Parental Controls Monitor Service) by modifying its startup configuration behavior in the Windows Registry, preventing it from executing automatically upon system boot.
Warning
Before importing ANY .reg file from this repository or its forks into your system, you MUST open the file using a plain text editor (e.g., Notepad, VS Code, Vim) and visually audit its contents.
Verify that the file contains exactly the following block and string sequence:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpcMonSvc]
"Start"=dword:00000004