![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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.
br> br> |
| |||||||
|
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| 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 Specs![]() |
| | #2 (permalink) |
| 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 Specs![]() |
| | #3 (permalink) |
| 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 Specs![]() |
| | #4 (permalink) |
| 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 Specs![]() |
| | #5 (permalink) |
| 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 Specs![]() |
| | #6 (permalink) |
| 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 Specs![]() |
|
| 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! |