<?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>jernstrom.org &#187; Windows</title>
	<atom:link href="http://jernstrom.org/site/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://jernstrom.org/site</link>
	<description>Random stuff</description>
	<lastBuildDate>Wed, 03 Feb 2010 00:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to run a DotNet Framework 2.0 Application from a Network Share</title>
		<link>http://jernstrom.org/site/2010/02/how-to-run-a-dotnet-framework-2-0-application-from-a-network-share/</link>
		<comments>http://jernstrom.org/site/2010/02/how-to-run-a-dotnet-framework-2-0-application-from-a-network-share/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:56:00 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/2010/02/how-to-run-a-dotnet-framework-2-0-application-from-a-network-share/</guid>
		<description><![CDATA[Running a DotNet Framework 2.0 from a network share or an UNC path just plain doesn’t work. You get an error message such as the the one to the right. I pretty much never thought much of it, because in some mysterious way I never encountered a situation where this might be an actual problem. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jernstrom.org/site/wp-content/2010/02/admodify1.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="admodify" border="0" alt="admodify" align="right" src="http://jernstrom.org/site/wp-content/2010/02/admodify_thumb1.png" width="277" height="148" /></a></p>
<p>Running a DotNet Framework 2.0 from a network share or an UNC path just plain doesn’t work. You get an error message such as the the one to the right. </p>
<p>I pretty much never thought much of it, because in some mysterious way I never encountered a situation where this might be an actual problem. Well. A couple a weeks ago a customer hit into this problem, and for a reason or another they really needed to run their application (not admodify.net!) from a network share. </p>
<p>Here’s a couple of links on the issue and remedy:</p>
<p><a href="http://support.microsoft.com/kb/320268">http://support.microsoft.com/kb/320268</a>     <br /><a href="http://msdn.microsoft.com/en-us/library/a0ke3k86(VS.71).aspx">http://msdn.microsoft.com/en-us/library/a0ke3k86(VS.71).aspx</a></p>
<p>However, for the brave one, here’s an example wildcard solution. Run it from a CMD prompt from within C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</p>
<pre lang="cmd">caspol -m -ag 1 -url "file://\\*" FullTrust -exclusive on</pre>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2010/02/how-to-run-a-dotnet-framework-2-0-application-from-a-network-share/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Visual Effects in Windows 2003/XP</title>
		<link>http://jernstrom.org/site/2009/10/visual-effects-in-windows-2003xp/</link>
		<comments>http://jernstrom.org/site/2009/10/visual-effects-in-windows-2003xp/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:55:31 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Kinda Virtual]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[jernstrom.org]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/2009/10/visual-effects-in-windows-2003xp/</guid>
		<description><![CDATA[This yet another dump of old stuff Over the years there have been a lot of talk about tuning the Visual Effects settings in a Terminal Server environment, more recently the same talk in XP VDI scenarios. I guess I never quite understood the fuzz, except that the common suggestion of VisualFXSetting&#8221;= (your preference) doesn’t [...]]]></description>
			<content:encoded><![CDATA[<p>This yet another dump of old stuff <img src='http://jernstrom.org/site/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Over the years there have been a lot of talk about tuning the Visual Effects settings in a Terminal Server environment, more recently the same talk in XP VDI scenarios. I guess I never quite understood the fuzz, except that the common suggestion of VisualFXSetting&#8221;= (your preference) doesn’t really do anything</p>
<p>For clarification, this is what I’m talking about:</p>
<p>My Computer | Properties | Advanced<br />
-&gt; Performance | Settings | Visual Effects</p>
<p>Here’s a deliverable for some customer some time ago.<br />
Oh yeah, it&#8217;s not my batch. I found the batch when I resarched the matter. I made slight modifications to meet the demand.  All credit to the original author.</p>
<div id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:5e083f5f-ff8a-4e40-8e83-1c295abadf59" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">
<p><a href="http://jernstrom.org/site/wp-content/2009/10/VisualEffects2.zip">VisualEffects.zip</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2009/10/visual-effects-in-windows-2003xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citrix License Server 11.5 WMI Fix</title>
		<link>http://jernstrom.org/site/2009/01/citrix-license-server-115-wmi-fix/</link>
		<comments>http://jernstrom.org/site/2009/01/citrix-license-server-115-wmi-fix/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:11:43 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Kinda Virtual]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/2009/01/citrix-license-server-115-wmi-fix/</guid>
		<description><![CDATA[Did you know that Citrix was originally supposed to be Citrus? Well, the name was already taken but that didn’t hinder them from, eventually, turning into sour. Anyhow that’s not the topic here. Broken WMI is, and that overlay product on top of TS/RDS commonly referred to as Citrix.&#160; //Update Found an official Citrix article [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="citrus" border="0" alt="citrus" align="right" src="http://jernstrom.org/site/wp-content/2009/02/citrus.jpg" width="98" height="116" />Did you know that Citrix was originally supposed to be Citrus? Well, the name was already taken but that didn’t hinder them from, eventually, turning into sour. Anyhow that’s not the topic here. Broken WMI is, and that overlay product on top of TS/RDS commonly referred to as Citrix.&#160; </p>
<p>//Update    <br />Found an official Citrix article (<a href="http://support.citrix.com/article/ctx119767">ctx119767</a>)&#160; So now I might just go ahead and WMI myself silly <img src='http://jernstrom.org/site/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Original reference from <a href="http://forums.citrix.com/thread.jspa?threadID=238096&amp;tstart=135">Citrix Forums</a>, courtesy of all.</p>
<p>Here’s some sample code (totals)&#160; –&gt; <a href="http://jernstrom.org/site/wp-content/2009/01/citrixlicensestatus.zip">CitrixLicenseStatus</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2009/01/citrix-license-server-115-wmi-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://jernstrom.org/site/2009/01/windows-7/</link>
		<comments>http://jernstrom.org/site/2009/01/windows-7/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:04:35 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/2009/01/windows-7/</guid>
		<description><![CDATA[Vista never was anything but the reincarnation of the Windows ME fiasco. Windows 2008 (Vista ME, Server Edition) also took the hit, scarcely deployed and whenever possible discarded in favor of Windows 2003 R2. That said. Again and again I find myself in the loosing minority, killer features never taking off, I killed a duck. [...]]]></description>
			<content:encoded><![CDATA[<p>Vista never was anything but the reincarnation of the Windows ME fiasco.</p>
<p>Windows 2008 (Vista ME, Server Edition) also took the hit, scarcely deployed and whenever possible discarded in favor of Windows 2003 R2.</p>
<p>That said. Again and again I find myself in the loosing minority, killer features never taking off, I killed a duck.</p>
<p>On the client side Seven beta is a no-brainer replacement of Vista ME (in corporate land – stay on XP, wait for 7). On the server side I wish that 2008 R2 can reinstate some trust so that we can move on.</p>
<p> </p>
<p>  <a href="http://jernstrom.org/site/wp-content/2009/01/seven_large.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="seven" src="http://jernstrom.org/site/wp-content/2009/01/seven.jpg" border="0" alt="seven" width="244" height="154" /></a></p>
<p>ps. UAC is nowhere near reality. B1 sidebar replaced with pre-beta 6801 ditto, readily available <a href="http://forums.mydigitallife.info/showthread.php?t=3756">elsewhere</a>. x64 4801 backport is nowhere in the wild afaik.</p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2009/01/windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CHM (HTML Help) file annoyance</title>
		<link>http://jernstrom.org/site/2008/04/chm-html-help-file-annoyance/</link>
		<comments>http://jernstrom.org/site/2008/04/chm-html-help-file-annoyance/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 21:29:58 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=220</guid>
		<description><![CDATA[Aside of the NTFS alternate data stream manipulation (aka. blocked content) that can be circumvented by GPO User ConfigurationAdministrative TemplatesWindows ComponentsAttachment Manager there is the issue with CHM files over the network. See http://support.microsoft.com/kb/896358 REGEDIT4 &#91;HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp&#93; &#91;HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xHHRestrictions&#93; &#34;MaxAllowedZone&#34;=dword:00000001 &#34;EnableFrameNavigationInSafeMode&#34;=dword:00000001 &#160; &#91;HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xItssRestrictions&#93; &#34;MaxAllowedZone&#34;=dword:00000001]]></description>
			<content:encoded><![CDATA[<p>Aside of the NTFS alternate data stream manipulation (aka. blocked content) that can be circumvented by GPO<br />
<strong>User ConfigurationAdministrative TemplatesWindows ComponentsAttachment Manager</strong> there is the issue with CHM files over the network.</p>
<p>See <a href="http://support.microsoft.com/kb/896358" target="_blank">http://support.microsoft.com/kb/896358</a></p>
<div class="geshi no reg">
<div class="head">REGEDIT4</div>
<ol>
<li class="li1">
<div class="de1"><span class="br0">&#91;</span>HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#91;</span>HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xHHRestrictions<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&quot;<span class="geshi_variable">MaxAllowedZone</span>&quot;=<span class="kw2">dword:00000001</span></div>
</li>
<li class="li1">
<div class="de1">&quot;<span class="geshi_variable">EnableFrameNavigationInSafeMode</span>&quot;=<span class="kw2">dword:00000001</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#91;</span>HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xItssRestrictions<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&quot;<span class="geshi_variable">MaxAllowedZone</span>&quot;=<span class="kw2">dword:00000001</span></div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2008/04/chm-html-help-file-annoyance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch remove %20 from filenames</title>
		<link>http://jernstrom.org/site/2008/03/batch-remove-space-from-filenames/</link>
		<comments>http://jernstrom.org/site/2008/03/batch-remove-space-from-filenames/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:32:54 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=222</guid>
		<description><![CDATA[Got tired of the %20 in downloaded files&#8230; @echo off setlocal EnableDelayedExpansion for /f &#34;delims=&#34; %%I in &#40;&#39;dir /b ^&#124; find &#34;%20&#34;&#39;&#41; do &#40; set var01=%%I set var02=!var01:%%20=_! call :ren &#41; :ren ren %var01% %var02% mycmd]]></description>
			<content:encoded><![CDATA[<p>Got tired of the <a href="http://www.computing.net/programming/wwwboard/forum/13957.html" target="_blank">%20 in downloaded files</a>&#8230;</p>
<div class="geshi no dos">
<div class="head">@echo off</div>
<ol>
<li class="li1">
<div class="de1"><span class="kw3">setlocal</span> EnableDelayedExpansion</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span> /f &quot;delims=&quot; %%I <span class="kw1">in</span> <span class="br0">&#40;</span>&#39;<span class="kw3">dir</span> /b ^| find &quot;%<span class="re2"><span class="nu0">2</span></span><span class="nu0">0</span>&quot;&#39;<span class="br0">&#41;</span> <span class="kw1">do</span> <span class="br0">&#40;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">set</span> <span class="re1">var01</span>=%%I</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">set</span> <span class="re1">var02</span>=!var01:%%<span class="nu0">20</span>=_!</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">call</span> :<span class="re0">ren</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1">:<span class="re0">ren</span></div>
</li>
<li class="li1">
<div class="de1">ren %<span class="re2">var01</span>% %<span class="re2">var02</span>%</div>
</li>
</ol>
</div>
<p><a href="http://jernstrom.org/site/wp-content/2008/03/mycmd.zip">mycmd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2008/03/batch-remove-space-from-filenames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect to console session with RDC 6.1</title>
		<link>http://jernstrom.org/site/2008/02/how-to-connect-to-console-session-with-rdc-61/</link>
		<comments>http://jernstrom.org/site/2008/02/how-to-connect-to-console-session-with-rdc-61/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 21:46:31 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Kinda Virtual]]></category>
		<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=235</guid>
		<description><![CDATA[With Remote Desktop Connection 6.1 (RDC) some things have changed. That you now need to use mstsc /admin to connect to the console session is common knowledge&#8230;. However, when using .RDP files we used to add &#8220;connect to console:i:1&#8243; in the .RDP to connect to the console session, well turns out that this no longer [...]]]></description>
			<content:encoded><![CDATA[<p>With Remote Desktop Connection 6.1 (RDC) some things have changed.<br />
That you now need to use mstsc /admin to connect to the console session is common knowledge&#8230;.<br />
However, when using .RDP files we used to add &#8220;connect to console:i:1&#8243; in the .RDP to connect to the console session, well turns out that this no longer works&#8230;.</p>
<p>Long stroy short, here&#8217;s what you need to do:</p>
<p><strong>Before&#8230;</strong><br />
mstsc /console = &#8220;connect to console:i:1&#8243; in .RDP file</p>
<p><strong>After&#8230;</strong><br />
mstsc /admin = &#8220;administrative session:i:1&#8243; in .RPP file</p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2008/02/how-to-connect-to-console-session-with-rdc-61/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharepoint v3 Forms Authentication</title>
		<link>http://jernstrom.org/site/2007/01/sharepoint-v3-forms-authentication/</link>
		<comments>http://jernstrom.org/site/2007/01/sharepoint-v3-forms-authentication/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 21:10:11 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=204</guid>
		<description><![CDATA[Allrite, so this is the way to implemt forms with System.Web.Security.ActiveDirectoryMembershipProvider sharepoint_v3_forms &#8230;and this the way to do it with System.Web.Security.SqlMembershipProvider (with roles) sharepoint_v3_forms_sql &#8230;you need to have the membership provider in web.config for central admin]]></description>
			<content:encoded><![CDATA[<p>Allrite, so this is the way to implemt forms with<br />
System.Web.Security.ActiveDirectoryMembershipProvider</p>
<p><a href="http://jernstrom.org/site/wp-content/2007/01/sharepoint_v3_forms.pdf">sharepoint_v3_forms</a></p>
<p>&#8230;and this the way to do it with<br />
System.Web.Security.SqlMembershipProvider (with roles)</p>
<p><a href="http://jernstrom.org/site/wp-content/2007/01/sharepoint_v3_forms_sql.pdf">sharepoint_v3_forms_sql</a></p>
<p>&#8230;you need to have the membership provider in web.config for central admin</p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2007/01/sharepoint-v3-forms-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Tools for Citrix Environments</title>
		<link>http://jernstrom.org/site/2006/10/troubleshooting-tools-for-citrix-environments/</link>
		<comments>http://jernstrom.org/site/2006/10/troubleshooting-tools-for-citrix-environments/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 21:14:09 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Kinda Virtual]]></category>
		<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=210</guid>
		<description><![CDATA[A nice list of troubleshooting tools over at citrx.com Read more here]]></description>
			<content:encoded><![CDATA[<p>A nice list of troubleshooting tools over at citrx.com</p>
<p>Read more <a href="http://support.citrix.com/article/CTX107572" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2006/10/troubleshooting-tools-for-citrix-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ext2 Installable File System For Windows</title>
		<link>http://jernstrom.org/site/2006/01/ext2-installable-file-system-for-windows/</link>
		<comments>http://jernstrom.org/site/2006/01/ext2-installable-file-system-for-windows/#comments</comments>
		<pubDate>Mon, 30 Jan 2006 20:10:23 +0000</pubDate>
		<dc:creator>Kimmo</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jernstrom.org/site/?p=153</guid>
		<description><![CDATA[Allrite, so I bought this LaCie Ethernet Disk mini 300GB to have as backup unit and to store some of the kids movies and some music. The damn thing however came delivered with fat32 filesystem (max file size=4gb but just 2gb over network + other shortcoming of fat32) Now there was the option to format [...]]]></description>
			<content:encoded><![CDATA[<p>Allrite, so I bought this LaCie Ethernet Disk mini 300GB to have as backup unit and to store some of the kids movies and some music. The damn thing however came delivered with fat32 filesystem (max file size=4gb but just 2gb over network + other shortcoming of fat32)</p>
<p>Now there was the option to format the thing with EXT3 file system; however that EXT3 thing would certainly not be readable from USB cable connection from my Windows thingies. Enter Ext2 (ext3 too!) driver for Windows and all is great again</p>
<blockquote><p>Complete reading and writing access to files and directories of volumes with the Ext2 or Ext3 file system.<br />
Supports features which are specific to the I/O-system of Windows: Byte Range Locks, Directory Notfication (so the Explorer updates the view of a directory on changes within that directory), Oplocks (so SMB clients are able to cache the content of files).<br />
Allows Windows to run with paging files on Ext2 volumes.</p></blockquote>
<p>Read more and download <a title="fs-driver" href="http://www.fs-driver.org" target="_blank">here</a><br />
Backup copy <a href="/site/wp-content/2006/01/ext2ifs_1_11a.exe">here </a>(v. 1.11a //090102)</p>
]]></content:encoded>
			<wfw:commentRss>http://jernstrom.org/site/2006/01/ext2-installable-file-system-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
