//去掉简单文件共享
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"forceguest"=dword:00000000
C:\>net user
User accounts for \\xx
-------------------------------------------------------------------------------
Administrator Guest
HelpAssistant SUPPORT_388945a0
The command completed successfully.
C:\>net localgroup administrators HelpAssistant /add
The command completed successfully.
C:\>net user HelpAssistant /active:yes
The command completed successfully.
C:\>net user HelpAssistant xxx
The command completed successfully.
本文详细介绍了如何在本地机器上禁用简单文件共享,并通过命令行工具netuser和netlocalgroup实现特定用户的管理员权限设置,确保系统的安全性。
537

被折叠的 条评论
为什么被折叠?



