Requirement:
1. Command prompt (administrator
role)
1. Open up your command prompt.
press Windows logo(on your keyboard)
+ R –> type 'cmd' –> enter
2. First, we will list the users on
the system by running net user command.
3. We can disable the built-in administrator
user with this command net user administrator /active:no and it will return the message
the command completed successfully
4. To enable again the built-in administrator
user, you can do with this command net
user administrator /active:yes and if correct, it will return the
message
the command completed successfully
5. To delete the specific
user, you can do with this command net
user USERNAME /del.
net user Vhacker /del
No comments:
Post a Comment