在Windows中以管理员身份运行python脚本

时间:2013-06-11 18:00:43

标签: python windows

我有这个小Python函数:

  def change_boot(self):

        subprocess.call(['runas', '/user:Administrator','bcdedit'], shell=True) 

然而,它一直在询问admin密码......我怎么能把它作为参数传递,或者完全绕过它?

Enter the password for Administrator:
None 

0 个答案:

没有答案