Win XP users acount with C#

  • Thread starter Thread starter Andres
  • Start date Start date
A

Andres

Hi all.

I'd created an new user account (by using NET USER in
command line) because i need an special user so that my
app can run as like this user.

The problem is that the new user account appears on win
XP start up, and although it has password, i don't want
others users could see than the account exists.

Is there any way to hide the account on win startup
without deactivating it ?

Regards
 
Andres said:
Hi all.

I'd created an new user account (by using NET USER in
command line) because i need an special user so that my
app can run as like this user.

The problem is that the new user account appears on win
XP start up, and although it has password, i don't want
others users could see than the account exists.

Is there any way to hide the account on win startup
without deactivating it ?

Andres,

you may find the following article helpfull:
http://www.kellys-korner-xp.com/xp_wel_screen.htm

HTH

Markus
 
Back
Top