You are done pen testing a Windows system and need to clean up some of the changes you have made. You created an account pentester on the system, what command would you use to delete that account?
You are done pen testing a Windows system and need to clean up some of the changes you have made. You created an account pentester on the system, what command would you use to delete that account?
To delete a user account on a Windows system, the correct command is 'Net user pentester /del'. This command specifies the action to delete a specified user account from the local system. Other commands mentioned do not accurately address the deletion of a user account.
https://en.wikiversity.org/wiki/Net_(command)/User#:~:text=To%20delete%20a%20user%20account,type%20net%20user%20Bill%20%2Fdelete.