Files
AnyDVDFabLicenseEmulator/stop.bat
2024-08-21 21:37:09 +05:30

6 lines
90 B
Batchfile

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