Overview › Forums › Discussions › portable version? › Reply To: portable version?
August 24, 2020 at 10:31 am
#616
极客
Guest
Hi, this is the CMD, hope it helps.
;install
atgui.exe /l 9
atgui.exe /g Install
atservice.exe -i
net.exe start ATService
;uninstall
net.exe stop ATService
cmd.exe /c taskkill /f /t /im atgui.exe
cmd.exe /c taskkill /f /t /im atservice.exe
atservice.exe -u
atgui.exe /g Uninstall