El recurso compartido de sesión nula no funciona en Windows 7

El recurso compartido de sesión nula no funciona en Windows 7

Tengo una computadora con Windows 7 SP 1 Ultimate (IP 192.168.11.100). necesito crear unCompartir sesión nula(llamadoWIA_RIS_SHARE) paraServidor Serv PXEpara poder instalar Windows XP a través de la red.

De acuerdo asus documentos, Yo he creado:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\NullSessionShares = "WIA_RIS_SHARE"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA\restrictanonymous = 0

lo he hecho en unWindows XP SP3(IP 192.168.11.2) y parece funcionar bien.

Así lo compruebo (desde otra computadora en la misma LAN):

C:\>net view \\192.168.11.2
Shared resources at \\192.168.11.2
Resource name           Type    Used ad Comments
-----------------------------------------------------------------------------
WIA_RIS_SHARE       Disk

Pero al comprobarlo en la máquina Win7:

C:\>net view \\192.168.11.100
System error 5.
Access denied.

Hasta donde yo sé, se supone que una sesión compartida nula debería permitir la navegación (enumeración) de recursos compartidos, por lo que creo que esta es una prueba adecuada.

¿Qué más podría necesitar hacer parahabilitar sesiones compartidas nulasen Windows 7?

Respuesta1

creo que no leísteDocumentación NSS de Servacorrectamente; por favor haga clic en "VENTANAS 7" capítulo.

Para NSS alojados en Windows 7 cuando los clientes son RISestos son los pasos mostrados:

1. Enabling Anonymous Logon:

   1. Run the Control Panel

   2. Navigate to:

   Network and Internet\Network and Sharing Center\Change advanced sharing settings\

   Select:

   Turn off password protected sharing

   3. Save changes and close the Control Panel.

2. Creating the Share:

    1. From File Explorer right click the TFTP root directory and select "Properties."

    2. Select the "Sharing" tab and click [Advanced Sharing...]

    3. Check "Share this folder", set "Share Name" = WIA_RIS_SHARE and click [Permissions]

    4. Remove all users/groups then add the user "Guest" with "Read" rights only and 
       click [OK] twice.

    5. Back at the Properties dialog now select the "Security" tab and click [Edit...]

    6. Click [Add..], enter the user "Guest" and click [OK]

    7. Selecting the user "Guest" at the "Group or user names:" pane edit its permissions 
       at the "Permissions for Guest" pane. Make sure you check the "Allow" column with 
       "Read & execute", "List folder contents" and, "Read" permissions, then click 
       [OK] twice.

En caso de que necesite crear un NSS para clientes (distintos de RIS) que requieren obligatoriamente dialectos más antiguos como “LANMAN1.0”, “LANMAN1.2”, etc., es posible que necesite pasos adicionales para habilitar esos dialectos en su host; es decir

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\NullSessionShares = "WIA_RIS_SHARE"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA\restrictanonymous = 0

En su caso, estos pasos adicionales no son necesarios ya que está iniciando clientes RIS...

información relacionada