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.
|
- @echo off
- set ServicePath=%~dp0
- set ServicePath=%ServicePath:\=\\%
- echo 关闭服务
- net stop AutoSyncChecked
- net stop AutoSychronousService
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -u "%ServicePath%\CNAS_SyncService.exe"
- pause
|