amandhally.com
Change Service Start Mode using PowerShell
PowerTip of the Day, from PowerShell.com: You can use WMI like this if you want to change a service start mode:([wmi]’Win32_Service.Name=”Spooler”‘).ChangeStartMode(&#82…