UTC: 2025-04-30 06:00
ye4241/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
https://github.com/wzdnzd/aggregator |
UTC: 2025-04-30 06:00
ye4241/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
[DllImport("wininet.dll")] | |
public static extern bool InternetSetOption(IntPtr hInternet, int dwOption, IntPtr lpBuffer, int dwBufferLength); | |
public const int INTERNET_OPTION_SETTINGS_CHANGED = 39; | |
public const int INTERNET_OPTION_REFRESH = 37; | |
static void setProxy(string proxyhost, bool proxyEnabled) | |
{ | |
const string userRoot = "HKEY_CURRENT_USER"; | |
const string subkey = "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"; |