问题:
A . Run the net share C$=G:\ command.
B . Run the net use G: \\AppSrv\C$ command.
C . Browse to AppSrv in Windows Explorer, and map drive G to the C$ share.
D . Browse to AppSrv in My Network Places, and map drive G to the C$ share.
● 参考解析
The root of each volume on a hard disk is automatically shared, and the share name is the drive letter appended with a dollar sign ($). The appended dollar sign causes the share to be hidden. One method of mapping a share to a logical drive is to open the command prompt and type the command: NET USE devicename: \\computername\sharename. In this scenario, the command translates to the command: net use G:\\AppSrv\C$