>>> import wmi>>> c = wmi.WMI ()>>> service = c.Win32_Service (Name="YourService")>>> service.ChangeStartMode (StartMode="Automatic")
沒有留言:
張貼留言