I must to start Hamachi service hamachi-2.exe from VBScrypt. I write
strService = "C:\Program Files (x86)" & "\" & "LogMeIn Hamachi" & "\x64" & "\" & "hamachi-2.exe" & " -s" StartOrStopService "start", strService
But nothing is being done.
even I run
C:\Windows\System32>"C:\Program Files (x86)\LogMeIn Hamachi\x64\hamachi-2.exe" -s
and recieve this
09/28 17:08:30.988 [7224] cfg: checking config path... 09/28 17:08:31.015 [7224] cfg: get_sid(LOCAL_SERVICE), res: [S-1-5-19] 09/28 17:08:31.016 [7224] cfg: sid: [S-1-5-19] 09/28 17:08:31.017 [7224] cfg: get_reg_value() val: [C:\Windows\ServiceProfiles\ LocalService] 09/28 17:08:31.017 [7224] cfg: expand_env() val: [C:\Windows\ServiceProfiles\Loc alService] 09/28 17:08:31.018 [7224] cfg: found LocalService path, [C:\Windows\ServiceProfi les\LocalService\AppData\Local\LogMeIn Hamachi] 09/28 17:08:31.018 [7224] cfg: got config folder: [C:\Windows\ServiceProfiles\Lo calService\AppData\Local\LogMeIn Hamachi] 09/28 17:08:31.019 [7224] cfg: config is already in the folder of LocalService 09/28 17:08:31.019 [7224] cfg: check HKLM for EngineConfigDir 09/28 17:08:31.020 [7224] cfg: found EngineConfigDir in HKLM, [C:\Windows\Servic eProfiles\LocalService\AppData\Local\LogMeIn Hamachi] 09/28 17:08:31.020 [7224] win32_main: EngineConfigDir [C:\Windows\ServiceProfile s\LocalService\AppData\Local\LogMeIn Hamachi] 09/28 17:08:31.058 [7224] svc: exiting ..
What is it means? How I can run Hamachi Service at VBScrypt?