<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>remidian.com &#187; windows</title>
	<atom:link href="http://remidian.com/category/misc-2/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://remidian.com</link>
	<description>Braindumps of Remi Visser, freelance Oracle DBA.</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:56:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows handies</title>
		<link>http://remidian.com/misc-2/windows/windows-handies.html</link>
		<comments>http://remidian.com/misc-2/windows/windows-handies.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 21:01:19 +0000</pubDate>
		<dc:creator>remivisser</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://remidian.com/misc/windows/windows-handies.html</guid>
		<description><![CDATA[Windows handies Change internet proxy acces using .reg file Since I&#8217;m on/off different virtual private networks I need to change my internet proxy server (Internet Explorer -> Tools -> Internet Options : Connections : Lan Settings : Proxy Server) every time I switch vpn&#8217;s. I don&#8217;t have RSI and I like to keep it that [...]]]></description>
			<content:encoded><![CDATA[<p>Windows handies<span id="more-57"></span></p>
<h3>
Change internet proxy acces using .reg file<br />
</h3>
<p>
Since I&#8217;m on/off different virtual private networks I need to change my internet proxy server (Internet Explorer -> Tools -> Internet Options : Connections : Lan Settings : Proxy Server) every time I switch vpn&#8217;s. I don&#8217;t have RSI and I like to keep it that way. The .reg file below does the trick. (I needed to change <code>Regedit4</code> into <code>Windows Registry Editor Version 5.00</code>). Got it from <a target="_blank" class="link-dest-external" href="http://support.microsoft.com/kb/819961">this Microsoft KB article</a>.
</p>
</p>
<h6>setproxy.reg</h6>
<pre>
Windows Registry Editor Version 5.00
&nbsp;
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]
&quot;MigrateProxy&quot;=dword:00000001
&quot;ProxyEnable&quot;=dword:00000001
&quot;ProxyHttp1.1&quot;=dword:00000000
&quot;ProxyServer&quot;=&quot;&lt;proxyserveruri&gt;:&lt;proxyserverport&gt;&quot;
&quot;ProxyOverride&quot;=&quot;*.local;*.localhost;&lt;local&gt;&quot;
&nbsp;
</pre>
<h3>
Silent load of registry (.reg) file.<br />
</h3>
<p>
To avoid the anoying popups when double clicking a registry file the registry file can be loaded with the <code>regedit</code> utility silently. Syntax is <code>&#039;regedit /s &lt;registryfile&gt;</code>.
</p>
<pre>
C:\\bin\\EXE\\vpn&gt;setproxy.cmd
&nbsp;
C:\\bin\\EXE\\vpn&gt;regedit /s C:\\bin\\EXE\\vpn\\setproxy.reg
&nbsp;
C:\\bin\\EXE\\vpn&gt;
</pre>
<h3>Registry Key Locations</h3>
<p>
Some registry key locations (for manual removal of windows services, startup programs).
</p>
<pre>
Windows Services (c:\\WINDOWS\\system32\\services.msc)
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services
&nbsp;
Startup Commands, MSConfig Startup tab (C:\\WINDOWS\\system32\\dllcache\\msconfig.exe)
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
&nbsp;
</pre>
<h3>shutdown</h3>
<p>
Shutdown acn be done with the shutdown.exe (C:\\WINDOWS\\system32\\shutdown.exe).
</p>
<pre>
C:\\&gt;rem Reboot
&nbsp;
C:\\&gt;C:\WINDOWS\\system32\\shutdown /r
&nbsp;
C:\\&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://remidian.com/misc-2/windows/windows-handies.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standalone Internet Explorer 7 install</title>
		<link>http://remidian.com/misc-2/windows/standalone-internet-explorer-7-install.html</link>
		<comments>http://remidian.com/misc-2/windows/standalone-internet-explorer-7-install.html#comments</comments>
		<pubDate>Wed, 22 Aug 2007 11:13:45 +0000</pubDate>
		<dc:creator>remivisser</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://remidian.com/misc/windows/sstandalone-internet-explorer-7-install.html</guid>
		<description><![CDATA[Run Internet Explorer 7 standalone (without touching existing IE6 install). Works like a charm! Read the details here; http://tredosoft.com/IE7_standalone &#160; C:\\Program Files\\Internet Explorer 7&#62;IE7-WindowsXP-x86-enu.exe /x &#160; C:\\Program Files\\Internet Explorer 7&#62; C:\\Program Files\\Internet Explorer 7&#62;update\\xmllitesetup.exe Multiple IE installs (> v3) Didn&#8217;t yet try the installer option below: http://tredosoft.com/Multiple_IE]]></description>
			<content:encoded><![CDATA[<p>Run Internet Explorer 7 standalone (without touching existing IE6 install).<span id="more-51"></span></p>
<p>
Works like a charm! Read the details here; <a target="_blank" class="link-dest-external" href="http://tredosoft.com/IE7_standalone">http://tredosoft.com/IE7_standalone</a>
</p>
<pre>
&nbsp;
C:\\Program Files\\Internet Explorer 7&gt;IE7-WindowsXP-x86-enu.exe /x
&nbsp;
C:\\Program Files\\Internet Explorer 7&gt;
C:\\Program Files\\Internet Explorer 7&gt;update\\xmllitesetup.exe
</pre>
<div style="clear:both"></div>
<h3>Multiple IE installs (> v3)</h3>
<p>
Didn&#8217;t yet try the installer option below:<br />
<a target="_blank" class="link-dest-external" href="http://tredosoft.com/Multiple_IE"></p>
<p>http://tredosoft.com/Multiple_IE</p>
<p>
<img src="http://tredosoft.com/files/multi-ie/setup1.png" alt="" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://remidian.com/misc-2/windows/standalone-internet-explorer-7-install.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>net use: map network share</title>
		<link>http://remidian.com/misc-2/windows/net-use-map-network-share.html</link>
		<comments>http://remidian.com/misc-2/windows/net-use-map-network-share.html#comments</comments>
		<pubDate>Wed, 17 Jan 2007 18:28:51 +0000</pubDate>
		<dc:creator>remivisser</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://remidian.com/windows/net-use-map-network-share.html</guid>
		<description><![CDATA[To map a network share issue command below: Define a network share net use &#60;drive&#62;: \\\\&#60;servername&#62;\\&#60;directoryname&#62; /user:&#60;domain&#62;\\&#60;username&#62; &#60;password&#62; Remove a network share net use &#60;drive&#62;: /delete]]></description>
			<content:encoded><![CDATA[<p>To map a network share issue command below:<span id="more-37"></span></p>
<h6>Define a network share</h6>
<pre>
net use &lt;drive&gt;: \\\\&lt;servername&gt;\\&lt;directoryname&gt; /user:&lt;domain&gt;\\&lt;username&gt; &lt;password&gt;
</pre>
<h6>Remove a network share</h6>
<pre>
net use &lt;drive&gt;: /delete
</pre>
]]></content:encoded>
			<wfw:commentRss>http://remidian.com/misc-2/windows/net-use-map-network-share.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

