问题
I am trying to run date command with cmd, but I required to be an Administrator in order to do so. The command is: os.system("date 09/09/1999")
Is it possible to run the command with admin privileges without the need to import new libraries?
来源:https://stackoverflow.com/questions/18356353/run-cmd-with-os-system-as-administrator