I am new to Windows and I am trying to figure out what user Apache is running on. In Linux I had a simple command ps aux | grep apache. How do I find that ou
ps aux | grep apache
In Powershell you can interrogate the registry for the user context the service is running under:
(Get-ItemProperty HKLM:\system\CurrentControlSet\Services\Apache2.4).ObjectName