You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to change the Proxy in internet settings on Windows 7 but am getting the following error.
Ive tried a few different libraries as well as use childProcess to run it but no luck. It works fine when I just run the command in CMD, but when running through node, I havent had any luck? ideas?
command failed reg add /? for usage - invalid key name
Im trying to change the Proxy in internet settings on Windows 7 but am getting the following error.
Ive tried a few different libraries as well as use childProcess to run it but no luck. It works fine when I just run the command in CMD, but when running through node, I havent had any luck? ideas?
command failed reg add /? for usage - invalid key name
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d 192.168.1.1:8080 /f
*note proxy is fake in this example
The text was updated successfully, but these errors were encountered: