steam_api.dll安装不上 运行后regsvr32 steam_api.dll提示错误
发布网友
发布时间:2022-04-26 05:43
我来回答
共1个回答
热心网友
时间:2022-06-24 07:42
在开始->运行(win+r)下输入命令:
cmd
/c
for
%i
in
(%windir%\system32\*.dll)
do
regsvr32.exe
/s
%i
cmd
/c
for
%i
in
(%windir%\system32\*.ocx)
do
regsvr32.exe
/s
%i
在
cmd
里面就只需要输入:
for
%i
in
(%windir%\system32\*.dll)
do
regsvr32.exe
/s
%i
for
%i
in
(%windir%\system32\*.ocx)
do
regsvr32.exe
/s
%i