Skip navigation.
Home

Deleting a Windows User You Can't See

Windows XP's Users control panel doesn't show all the users. I had to delete the "postgres" user to reinstall postgresql on my comp. To do this, I had to run this command:

NET USER /DELETE postgres

To see all the users type NET USER.