<?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>Andrew Morgan &#187; Terminal Services</title>
	<atom:link href="http://andrewmorgan.ie/tag/terminal-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmorgan.ie</link>
	<description>Grumpy ramblings</description>
	<lastBuildDate>Fri, 30 Jun 2017 09:24:25 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>ThreadLocker 2.0 is live!</title>
		<link>http://andrewmorgan.ie/2015/09/threadlocker-2-0/</link>
		<comments>http://andrewmorgan.ie/2015/09/threadlocker-2-0/#comments</comments>
		<pubDate>Mon, 21 Sep 2015 13:00:11 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Based Computing]]></category>
		<category><![CDATA[ThreadLocker]]></category>
		<category><![CDATA[Virtual Desktop Infrastructure]]></category>
		<category><![CDATA[VMware Horizon]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Cpu Clamping]]></category>
		<category><![CDATA[CPU Optimisation]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[VDI]]></category>

		<guid isPermaLink="false">http://andrewmorgan.ie/?p=3394</guid>
		<description><![CDATA[Back in 2012 I wrote a utility called &#8220;ThreadLocker&#8221; for dealing with CPU heavy processes or multi threaded processes that have a nasty tendency to cause sluggish performance or even hangs in shared computing environments. You can read all about the original concept here. My good friend and fellow CTP Barry Schiffer also wrote a really good article about the need for a product like ThreadLocker here. &#160; Some history: In essence, ThreadLocker was a utility for both shared and 1:1 desktop [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3397" src="http://andrewmorgan.ie/wp-content/uploads/2015/03/Threadlocker-128x128.png" alt="Threadlocker 128x128" width="128" height="128" />Back in 2012 I wrote a utility called &#8220;<a href="http://andrewmorgan.ie/2012/05/introducing-threadlocker-a-community-tool-for-granular-control-of-processes/">ThreadLocker</a>&#8221; for dealing with CPU heavy processes or multi threaded processes that have a nasty tendency to cause sluggish performance or even hangs in shared computing environments.</p>
<p>You can read all about the original concept <a href="http://andrewmorgan.ie/2012/05/introducing-threadlocker-a-community-tool-for-granular-control-of-processes/">here</a>. My good friend and fellow CTP Barry Schiffer also wrote a really good article about the need for a product like ThreadLocker <a href="http://www.barryschiffer.com/cpu-scheduling-and-memory-optimizations-solutions-compared-part-1-of-2-cpu/#more-673">here</a>.</p>
<p>&nbsp;</p>
<p><strong>Some history:</strong></p>
<p>In essence, ThreadLocker was a utility for both shared and 1:1 desktop environments. It allowed you to layer in rules for processes that had a history of high or discruptive CPU usage, to protect the other users (in a shared environment) or to protect other running processes and the users interface (explorer.exe) while a large compute job was occurring.</p>
<p>ThreadLocker exploded with popularity and has received well over 100,000 downloads in the last three years. Alike ThinKiosk, ThreadLocker is a tool I regularly come across in my customers environments while consulting and it always suprised me with it&#8217;s uptake and popularity. I have observed ThreadLocker in VDI, SBC and even on stand alone workstations with great levels of success.</p>
<p>&nbsp;</p>
<p><strong>Moving on:</strong></p>
<p>One of the frustrations I had with ThreadLocker, was any .NET based language (c#, vb.net, etc.) was never quick enough to be able to add an intelligent aspect to the utility without actually making CPU usage worse by implementing. ThreadLocker 1.0 relied on static rules and any new processes would have to be observed and added.</p>
<p>Recently David Coombes and I undertook the side project of redesigning ThreadLocker to run in c++, adding the raw speed we needed to be able to make intelligent decisions based on CPU usage and react in a fraction of a second to a sudden CPU spike. ThreadLocker 2.0 was designed to specifically tackle two issues:</p>
<ul>
<li>Processes comsuming a large % of CPU and is multithreaded.</li>
<li>Many buggy or heavy processes, each consuming a core each.</li>
</ul>
<p>We didnt want to tackle this with the approach of many others, where they&#8217;ll pause and resume threads many times a second creating a &#8220;SawTooth&#8221; effect on the processes CPU usage. We wanted the processes to run as fast as they need up to a certain threshold and only be restricted when contention is likely.</p>
<p>Having experienced other vendors approaches where process priority is dropped, many times this simply does not cut it as a heavy process, even at idle priority, will cause the other users and processes to feel slow and sluggish.</p>
<p><strong>Why is ThreadLocker different?</strong></p>
<p>With ThreadLocker 2.0, you can elect a percentage of your CPU cores that ThreadLocker can use for isolating these processes. When a process violates the ThreadLocking criteria, they are locked into these subset of cores to contend with any other processes that are also ThreadLocked, leaving well behaved processes to be able to take advantage of all cores in system. Once they start to behave again and do so for a certain amount of time, the processes are dropped back into the &#8220;wild&#8221; unless they decide to misbehave again.</p>
<p>This approach is extremely fast (ThreadLocker consumes less CPU than Microsoft&#8217;s own Task Manager) from a processing point of view and also has the benefit of allowing users to multitask with other applications while, for example, Excel hammers the ThreadLocking cores during a calculation.</p>
<p>The end result has been fantastic. Threadlocker can be installed and up and running in seconds. There is no longer a requirement for static rules and out of box, all aspects of the logic can be tuned to suit your environment, but more than likely wont be needed.</p>
<p><strong> Demo Video:</strong></p>
<p>&nbsp;</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='625' height='382' src='http://www.youtube.com/embed/ovULHeaZnrI?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></p>
<p><strong><br />
Availability</strong></p>
<p>We are proud to announce the general availability of ThreadLocker 2.0 and more information can be found on our website at <a href="http://www.thinscaletechnology.com/threadlocker">http://www.thinscaletechnology.com/threadlocker</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2015/09/threadlocker-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing the ThinKiosk v4 Release</title>
		<link>http://andrewmorgan.ie/2013/09/announcing-the-thinkiosk-v4-release/</link>
		<comments>http://andrewmorgan.ie/2013/09/announcing-the-thinkiosk-v4-release/#comments</comments>
		<pubDate>Thu, 12 Sep 2013 13:58:16 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Remote Desktop Services (RDS)]]></category>
		<category><![CDATA[Server Based Computing]]></category>
		<category><![CDATA[ThinKiosk]]></category>
		<category><![CDATA[VDI in a Box]]></category>
		<category><![CDATA[Virtual Desktop Infrastructure]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web Interface]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Microsoft Remote Desktop Services]]></category>
		<category><![CDATA[PC to Thin Client]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[Thin Client]]></category>
		<category><![CDATA[VMware Horizon View]]></category>
		<category><![CDATA[xenapp]]></category>

		<guid isPermaLink="false">http://andrewmorgan.ie/?p=2786</guid>
		<description><![CDATA[Thinkiosk Version 4.0 is the culmination of 9 months hard work, rebuilding ThinKiosk in a new development style to include the enterprise features many of you requested, adding a management server, secure key redirection technologies, local group policy control and a number of other features. After weeks of rigorous testing we&#8217;re delighted to announce the availability of ThinKiosk version 4&#8230; Today! With the release of Version 4.0 we&#8217;re lifting the cloak on the company we&#8217;ve setup in order to support and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2013/05/thinkioskreflection.png"><img class="aligncenter size-full wp-image-2616" src="/wp-content/uploads/2013/05/thinkioskreflection.png" alt="ThinkioskReflection" width="595" height="168" /></a></p>
<p>Thinkiosk Version 4.0 is the culmination of 9 months hard work, rebuilding ThinKiosk in a new development style to include the enterprise features many of you requested, adding a management server, secure key redirection technologies, local group policy control and a number of other features. After weeks of rigorous testing we&#8217;re delighted to announce the availability of ThinKiosk version 4&#8230; Today!</p>
<p>With the release of Version 4.0 we&#8217;re lifting the cloak on the company we&#8217;ve setup in order to support and further develop ThinKiosk, <a href="http://thinscaletechnology.com/" target="_blank">ThinScale Technology</a>. We&#8217;ve set up ThinScale as a little software company to publish applications to the virtualisation community, tackling the smaller issues and annoyances we face day to day as consultants and administrators. More clever little products are in the pipeline, but for now enough about the company!<span id="more-2786"></span></p>
<p><span style="color: #008000;"><b>ThinKiosk Versions:</b></span></p>
<p><b></b><br />
The largest change around ThinKiosk 4.0 is the version introduction. ThinKiosk will ship in two editions, <strong>Enterprise edition</strong> and<strong> Community edition</strong>. Remko and I took a look at the product back in October last year and identified area&#8217;s that the project needed investment in order to reach and fulfill it&#8217;s full potential. We also noted that a number of customers really wanted the support and functionality offered by a professional product. After much deliberation we took the decision at that point to invest the time and resources into the product to ensure it fulfils it&#8217;s potential, this in turn justified the need for a chargeable Enterprise product.</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><strong>ThinKiosk Community Edition.</strong></span></p>
<ul>
<li>The community edition is<strong> free and will always remain free, </strong>we want to make sure the community will always have the benefit of the product.</li>
<li>The Community edition is<strong> still one of the most powerful</strong> Windows alternatives on the market, including paid for products.</li>
<li>The Community edition is an extremely powerful piece of software with one or two limitations in comparison to the Enterprise product.</li>
<li>The Community edition<strong> will</strong> receive functionality from the enterprise edition over time.</li>
</ul>
<p>We&#8217;re extremely proud of the community edition and we do recommend it if you do not require the functionality of the Enterprise Version.</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><b>Enterprise Edition.</b></span></p>
<p>ThinKiosk Enterprise Edition will include all the current functionality you know and use in ThinKiosk, along with loads of additional features and benefits. The enterprise version of ThinKiosk delivers far more value than the competitor products and from a functionality perspective beats them hands down even in its first release.</p>
<p>An exact side by side comparison can be found along with pricing and details on the<a href="http://thinscaletechnology.com/licensing/" target="_blank"> ThinScale Licensing page</a>.</p>
<p>Some of the New goodies are listed below!</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><b>Central Management:</b></span><img src="http://thinscaletechnology.com/ThinKiosk-Email-Marketing/images/centeralmanagement.jpg" alt="" width="35" height="32" align="right" /></p>
<p>ThinKiosk 4.0 new central management server. With this central management console, you can:</p>
<ul>
<li>Manage off domain machines.</li>
<li>Push updates.</li>
<li>Perform remote power commands.</li>
<li>Remote Control end users.</li>
<li>Report on your current ThinKiosk hardware.</li>
<li>and much more.</li>
</ul>
<p>&nbsp;</p>
<p><span style="color: #008000;"><b>MagicFilter:</b></span><img src="http://thinscaletechnology.com/ThinKiosk-Email-Marketing/images/magicfilter.jpg" alt="Magic Filter" width="32" height="34" align="right" /></p>
<p>Allow me to introduce our new ‘dynamic key pass-through technology’ MagicFilter. Magic filter will now block local Ctrl + Alt + Del and windows + L keystrokes and “magically” send them on to the remote desktop environment as if the user is working locally. This gives the user an immersive, native feeling desktop experience from the ThinKiosk client.</p>
<p>We are extremely proud to say <strong>we are the only</strong> Windows Thin Client vendor on the market who can do this.</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><b>Integrated Browser:</b></span><img src="http://thinscaletechnology.com/ThinKiosk-Email-Marketing/images/intergradedbrowser.jpg" alt="Intergraded browser" width="35" height="31" align="right" /></p>
<p>ThinKiosk 4.0 is a fully fledged browser, so you can allow your users access to web resources without compromising on security. You can layer in as many bookmarks as you like to the browser or you can simply allow the users to browse the sites they wish via the address bar.</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><strong>And so much more!</strong></span></p>
<p>I covered a lot of the functionality previews back in April in the <a href="http://andrewmorgan.ie/2013/05/23/thinkiosk-4-0-preview-and-feature-teaser/" target="_blank">feature teaser.</a></p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><strong>Want to learn more?</strong></span></p>
<p>Remko and I will be doing a <a href="https://xenapptraining.leadpages.net/thinkiosk/" target="_blank">webinar</a> with the good folks over in<a href="http://www.xenappblog.com/" target="_blank"> www.xenappblog.com</a> next week, <a href="https://xenapptraining.leadpages.net/thinkiosk/" target="_blank">sign up</a> to hear our story and get some insider information on the product road map!</p>
<p>&nbsp;</p>
<p><span style="color: #008000;"><strong>And without further ado:</strong></span></p>
<p>I&#8217;ve taken enough of your time for now, to jump right in click the download button below and we&#8217;ll send you everything you need to get started.</p>
<p><a href="http://thinscaletechnology.com/thinkiosk/download-thinkiosk/" target="_blank"><img class="aligncenter" src="http://thinscaletechnology.com/ThinKiosk-Email-Marketing/images/Thinkiosk-Emailer_05.jpg" alt="" width="576" height="76" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2013/09/announcing-the-thinkiosk-v4-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems using Group Policy to set a mandatory profile&#8230;</title>
		<link>http://andrewmorgan.ie/2008/10/using-a-group-policy-to-set-a-mandatory-profile/</link>
		<comments>http://andrewmorgan.ie/2008/10/using-a-group-policy-to-set-a-mandatory-profile/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:29:32 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Based Computing]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Group policy]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://andymorgan.wordpress.com/?p=129</guid>
		<description><![CDATA[Here&#8217;s a weird one i came across this week while configuring a mandatory profile, I was using my local laptop to configure group policy over the domain and could set the mandatory profile, but could not set the &#8220;Do not append the user name to the profile path&#8221; as it was missing from the group policy object! After much head scratching we discovered an extra registry setting embedded in the group policy: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal ServicesWFDontAppendUserNameToProfile dword = 1. Still none [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" src="http://media.arstechnica.com/journals/microsoft.media/Remote_desktop_connection_icon.png" alt="" width="49" height="49" />Here&#8217;s a weird one i came across this week while configuring a mandatory profile, I was using my local laptop to configure group policy over the domain and could set the mandatory profile, but could not set the &#8220;<strong>Do not append the user name to the profile path&#8221; </strong>as it was missing from the group policy object!</p>
<p><img class="aligncenter size-full wp-image-140" title="jpg1" src="/wp-content/uploads/2008/10/jpg1.jpg" alt="" width="402" height="454" /></p>
<p>After much head scratching we discovered an <strong>extra registry setting</strong> embedded in the group policy:</p>
<p>HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal<br />
ServicesWFDontAppendUserNameToProfile dword = 1.</p>
<p>Still none the wiser to the issue we found the following article http://support.microsoft.com/kb/908011. With this we put two and two together, and logged into a 2003 domain controller (sp2) and low and behold the policy setting was available.</p>
<p><a href="/wp-content/uploads/2008/10/2003gp.jpg"><img class="aligncenter size-full wp-image-162" title="2003gp" src="/wp-content/uploads/2008/10/2003gp.jpg" alt="" width="404" height="432" /></a></p>
<p>It seems the group policy were updated in service pack 2 to reflect an issue when trying to configure mandatory profiles, I do aim to copy the policies to my laptop and see if i can update them to reflect the change but I&#8217;ve been to lazy so far <img src="http://andrewmorgan.ie/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p><em><strong>Update:</strong> Well i got around to testing the policy copy, if you copy the .adm files from the domain controller to your local machine with the problem, it will resolve the issue.</em></p>
<p>Heres an example of scripting the change:</p>
<p style="padding-left:30px;">pushd domaincontrollerc$windowsinf<br />
copy *.adm %windir%inf<br />
popd</p>
<p>That&#8217;s it. reload gpedit.msc and you should see hte entries correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2008/10/using-a-group-policy-to-set-a-mandatory-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
