A Windows Vista forum. Vista Banter

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.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Networking with Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing)

Accessing Vista drives by c$, d$ from Windows XP fails



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 22nd 07, 04:46 PM posted to microsoft.public.windows.vista.networking_sharing
Alexandru Gherman
external usenet poster
 
Posts: 2
Default Accessing Vista drives by c$, d$ from Windows XP fails

Hi!

I cannot access a Vista machine drive by the default admin share c$, d$ from the Windows XP.
I can reach the pop-up screen for password, I entered the correct username and password ( a user member of the Administrators group ) but the logon keeps popping as if the authentication fails.

Is there an additional registry security setting required on the Vista Machine ? Or some Local Security policy ? It is a Windows Vista Ultimate.
  #2 (permalink)  
Old March 23rd 07, 03:31 AM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default Accessing Vista drives by c$, d$ from Windows XP fails

The administrative sharing has been changed. This post may help,

Vista issuesBy default, Vista administrative shares e.g. C$, D$) are not shared by default for security reasons. You should create your own shares to share your drives ...
http;//www.chicagotech.net/vista/vistanetissues.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Alexandru Gherman" wrote in message ...
Hi!

I cannot access a Vista machine drive by the default admin share c$, d$ from the Windows XP.
I can reach the pop-up screen for password, I entered the correct username and password ( a user member of the Administrators group ) but the logon keeps popping as if the authentication fails.

Is there an additional registry security setting required on the Vista Machine ? Or some Local Security policy ? It is a Windows Vista Ultimate.
  #3 (permalink)  
Old March 23rd 07, 10:36 AM posted to microsoft.public.windows.vista.networking_sharing
Dave R.
external usenet poster
 
Posts: 205
Default Accessing Vista drives by c$, d$ from Windows XP fails


"Robert L [MVP - Networking]" wrote in message
...
"Alexandru Gherman" wrote in message
...
Hi!

I cannot access a Vista machine drive by the default admin share
c$, d$ from the Windows XP.
I can reach the pop-up screen for password, I entered the correct
username and password ( a user member of the Administrators group )
but the logon keeps popping as if the authentication fails.

Is there an additional registry security setting required on the
Vista Machine ? Or some Local Security policy ? It is a Windows Vista
Ultimate.


The administrative sharing has been changed. This post may help,


Vista issues By default, Vista administrative shares e.g. C$, D$) are
not shared by default for security reasons. You should create your own
shares to share your drives ...
http;//www.chicagotech.net/vista/vistanetissues.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com



Actually, the admin shares are there, but by default Windows Vista
prevents local administrators from using their administrator powers over
the network. This results in the inability to remotely administer a
computer using filesharing and tools that use similar technology (such
as the computer manager MMC snap-in and the
administrative shares, such as C$). However, this DOES NOT affect Remote
Desktop in any way. Also, domain-level admins are not affected.

For example: you have an admin account set up on VISTAMACHINE, and log
in to VISTAMACHINE from your other computer XPMACHINE via the network
(net use or whatnot), and try to access VISTAMACHINE's administrative
share C$. Technically you have access to that share; however, due to the
token filtering, you are returned access denied, since the system is
ignoring the fact that you are an administrator.

Although it's probably better to explicitly set up new shares with the
desired security restrictions, you can allow administrators local to a
computer to use their administrator powers when accessing the Vista
computer remotely by following these steps:

- Click start
- Type: regedit
- Press enter
- In the left, browse to the following folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\system\
- Right-click a blank area in the right pane
- Click New
- Click DWORD Value
- Type: LocalAccountTokenFilterPolicy
- Double-click the item you just created
- Type 1 into the box
- Click OK
- Restart your computer

Regards,

Dave


  #4 (permalink)  
Old March 24th 07, 03:02 AM posted to microsoft.public.windows.vista.networking_sharing
...winston
external usenet poster
 
Posts: 535
Default Accessing Vista drives by c$, d$ from Windows XP fails

Robert,
I was interested in reading your link but it is pointing to another solution
not admin shares..reprinted below for your verification.

"By default, Vista administrative shares e.g. C$, D$) are not shared by
default for security reasons. You should create your own shares to share
your drives ...
http://www.chicagotech.net/netforums...9ba6de420dabc8
"

Thanks for the great site and consolidating a miriad of issues in one
repository.

..winston

"Robert L [MVP - Networking]" wrote in message
...
The administrative sharing has been changed. This post may help,

Vista issuesBy default, Vista administrative shares e.g. C$, D$) are not
shared by default for security reasons. You should create your own shares to
share your drives ...
http;//www.chicagotech.net/vista/vistanetissues.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"Alexandru Gherman" wrote in message
...
Hi!

I cannot access a Vista machine drive by the default admin share c$, d$
from the Windows XP.
I can reach the pop-up screen for password, I entered the correct username
and password ( a user member of the Administrators group ) but the logon
keeps popping as if the authentication fails.

Is there an additional registry security setting required on the Vista
Machine ? Or some Local Security policy ? It is a Windows Vista Ultimate.

  #5 (permalink)  
Old March 24th 07, 05:40 PM posted to microsoft.public.windows.vista.networking_sharing
Alexandru Gherman
external usenet poster
 
Posts: 2
Default Accessing Vista drives by c$, d$ from Windows XP fails

Thank you very much !
So when the computer is in a domain, the Domain Admins are not affected by this ?

Kind regards,
Alex
  #6 (permalink)  
Old March 26th 07, 01:42 PM posted to microsoft.public.windows.vista.networking_sharing
Dave R.
external usenet poster
 
Posts: 205
Default Accessing Vista drives by c$, d$ from Windows XP fails


"Alexandru Gherman" wrote in message
...
Thank you very much !
So when the computer is in a domain, the Domain Admins are not
affected by this ?


That is my understanding, although I've not tested it.

Regards,

Dave


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.