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?
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?