Home >Backend Development >PHP Tutorial >javascript - How to disable the administrator account under Windows system and create a new login account in Python?
How does Python disable the administrator account under Windows system and create a new login account?
How does Python disable the administrator account under Windows system and create a new login account?
I’m not very familiar with the cmd command. To complete similar tasks in Linux, you can often use os.popen(yourCmd)
.
Similarly, this should also be possible under win. You just need to look up the corresponding command.