Start service ( Example start bitlock encryption service)

You can use this script to start service,

Note: In this script we have illustrated how to start bit lock encryption service .

import os;
result=os.popen('wmic service BDESVC  call  StartService').read();
print(result);

sample output would be ,