Deleting a Windows User You Can't See
Submitted by johnk on Sun, 11/04/2007 - 06:10.
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.

