解决办法:
- 方法1. 设置】-【个性化】-【锁屏界面】-关闭【在登陆界面上显示锁屏界面界面背景图片】
- 方法2. 修改文件权限,批处理代码:
if exist "%SystemRoot%\System32\InputMethod\CHS\ChsIME.exe" (
TAKEOWN /F "%SystemRoot%\System32\InputMethod\CHS\ChsIME.exe"
icacls "%SystemRoot%\System32\InputMethod\CHS\ChsIME.exe" /deny "NT AUTHORITY\SYSTEM:RX"
) - 试过方法2,没起作用,在百度经验看到删除整个CHS目录,先记录待确认是否有效。
打开C:\Windows\System32\InputMethod目录,将下面的CHS目录完全删除。
http://jingyan.baidu.com/article/03b2f78c06bddb5ea237ae88.html
http://answers.microsoft.com/zh-hans/windows/forum/windows_10-security/win10%e6%9b%b4%e6%96%b0%e4%ba%86%e6%9c%80%e6%96%b0/418841c3-a79c-4f55-be30-6195f3ebe232?page=4