<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>jonradio-multiple-themes</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/var/www/vhosts/ronmaliepaard.nl/httpdocs/blog/wp-includes/functions.php</b> on line <b>6131</b><br />
{"id":425,"date":"2014-06-10T07:31:33","date_gmt":"2014-06-10T06:31:33","guid":{"rendered":"http:\/\/www.ronmaliepaard.nl\/blog\/?p=425"},"modified":"2014-06-11T08:12:37","modified_gmt":"2014-06-11T07:12:37","slug":"how-to-enable-or-disable-proxy-using-a-batch-file","status":"publish","type":"post","link":"https:\/\/www.ronmaliepaard.nl\/blog\/how-to-enable-or-disable-proxy-using-a-batch-file\/","title":{"rendered":"How to Enable or Disable Proxy using a Batch File"},"content":{"rendered":"<h2 style=\"font-weight: bolder;\">\u00a0Tired of setting the proxy maually everytime you start your laptop?<\/h2>\n<p>&nbsp;<\/p>\n<table>\n<tbody>\n<tr>\n<td><a href=\"http:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy1.jpg\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-442\" src=\"http:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy1.jpg\" alt=\"Proxy1\" width=\"80%\" height=\"80%\" srcset=\"https:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy1.jpg 422w, https:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy1-234x300.jpg 234w\" sizes=\"(max-width: 422px) 100vw, 422px\" \/><\/a><\/td>\n<td><img decoding=\"async\" class=\"aligncenter size-full wp-image-441\" src=\"http:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy2.jpg\" alt=\"Proxy2\" width=\"80%\" height=\"80%\" srcset=\"https:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy2.jpg 391w, https:\/\/www.ronmaliepaard.nl\/blog\/wp-content\/uploads\/2014\/06\/Proxy2-300x263.jpg 300w\" sizes=\"(max-width: 391px) 100vw, 391px\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>Create a Batch File like Proxy.Bat with contents:<\/p>\n<p>reg add &#8220;[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]<br \/>&#8221; \/v ProxyEnable \/t REG_DWORD \/d &#8220;0&#8221; \/f<\/p>\n<p>0=disable the proxy<br \/>1=enable the proxy<\/p>\n<p><\/p>\n<h3>Command to enable proxy usage:<\/h3>\n<pre><code>reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^\r\n    \/v ProxyEnable \/t REG_DWORD \/d 1 \/f\r\n<\/code><\/pre>\n<h3>Command to disable proxy usage:<\/h3>\n<pre><code>reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^\r\n    \/v ProxyEnable \/t REG_DWORD \/d 0 \/f\r\n<\/code><\/pre>\n<h3>Command to change the proxy address:<\/h3>\n<pre><code>reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^\r\n    \/v ProxyServer \/t REG_SZ \/d proxyserveraddress:proxyport \/f<\/code><\/pre>\n<h3>Command to enable proxy usage + to set\/change the proxy address:<\/h3>\n<pre>reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^\r\n \/v ProxyEnable \/t REG_DWORD \/d 1 \/f\r\nreg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^\r\n \/v ProxyServer \/t REG_SZ \/d proxy-eudtc1.ballastham.com:8080 \/f<\/pre>\n<h3>\u00a0<\/h3>\n<p>&nbsp;<\/p>\n<h3><strong>Vista\/7\/2008<\/strong><\/h3>\n<div><em>netsh winhttp set proxy {proxyservername}:{portnumber}<\/em><\/div>\n<div>\u00a0<\/div>\n<div>Removing a configured proxy can be done by using the following commands depending on your target operating system:<\/div>\n<div>\u00a0<\/div>\n<h3><strong>XP\/2003<\/strong><\/h3>\n<div><em>proxycfg -d<\/em><\/div>\n<div>\u00a0<\/div>\n<h3><strong>Vista\/7\/2008<\/strong><\/h3>\n<div><em>netsh winhttp reset proxy<\/em><\/div>\n<p><em>\u00a0<\/em><\/p>\n<pre>\u00a0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0Tired of setting the proxy maually everytime you start your laptop? &nbsp; &nbsp; Create a Batch File like Proxy.Bat with contents: reg add &#8220;[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]&#8221; \/v ProxyEnable \/t REG_DWORD \/d &#8220;0&#8221; \/f 0=disable the proxy1=enable the proxy Command to enable proxy usage: reg add &#8220;HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings&#8221; ^ \/v ProxyEnable \/t REG_DWORD \/d 1 \/f Command to disable proxy usage: reg add &#8220;HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings&#8221; ^ \/v ProxyEnable \/t REG_DWORD \/d 0 \/f Command to change the proxy address: reg add &#8220;HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/www.ronmaliepaard.nl\/blog\/how-to-enable-or-disable-proxy-using-a-batch-file\/\"> Lees Meer<span class=\"screen-reader-text\">  Lees Meer<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_uag_custom_page_level_css":"","footnotes":""},"categories":[4],"tags":[],"post_folder":[128],"class_list":["post-425","post","type-post","status-publish","format-standard","hentry","category-tips-tricks"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"post-thumbnail":false,"nisarg-full-width":false,"wpsso-schema-1x1":false,"wpsso-schema-4x3":false,"wpsso-schema-16x9":false,"wpsso-thumbnail":false,"wpsso-opengraph":false,"wpsso-tc-summary":false,"wpsso-tc-lrgimg":false},"uagb_author_info":{"display_name":"maliepro","author_link":"https:\/\/www.ronmaliepaard.nl\/blog\/author\/maliepro\/"},"uagb_comment_info":0,"uagb_excerpt":"\u00a0Tired of setting the proxy maually everytime you start your laptop? &nbsp; &nbsp; Create a Batch File like Proxy.Bat with contents: reg add &#8220;[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]&#8221; \/v ProxyEnable \/t REG_DWORD \/d &#8220;0&#8221; \/f 0=disable the proxy1=enable the proxy Command to enable proxy usage: reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\" ^ \/v ProxyEnable \/t REG_DWORD \/d 1 \/f Command&hellip;","_links":{"self":[{"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/posts\/425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/comments?post=425"}],"version-history":[{"count":0,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/posts\/425\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/media?parent=425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/categories?post=425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/tags?post=425"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/www.ronmaliepaard.nl\/blog\/wp-json\/wp\/v2\/post_folder?post=425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}