From 6649830112e1841713f3f2d5e2713f2532af926d Mon Sep 17 00:00:00 2001 From: iotcat Date: Sun, 9 Feb 2020 13:56:46 +0000 Subject: [PATCH] f --- bin/fix.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fix.bat b/bin/fix.bat index 77a2341..cf0e17d 100644 --- a/bin/fix.bat +++ b/bin/fix.bat @@ -52,7 +52,7 @@ call %lib%\reg\set_path.bat>nul copy /y %src%\dist\check.vbs "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\ushioCK.vbs" echo Start service.. -wscript %src%\dist\startup.vbs -wscript "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\ushioCK.vbs" +start %src%\dist\startup.vbs +start %src%\dist\check.vbs rd /S /Q %temp%\ushio-win-systemd-master>nul \ No newline at end of file