Deleting a User in Windows 7

Note to self:

To delete a user in Windows 7, don’t use the UI (the postgres installer complains that the user still exists). Instead run the following command:

NET USER postgres /DELETE

Leave a Reply