mirror of
https://github.com/APIdumper/AnyDVDFabLicenseEmulator.git
synced 2026-04-17 21:53:13 +02:00
6 lines
90 B
Batchfile
6 lines
90 B
Batchfile
@echo off
|
|
taskkill /f /im node.exe*
|
|
setx http_proxy ""
|
|
setx https_proxy ""
|
|
exit /b 0
|