header bg

Scan QR code or get instant email to install app

Question:

You're using a Windows PC and have the Command Prompt open. You suspect that a user is improperly accessing files in the docs shared folder. On the Windows computer, the D:\userfiles folder is shared as docs. Which command will block the sharing of this folder immediately?

A net share docs /delete
explanation

The net share command is used to share and stop sharing folders on a network. To share a folder, use the syntax net share =:. Use net share /delete to cancel sharing. To create and delete shares, you must be using the Command Prompt as an administrator.

Related Information