Home > Backend Development > PHP Tutorial > javascript - How to disable the administrator account under Windows system and create a new login account in Python?

javascript - How to disable the administrator account under Windows system and create a new login account in Python?

WBOY
Release: 2016-08-18 09:15:45
Original
1387 people have browsed it

How does Python disable the administrator account under Windows system and create a new login account?

Reply content:

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.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template