2012年9月12日 星期三

python windows start mode change

>>> import wmi
>>> c = wmi.WMI ()
>>> service = c.Win32_Service (Name="YourService")
>>> service.ChangeStartMode (StartMode="Automatic")




Reference :
How to remove a service or change the startup type to disabled - Python

沒有留言:

張貼留言