mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
35 lines
749 B
JSON
35 lines
749 B
JSON
{
|
|
"name": "env",
|
|
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
|
|
"set": [
|
|
{
|
|
"args": [
|
|
"http_proxy"
|
|
],
|
|
"surround": "\"",
|
|
"type": "variable"
|
|
}, {
|
|
"args": [
|
|
"https_proxy"
|
|
],
|
|
"surround": "\"",
|
|
"type": "variable"
|
|
}
|
|
],
|
|
"unset": [
|
|
{
|
|
"args": [
|
|
"http_proxy",
|
|
"[NullString]::Value"
|
|
],
|
|
"type": "variable"
|
|
}, {
|
|
"args": [
|
|
"https_proxy",
|
|
"[NullString]::Value"
|
|
],
|
|
"type": "variable"
|
|
}
|
|
]
|
|
}
|