Windows Vista Forums
Vista Forums Home Join Vista Forums Tech Publications Windows 7 Forum Vista Tutorials Webcasts Tags

Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

how to set user account ???

Update your Vista Drivers
Reply
 
Thread Tools Display Modes
Old 05-15-2007   #1 (permalink)
calderara
Guest


 

how to set user account ???

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

My System SpecsSystem Spec
Old 05-15-2007   #2 (permalink)
Marcin Domaslawski
Guest


 

Re: how to set user account ???

Hi,

under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
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


My System SpecsSystem Spec
Old 05-15-2007   #3 (permalink)
Mr. Arnold
Guest


 

Re: how to set user account ???


"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.



My System SpecsSystem Spec
Old 05-15-2007   #4 (permalink)
calderara
Guest


 

Re: how to set user account ???

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\UserList
> 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

>
>

My System SpecsSystem Spec
Old 05-15-2007   #5 (permalink)
Mr. Arnold
Guest


 

Re: how to set user account ???


"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


My System SpecsSystem Spec
Old 05-15-2007   #6 (permalink)
Marcin Domaslawski
Guest


 

Re: how to set user account ???

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\UserList
>> 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

>>
>>


My System SpecsSystem Spec
Reply
Update your Vista Drivers

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin account only - bad? If so how tsfr data to new user account? Les Vista account administration 1 01-24-2008 11:16 AM
ITunes works under admin account but not user account Seb1899 Vista music pictures video 0 12-23-2007 01:10 PM
Asp-Net Machine Account in user account vista premium lady-bird Vista account administration 3 12-08-2007 03:00 PM
Transfering user account to another user account on same computer Jeremy Vista General 4 08-18-2007 09:38 PM
Disabled User Account Control and disabled Administrator account. Craig L Davies Vista account administration 2 03-11-2007 03:38 PM


Complimentary Industry Resources

Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!




Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51