how to set user account ???

Posted: 05-15-2007, 04:31 PM
Dear all,

I have develop a client application runing on .NEt 2.0 which is running on a
Windows 2000.
That client application is calling a remote object component hosted in a
Windows service runing under Vista buisness OS.
So far so good.

My Windows service hosting my remote component is running under Network
Servcie account.
Then from my W2K station i am runing my client application as BOB. A call to
my remote component is placed throught tcp chanels. At this time the
connection is rejected becasue BOB is not existing under my VISTA PC (sounds
logic)

So I create a new user account named BOB under Vista PC and make my test
again. At that time BOB is identify and can place a call to remote component
services.

The problem my doing so is that , when I select "Switch user" from my Vista
System, I can see my user BOB from which I use for using my servcie.

My question is :
What is the way to creat BOB in order that it is not appearing in the Switch
User view as it is only used fro this service stuff ??

I have check different option inside Local security settings but nithing
sounds familar to me.

Thnaks for your help
regards
Serge
MCAD.NET
Reply With Quote

Responses to "how to set user account ???"

Marcin Domaslawski
Guest
Posts: n/a
 
Re: how to set user account ???
Posted: 05-15-2007, 07:30 PM
Hi,

under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t
add dword entry with name your account (BOB) and leave value with 0.

Marcin Domaslawski


"calderara" <calderara@discussions.microsoft.com> wrote in message
news:C6355731-A307-4814-90BA-CD592DA18EE7@microsoft.com...
> Dear all,
>
> I have develop a client application runing on .NEt 2.0 which is running on
> a
> Windows 2000.
> That client application is calling a remote object component hosted in a
> Windows service runing under Vista buisness OS.
> So far so good.
>
> My Windows service hosting my remote component is running under Network
> Servcie account.
> Then from my W2K station i am runing my client application as BOB. A call
> to
> my remote component is placed throught tcp chanels. At this time the
> connection is rejected becasue BOB is not existing under my VISTA PC
> (sounds
> logic)
>
> So I create a new user account named BOB under Vista PC and make my test
> again. At that time BOB is identify and can place a call to remote
> component
> services.
>
> The problem my doing so is that , when I select "Switch user" from my
> Vista
> System, I can see my user BOB from which I use for using my servcie.
>
> My question is :
> What is the way to creat BOB in order that it is not appearing in the
> Switch
> User view as it is only used fro this service stuff ??
>
> I have check different option inside Local security settings but nithing
> sounds familar to me.
>
> Thnaks for your help
> regards
> Serge
> MCAD.NET
Reply With Quote
calderara
Guest
Posts: n/a
 
Re: how to set user account ???
Posted: 05-15-2007, 08:40 PM
Thnaks for your reply..

Is there any administrative settings throught interface which does the same
thing ?
I would like to avoid writing directly to registry in that way..
thnaks for help

serge

"Marcin Domaslawski" wrote:
> Hi,
>
> under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t
> add dword entry with name your account (BOB) and leave value with 0.
>
> Marcin Domaslawski
>
>
> "calderara" <calderara@discussions.microsoft.com> wrote in message
> news:C6355731-A307-4814-90BA-CD592DA18EE7@microsoft.com...
> > Dear all,
> >
> > I have develop a client application runing on .NEt 2.0 which is running on
> > a
> > Windows 2000.
> > That client application is calling a remote object component hosted in a
> > Windows service runing under Vista buisness OS.
> > So far so good.
> >
> > My Windows service hosting my remote component is running under Network
> > Servcie account.
> > Then from my W2K station i am runing my client application as BOB. A call
> > to
> > my remote component is placed throught tcp chanels. At this time the
> > connection is rejected becasue BOB is not existing under my VISTA PC
> > (sounds
> > logic)
> >
> > So I create a new user account named BOB under Vista PC and make my test
> > again. At that time BOB is identify and can place a call to remote
> > component
> > services.
> >
> > The problem my doing so is that , when I select "Switch user" from my
> > Vista
> > System, I can see my user BOB from which I use for using my servcie.
> >
> > My question is :
> > What is the way to creat BOB in order that it is not appearing in the
> > Switch
> > User view as it is only used fro this service stuff ??
> >
> > I have check different option inside Local security settings but nithing
> > sounds familar to me.
> >
> > Thnaks for your help
> > regards
> > Serge
> > MCAD.NET
>
>
Reply With Quote
Mr. Arnold
Guest
Posts: n/a
 
Re: how to set user account ???
Posted: 05-15-2007, 08:56 PM

"calderara" <calderara@discussions.microsoft.com> wrote in message
news:2AE1BABC-76E0-4F10-98C4-A98AE1123FD4@microsoft.com...
> Thnaks for your reply..
>
> Is there any administrative settings throught interface which does the
> same
> thing ?
> I would like to avoid writing directly to registry in that way..
> thnaks for help
>
If there was a NT Domain controller involved, there would be no Fast User
Switching involved with Vista because it would be disabled, just like on XP
Pro when it's connected to a NT Domain. Win 2K has no Fast User Switching
period to disable.

