Files
DVDFabServerEmulator/stop.bat
Deja b8e22740e2 v1.1.2 (1)
General bug fixes. This update is recommended for everyone.
2024-08-22 14:33:12 +00:00

6 lines
92 B
Batchfile

@echo off
taskkill /f /im "node.exe*"
setx http_proxy ""
setx https_proxy ""
exit /b 0