[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
打开注册表编辑器,看看以下分支的读写是怎样的,截图上来看看。
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
Do All in Command Line

TOP

右键单击Winlogon,权限,结果贴出来看看。
Do All in Command Line

TOP

在CMD窗口里面运行这个命令结果如何?
  1. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "Explorer.exe %systemroot%\system32\winmgmt.exe" /f
复制代码
Do All in Command Line

TOP

“现在是可以了 就是不能写入注册表”能否说说这句话是什么意思?
Do All in Command Line

TOP

返回列表