Using the administrative C$ share

Posted: 11-23-2006, 05:53 PM
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
Reply With Quote

Responses to "Using the administrative C$ share"

Kerry Brown
Guest
Posts: n/a
 
Re: Using the administrative C$ share
Posted: 11-23-2006, 11:04 PM
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" <unasked@gmx.de> wrote in message
news:uVTlShyDHHA.2356@TK2MSFTNGP03.phx.gbl...
> 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
Reply With Quote
Holger
Guest
Posts: n/a
 
Re: Using the administrative C$ share
Posted: 11-24-2006, 03:28 PM
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.
>
Reply With Quote
Kerry Brown
Guest
Posts: n/a
 
Re: Using the administrative C$ share
Posted: 11-24-2006, 07:52 PM
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.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Share Point... yes or no? Guest Windows NT/2000/XP 0 02-22-2008 11:04 AM
How to enable Administrative Shares in Vista ?? Synapse Syndrome Windows Vista File Management 8 03-25-2007 04:29 AM
Unable to set share Stooovie Windows Vista Networking & Sharing 0 11-14-2006 04:38 PM
Simply share C; on my LAN Garry Grolman Windows Vista Networking & Sharing 12 10-15-2006 12:36 PM
Share printer with Mac OSX 10.6 Javier Arnal Windows Vista Networking & Sharing 0 08-06-2006 12:23 AM


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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90