为了增强 Windows 操作系统的安全性,我使用以下命令删除了管理共享。
net share C$ /delete
net share Z$ /delete
然后我再次用命令验证net share
以确保它不存在。
C:\>net share
There are no entries in the list.
C:\>
几个小时后,默认共享又恢复了
C:\> net share
Share name Resource Remark
-------------------------------------------------------------------------------
Z$ Z:\ Default share
C$ C:\ Default share
The command completed successfully.
C:\>
知道为什么会发生这种情况吗?
这是 Windows 上的标准行为吗?