1

我有这个小Python功能:

  def change_boot(self):

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

但是它一直在询问admin密码......我怎么能将它作为参数传递,或者根本绕过它?

Enter the password for Administrator:
None 
4

0 回答 0