If you don't want to delete user account, you can temporarly deactivated user account or disable user account.
You can use control panel to turn off user account, or you can use Command Prompt to disable user account.
To disable user account type
net user username /active:no
To enable user account type
net user username /active:yes
/ leszekburda