如何通过cmd命令去掉文件夹选项里面的“使用简单文件共享”
如题
[解决办法]
- BatchFile code
@echo offreg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v "forceguest" /t REG_DWORD /d 0 /f
发布时间: 2011-12-31 23:50:30 作者: rapoo
如何通过cmd命令去掉文件夹选项里面的“使用简单文件共享”
如题
[解决办法]
@echo offreg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v "forceguest" /t REG_DWORD /d 0 /f