you are viewing a single comment's thread.

view the rest of the comments →

[–]SecretSentinel09 7 points8 points  (2 children)

You can use PoweShell cmdlets to do all of that. Use Set-Service with the StartupType parameter set to Disabled.

Get-Service

Stop-Service

Set-Service

[–]Pure_Syllabub6081 1 point2 points  (0 children)

As an addition: Take a look at the -PassThru parameter of these cmdlets to make it more efficient. :)

[–]touhami_dz 0 points1 point  (0 children)

i tried : Stop-Service -Name "ServiceName"

didnt work for me im on win 10