公告板
版本库
filestore
活动
搜索
登录
main
/
M071
领胜LDS 键盘AOI检测项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1. gocator添加重试和清理缓存操作 2. gts板卡调整监听频率 3. 记录产品数据使用filsstream避免程序崩溃影响
patrick.xu
2021-01-25
e69865a1a3739740201bac8782b721da35d49923
[M071.git]
/
src
/
AuthorityService
/
卸载服务.bat
1
2
3
4
5
6
7
8
9
10
11
@echo off
set /p var=ÊÇ·ñÒªÐ¶ÔØ ¼ÓÃܹ·¼ì²â ·þÎñ(Y/N):
if "%var%" == "y" (goto uninstall) else (goto batexit)
:uninstall
call sc stop "AuthorityService"
call sc delete "AuthorityService"
pause
:batexit
exit