Browsing the archives for the 操作系统 tag

循环注册system32下所有dll

in 服务器与主机管理

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

2 Comments