Simply set the Group Policy to disable Fast User Switching on Vista.

..NET MCP soon to be .NET MCPD


Reply With Quote
Marcin Domaslawski
Guest
Posts: n/a
 
Re: how to set user account ???
Posted: 05-15-2007, 09:14 PM
Hi,

Try by local security policy (secpol.msc) on user rights assigment add your
account to Deny log on locally.

Marcin Domaslawski

"calderara" <calderara@discussions.microsoft.com> wrote in message
news:2AE1BABC-76E0-4F10-98C4-A98AE1123FD4@microsoft.com...
> Thnaks for your reply..
>
> Is there any administrative settings throught interface which does the
> same
> thing ?
> I would like to avoid writing directly to registry in that way..
> thnaks for help
>
> serge
>
> "Marcin Domaslawski" wrote:
>
>> Hi,
>>
>> under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t
>> add dword entry with name your account (BOB) and leave value with 0.
>>
>> Marcin Domaslawski
>>
>>
>> "calderara" <calderara@discussions.microsoft.com> wrote in message
>> news:C6355731-A307-4814-90BA-CD592DA18EE7@microsoft.com...
>> > Dear all,
>> >
>> > I have develop a client application runing on .NEt 2.0 which is running
>> > on
>> > a
>> > Windows 2000.
>> > That client application is calling a remote object component hosted in
>> > a
>> > Windows service runing under Vista buisness OS.
>> > So far so good.
>> >
>> > My Windows service hosting my remote component is running under Network
>> > Servcie account.
>> > Then from my W2K station i am runing my client application as BOB. A
>> > call
>> > to
>> > my remote component is placed throught tcp chanels. At this time the
>> > connection is rejected becasue BOB is not existing under my VISTA PC
>> > (sounds
>> > logic)
>> >
>> > So I create a new user account named BOB under Vista PC and make my
>> > test
>> > again. At that time BOB is identify and can place a call to remote
>> > component
>> > services.
>> >
>> > The problem my doing so is that , when I select "Switch user" from my
>> > Vista
>> > System, I can see my user BOB from which I use for using my servcie.
>> >
>> > My question is :
>> > What is the way to creat BOB in order that it is not appearing in the
>> > Switch
>> > User view as it is only used fro this service stuff ??
>> >
>> > I have check different option inside Local security settings but
>> > nithing
>> > sounds familar to me.
>> >
>> > Thnaks for your help
>> > regards
>> > Serge
>> > MCAD.NET
>>
>>
Reply With Quote
Mr. Arnold
Guest
Posts: n/a
 
Re: how to set user account ???
Posted: 05-15-2007, 08:03 PM

"calderara" <calderara@discussions.microsoft.com> wrote in message
news:C6355731-A307-4814-90BA-CD592DA18EE7@microsoft.com...
> Dear all,
>
> I have develop a client application runing on .NEt 2.0 which is running on
> a
> Windows 2000.
> That client application is calling a remote object component hosted in a
> Windows service runing under Vista buisness OS.
> So far so good.
>
> My Windows service hosting my remote component is running under Network
> Servcie account.
> Then from my W2K station i am runing my client application as BOB. A call
> to
> my remote component is placed throught tcp chanels. At this time the
> connection is rejected becasue BOB is not existing under my VISTA PC
> (sounds
> logic)
>
> So I create a new user account named BOB under Vista PC and make my test
> again. At that time BOB is identify and can place a call to remote
> component
> services.
>
> The problem my doing so is that , when I select "Switch user" from my
> Vista
> System, I can see my user BOB from which I use for using my servcie.
>
> My question is :
> What is the way to creat BOB in order that it is not appearing in the
> Switch
> User view as it is only used fro this service stuff ??
>
> I have check different option inside Local security settings but nithing
> sounds familar to me.
>

Fast User Switching is not on Win 2K, so disable it on Vista.

Run cmd off of Accessories and enter gpedit.msc

local computer policy
administrative templates
system
logon

Hide entry points for fast user switching
Always use classic logon

I enabled both of them and Fast User Switching is disabled.



Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin account only - bad? If so how tsfr data to new user account? Les Windows Vista Administration 1 01-24-2008 04:16 PM
Admin account only - bad? If so how tsfr data to new user account? Les Windows Vista Administration 0 01-24-2008 02:47 PM
Asp-Net Machine Account in user account vista premium lady-bird Windows Vista Administration 3 12-08-2007 08:00 PM
Guest account and limited account user Manouska Windows XP Setup 0 09-13-2003 10:01 AM
change local user account into domain user account ? kevin Windows XP Security & Administration 1 07-26-2003 09:27 AM