I believe I found a solution that works for Vista Basic.
This link is the source:
http://support.microsoft.com/kb/251394
Although the article does not pertain to Vista versions I have implamented
the following:
To set user cannot change password:
net users "username" /passwordchg : no
To set user account to not expire:
net users "username" / expires: never
I hope this helps someone.
Dennis
"Dennis" <> wrote in message
news:46da3846$0$492$...
> Is there a way to set the "User" accounts to password never expires and
> cannot change password?
>