CNAS取数仪器端升级
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

8 lignes
244B

  1. @echo off
  2. set ServicePath=%~dp0
  3. set ServicePath=%ServicePath:\=\\%
  4. echo 关闭服务
  5. net stop AutoSyncChecked
  6. net stop AutoSychronousService
  7. C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -u "%ServicePath%\CNAS_SyncService.exe"
  8. pause