![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm developing an application which remotely installs a service. This is
done by copying the service files' to the c$ share on the target machine, connecting to scm, installing and starting the service, which worked fine for all = windows nt systems. Now, I experienced serious problems doing this in Windows Vista (Vista Ultimate, Build# 6000): as it seems, the C$ share and the SCM can only be accessed remotely by the user 'Administrator' (not by any other user which is member of the 'Administrators' group), which is disabled by default. I also generally wonder how remote network administration may work in this scenario. Any help would be greatly appreciated. Holger |
|
|||
|
In an active directory domain the shares are available by default. In a work
group you can create a registry entry to make them available. http://www.jimmah.com/vista/net/filtertoken.aspx I'm not sure about remotely connecting to the Service Control Manager. -- Kerry Brown Microsoft MVP Windows - Shell/User www.vistahelp.ca "Holger" wrote in message ... I'm developing an application which remotely installs a service. This is done by copying the service files' to the c$ share on the target machine, connecting to scm, installing and starting the service, which worked fine for all = windows nt systems. Now, I experienced serious problems doing this in Windows Vista (Vista Ultimate, Build# 6000): as it seems, the C$ share and the SCM can only be accessed remotely by the user 'Administrator' (not by any other user which is member of the 'Administrators' group), which is disabled by default. I also generally wonder how remote network administration may work in this scenario. Any help would be greatly appreciated. Holger |
|
|||
|
Many thanks for your help.
Seems to work fine using this registry entry (both c$ share and scm connect). I assume that this problem only exists when using local computer administrators when you say that it works with (ads) domain administrators. Kerry Brown wrote: In an active directory domain the shares are available by default. In a work group you can create a registry entry to make them available. http://www.jimmah.com/vista/net/filtertoken.aspx I'm not sure about remotely connecting to the Service Control Manager. |
|
|||
|
You're welcome
-- Kerry MS-MVP Windows - Shell/User www.vistahelp.ca Holger wrote: Many thanks for your help. Seems to work fine using this registry entry (both c$ share and scm connect). I assume that this problem only exists when using local computer administrators when you say that it works with (ads) domain administrators. Kerry Brown wrote: In an active directory domain the shares are available by default. In a work group you can create a registry entry to make them available. http://www.jimmah.com/vista/net/filtertoken.aspx I'm not sure about remotely connecting to the Service Control Manager. |