How to change startup type in windows Services.
Requirement:-
Change the Property startup type of any Service in Services.Msc
What is required:-
Powershell IDE
Command:-
#Program to change the property of service TestAutomate.WSNew as "Automatic" mode#3
Set-Service -Name TestAutomate.WSNew -StartupType "Automatic"
Services.msc
Result:-
Above command will change the property from manual/disabled--> to "Automatic"
Requirement:-
Change the Property startup type of any Service in Services.Msc
What is required:-
Powershell IDE
Command:-
#Program to change the property of service TestAutomate.WSNew as "Automatic" mode#3
Set-Service -Name TestAutomate.WSNew -StartupType "Automatic"
Services.msc
Result:-
Above command will change the property from manual/disabled--> to "Automatic"
No comments:
Post a Comment