I have a script which has to run from an administrator level powershell/cmd prompt Why? Because it has to use logman to get windows counters Problem: The software for which I want to log the windows counters for has to be started with regular user level rights. I've seen that there are lots of examples on how to run as Administrator I don't see any on running as Regular User
Launch exe file
Start Logman (Admin level)
Run Bat File to Open Program
Bat File should run with regular user level priv's
I had a look at using RUNAS but that requires password entry, which I don't want. Is there some other way on windows to delevate?