Supportnet Computer
Planet of Tech

Supportnet / Forum / Windows2000

wie erstelle ich freigabe mit net use?





Frage

hi, ich möchte mit 3 verschiedenen benutzerkonten auf einen anderen pc zugreifen, auf dem es aber nur 1 benutzerkonto gibt, ohne jedesmal eine passwortabfrage zu erhalten.

Antwort 1 von gast77

Hallo
So stehts in der Hilfe:

NET USE [drive: | *] [\\computer\directory [password | ?]]
    [/SAVEPW:NO] [/YES] [/NO]
NET USE [port:] [\\computer\printer [password | ?]]
    [/SAVEPW:NO] [/YES] [/NO]

NET USE drive: | \\computer\directory /DELETE [/YES]
NET USE port: | \\computer\printer /DELETE [/YES]
NET USE * /DELETE [/YES]

NET USE drive: | * /HOME

  drive       Specifies the drive letter you assign to a
              shared directory.
  *           Specifies the next available drive letter.
              If used with /DELETE, specifies to
              disconnect all of your connections.
  port        Specifies the parallel (LPT) port name you
              assign to a shared printer.
  computer    Specifies the name of the computer sharing
              the resource.
  directory   Specifies the name of the shared directory.
  printer     Specifies the name of the shared printer.
  password    Specifies the password for the shared
              resource, if any.
  ?           Specifies that you want to be prompted for the
              password of the shared resource. You don't
              need to use this option unless the password is
              optional.
  /SAVEPW:NO  Specifies that the password you type
              should not be saved in your password-list
              file. You need to retype the password the
              next time you connect to this resource.
  /YES        Carries out the NET USE command without
              first prompting you to provide information or
              confirm actions.
  /DELETE     Breaks the specified connection to a shared
              resource.
  /NO         Carries out the NET USE command, responding
              with NO automatically when you are prompted
              to confirm actions.
  /HOME       Makes a connection to your HOME directory if
              one is specified in your LAN Manager or
              Windows NT user account.


In Deinem Fall etwa so:

net use f: \\entfernter_computer\freigegebenes_Verzeichnis passwort_der_Freigabe

viel Erfolg

Antwort 2 von ReneL

ja, dann ist aber nur das verzeichnis erreichbar und wenn ich einen anderen ordner haben will, oder c$ - dann muss ich ein pw eingeben...das will ich net...