A desktop technician is configuring a Windows 11 workstation for a newly hired accountant. The technician needs to map a network share located at \\fileserver\finance to drive letter Z: using the Command Prompt. The drive mapping must automatically reconnect whenever the user logs into the system in the future. Which command should the technician execute to accomplish this task?
- net use Z: \\fileserver\finance /persistent:yesCevap
- Bnet share Z:=\\fileserver\finance /persistent:yes
- Cmount -t cifs \\fileserver\finance Z: -p
- Dnet user Z: \\fileserver\finance /reconnect
Cevap
net use Z: \\fileserver\finance /persistent:yes
The command 'net use Z: \\fileserver\finance /persistent:yes' correctly maps the designated UNC path to drive letter Z: and ensures the connection automatically re-establishes at subsequent logons via the /persistent:yes switch.
Adım Adım Çözüm
Anahtar Kavram
Windows Network Command-Line Utilities (net use)
Tahmini Süre:1m 0s