禁用我的电脑打开后,显示共享文档这两个文件夹
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
@=""
做法:首先备份这个注册表,然后删除这个项目!
禁止自动运行 和 记录最近打开
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091
"NoRecentDocsHistory"=dword:00000001
把上面这个复制,保存为reg的后缀,双击以后,添加到注册表即可
禁止快速切换用户
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AllowMultipleTSSessions"=dword:00000000
把上面这个复制,保存为reg的后缀,双击以后,添加到注册表即可