Yes, I know, I have the strange habit of shutdown down as many services as I can, and sometimes I shutdown services I still need. Here's how I start them all at once, just to check if some service is needed:
Get-WmiObject Win32_Service -Filter "State='Stopped' and StartMode <> 'Disabled'" | Start-Service
Not impressive, I'm afraid. But it works!
No comments:
Post a Comment