icacls - Verify / Check permissions of all running Windows services -
i trying verify permissions of services running on windows. though verifying permissions individually quite painful.
is there way of piping result windows command net start
icacls
, identify permissions services?
for %s in (*.exe) icacls %s
//ensure command executed after navigating c://windows/system32 directory
Comments
Post a Comment