
Hiding a Service with C++
In a previous post we hid a Windows service using a UI tool. This post shows the programmatic approach in C++: query the service DACL, add a deny ACE, handle self-relative vs absolute security descriptors, and apply the change through SCM APIs.


























































