added self making Sfx auto agent installers. scripts .sh and .cmd to to get everything installed quicker.

taking the initial 5 step or more process to take over remote computer to one. a temporary fix to get more in line with other remote support like software. added some scripts linux & windows to quickly setup the whole system on your server.
This commit is contained in:
techno-express
2018-01-12 00:13:18 -05:00
parent 665165ebb1
commit e29ac0e29d
14 changed files with 354 additions and 49 deletions

8
sfx/meshuninstall.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS_bit=x86 || set OS_bit=x64
if %OS_bit%=="x86" (
rename MeshService.exe meshagent.exe
) else (
rename MeshService64.exe meshagent.exe
)
meshagent.exe -fulluninstall