Hice esta pregunta en StackOverflow pero no recibe mucha atención, pensé que sería mejor trasladarla aquí:
Soy nuevo en esto PowerShell
y estoy cansado de cambiar proxy settings
y proxy authentication
cada vez que voy a la universidad, ¿hay alguna manera de hacerlo usando los comandos de PowerShell, como usar el script de PowerShell para ingresar la dirección del proxy, el puerto y la autenticación? de usar las ventanas gráficas InternetOptions>Connections>LanSettings
(supongo que existen), en caso afirmativo, ¿cómo puedo hacerlo?
Busqué en la web y en StackOverflow, pero obtuve respuestas diferentes que no se dirigían a lo que quiero.
Respuesta1
Estas configuraciones están en el registro. Así es como se ven. Puedes cambiar los que necesites con Set-ItemProperty
.
[PS] C:\Windows\system32>cd HKCU:\"Software\Microsoft\Windows\CurrentVersion\Internet Settings"
[PS] HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings>Get-ItemProperty .
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settin
gs
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
PSChildName : Internet Settings
PSDrive : HKCU
PSProvider : Microsoft.PowerShell.Core\Registry
IE5_UA_Backup_Flag : 5.0
User Agent : Mozilla/4.0 (compatible; MSIE 8.0; Win32)
EmailName : User@
PrivDiscUiShown : 1
EnableHttp1_1 : 1
WarnOnIntranet : 1
MimeExclusionListForCache : multipart/mixed multipart/x-mixed-replace multipart/x-byteranges
AutoConfigProxy : wininet.dll
UseSchannelDirectly : {1, 0, 0, 0}
PrivacyAdvanced : 0
ProxyEnable : 0
EnableNegotiate : 1
MigrateProxy : 1
WarnOnPost : {1, 0, 0, 0}
UrlEncoding : 0
SecureProtocols : 2720
ZonesSecurityUpgrade : {246, 23, 219, 248, 142, 45, 207, 1}
DisableCachingOfSSLPages : 0
WarnonZoneCrossing : 0
CertificateRevocation : 1
ProxyHttp1.1 : 1
ProxyOverride : <-loopback>
EnableAutodial : 0
NoNetAutodial : 0
AutoConfigURL : http://not.disclosing.network.name:8080/hostedconfig/PAC/bunchastuff