Saturday, September 8, 2012

How to change a service startup type with PowerShell

How to change a service startup type with PowerShell: Changing a service startup type can be crucial after installing or configuring the service. PowerShell comes with an easy way to do so: Set-Service –Name theservice –Computer thecomputer –StartupType “selectedType” Where selectedType value can be: Automatic Manual Disabled Unfortunately, there … Continue reading →

DIGITAL JUICE

No comments:

Post a Comment

Thank's!