rcmaehl Posted September 6, 2020 Share Posted September 6, 2020 (edited) Hi all, I was wondering if there's a more efficient way such as a DLL call for Starting, Pausing, and more for Services. I need to do a bunch at once, I switched from Run(@Compsec & " /c net stop " & $sService) to Run("sc \\localhost stop " & $sService) and it greatly reduced the CPU usage of adjusting a lot of services but there's still a considerable amount. Thanks Edited September 6, 2020 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Danp2 Posted September 6, 2020 Share Posted September 6, 2020 Have you checked out any of the available UDFs for controlling services? See wiki for more details rcmaehl 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
rcmaehl Posted September 6, 2020 Author Share Posted September 6, 2020 2 hours ago, Danp2 said: Have you checked out any of the available UDFs for controlling services? See wiki for more details Thank ya! Forgot this existed. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now