露隐叶月黑猫 露隐叶月黑猫
我的需要是被需要
关注数: 5 粉丝数: 847 发帖数: 34,948 关注贴吧数: 140
20171026通过批处理一键禁止启动大公司全家桶 最新的问题是需要放tp. 作者目前失踪于是我自己改了下 如下: @echo off cd /d %~dp0 set /p input=请输入1(禁用)或2(恢复): if "%input%"=="1" goto A if "%input%"=="2" goto B pause exit :A echo 禁用全家桶 icacls components/tclsqmfix/TclsQmFix.exe /deny Everyone:(S,X) icacls TP3Helper.exe /deny Everyone:(S,X) icacls TCLS/TenProtect/TP/TPHelper/TPHelper.exe /deny Everyone:(S,X) icacls TCLS/TenProtect/TP/TPHelper/TPWeb.exe /deny Everyone:(S,X) icacls start/TenProtect/TenSafe.exe /deny Everyone:(S,X) icacls TCLS/AdvertDialog.exe /deny Everyone:(S,X) icacls TCLS/AdvertTips.exe /deny Everyone:(S,X) icacls TCLS/BackgroundDownloader.exe /deny Everyone:(S,X) icacls TCLS/TPSvc.exe /deny Everyone:(S,X) icacls start/Cross/Apps/DNFTips/DNFTips.dll /deny Everyone:(S,X) icacls start\Cross\Apps\DNFAD\DNFADApp.dll /deny Everyone:(S,X) icacls start\Cross\Apps\DNFAD\GameDataPlatformClient.dll /deny Everyone:(S,X) icacls start\Cross\Apps\DNFAD\res.vfs /deny Everyone:(S,X) pause exit :B echo 恢复全家桶 icacls components/tclsqmfix/TclsQmFix.exe /reset icacls GameLoader.exe /reset icacls TP3Helper.exe /reset icacls TCLS/TenProtect/TP /reset icacls TCLS/TenProtect/TP/TPHelper/TPHelper.exe /reset icacls TCLS/TenProtect/TP/TPHelper/TPWeb.exe /reset icacls start/TenProtect/TenSafe.exe /reset icacls TCLS/AdvertDialog.exe /reset icacls TCLS/AdvertTips.exe /reset icacls TCLS/BackgroundDownloader.exe /reset icacls TCLS/TPSvc.exe /reset icacls TCLS/TenProtect/TenSafe.exe /reset icacls start/Cross/Apps/DNFTips/DNFTips.dll /reset icacls start\Cross\Apps\DNFAD\DNFADApp.dll /reset icacls start\Cross\Apps\DNFAD\GameDataPlatformClient.dll /reset icacls start\Cross\Apps\DNFAD\res.vfs /reset pause exit 原帖http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fbbs.colg.cn%2Fthread-4554753-1-1.html&urlrefer=cfe0bf78d2d1fef5f4924768e3fb80c4
首页 1 2 下一页