for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 该内存不能为“read”

日期:2021-08-10 21:08:30 人气:1

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 该内存不能为“read”

原因:系统dll文件没有注册。

1、开始 - 运行输入CMD,点击确定或者按下键盘上的回车(Enter)键,打开管理员命令提示符窗口;

热门评论