Page 1 of 1

when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 9:46 pm
by MMark516
i get an access denied error....then when i try to install postgres 8.3 when it gets almost done i get an error

Re: when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 10:03 pm
by MMark516
never mind i got it....stupid vista run as admin annoyance....anyway to just run everything as admin?

Re: when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 10:05 pm
by _dave_
Probably "disable UAC", enable the administrator account, then login as administrator.

or just format -> XP pro

Re: when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 11:00 pm
by DJC123
i am extreme computer donk and this is going to sounds real dumb. in the cmd prompt i 'type net user postgres /delete'. it says the / is an unknown command. do i type net user postgres delete without the / ?

Re: when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 11:01 pm
by _dave_
no space between / and delete

Re: when i try to do that delete command in cmd

PostPosted: Wed Feb 13, 2008 11:05 pm
by DJC123
thanks dave