Решение.
To solve this problem, try the following steps:
- Select the “Start” button, then type “cmd“.
- Right-click the “Command Prompt” option, then choose “Run as administrator“.
- Type “net use“, then press “Enter“.
- Look for any drives listed that may be questionable. In many cases where this problem occurs, the drive may not be assigned a letter. You’ll want to remove that drive.
- From the Command Prompt, type:
net use /delete \\servername\foldername
(where the servername\foldername is the drive that you wish to delete.)
In some extreme cases, you may want to simply use the command
net use * /delete
Комментариев нет:
Отправить комментарий