cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i

相关文章:

  • 2022-01-15
  • 2021-07-21
  • 2021-07-31
  • 2021-08-09
  • 2021-06-16
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-06
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案