<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A guide to building a software KVM switch</title>
	<atom:link href="http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/</link>
	<description>Because I want a web site too!</description>
	<lastBuildDate>Tue, 09 Feb 2010 15:07:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109722</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109722</guid>
		<description>Hi, just one question, how do i access BIOS with the vnc? sometimes my machine crashes and i use kvm for remote access, but if i need to set anything during boot, using this solution will not allow me to do that right?</description>
		<content:encoded><![CDATA[<p>Hi, just one question, how do i access BIOS with the vnc? sometimes my machine crashes and i use kvm for remote access, but if i need to set anything during boot, using this solution will not allow me to do that right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hotmatrixx</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109719</link>
		<dc:creator>hotmatrixx</dc:creator>
		<pubDate>Thu, 22 Oct 2009 07:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109719</guid>
		<description>Hey. I tried VNC for the first time the other day. Immediately clicked onto this idea you have had (I am kinda new). But I see some complex script and a registry tweak for stopping the full screen prompt. All i did was start VNCViewer and go to &#039;options&gt;globals and untick it. hope that helps?</description>
		<content:encoded><![CDATA[<p>Hey. I tried VNC for the first time the other day. Immediately clicked onto this idea you have had (I am kinda new). But I see some complex script and a registry tweak for stopping the full screen prompt. All i did was start VNCViewer and go to &#8216;options&gt;globals and untick it. hope that helps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109519</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Jul 2009 18:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109519</guid>
		<description>Great Script from Joe (post #33). Thanks to the author to.. This works great...</description>
		<content:encoded><![CDATA[<p>Great Script from Joe (post #33). Thanks to the author to.. This works great&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just This &#187; Virtual KVM</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109354</link>
		<dc:creator>Just This &#187; Virtual KVM</dc:creator>
		<pubDate>Mon, 30 Mar 2009 04:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109354</guid>
		<description>[...] things like &#8220;virtual kvm&#8221; and &#8220;software kvm&#8221;. One search brought me to http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/. This was just what I wanted to do. I already knew about VNC for remotely viewing computer screens, [...]</description>
		<content:encoded><![CDATA[<p>[...] things like &#8220;virtual kvm&#8221; and &#8220;software kvm&#8221;. One search brought me to <a href="http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/" rel="nofollow">http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/</a>. This was just what I wanted to do. I already knew about VNC for remotely viewing computer screens, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109278</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109278</guid>
		<description>Much Better script in my opinion, I made it hide instead of minimize to keep the desktop clean. You can change F12 to your desired hotkey and SERVERNAME to your, well, server name.
&lt;code&gt;F12::
DetectHiddenWindows ON
IfWinExist KITCHEN
  {
    IfWinNotActive
      {
        WinShow
        WinActivate
        return
      }
    WinHide
    WinActivate Program Manager
    return
  }
else
  {
    Run C:\Windows\win2k.vnc
  }
return&lt;/code&gt;
Sorry, I didn&#039;t realize html was allowed and the script got commented out.</description>
		<content:encoded><![CDATA[<p>Much Better script in my opinion, I made it hide instead of minimize to keep the desktop clean. You can change F12 to your desired hotkey and SERVERNAME to your, well, server name.<br />
<code>F12::<br />
DetectHiddenWindows ON<br />
IfWinExist KITCHEN<br />
  {<br />
    IfWinNotActive<br />
      {<br />
        WinShow<br />
        WinActivate<br />
        return<br />
      }<br />
    WinHide<br />
    WinActivate Program Manager<br />
    return<br />
  }<br />
else<br />
  {<br />
    Run C:\Windows\win2k.vnc<br />
  }<br />
return</code><br />
Sorry, I didn&#8217;t realize html was allowed and the script got commented out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-109277</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-109277</guid>
		<description>end

Much Better script in my opinion, I made it hide instead of minimize to keep the desktop clean.  You can change F12 to your desired hotkey and SERVERNAME to your, well, server name.</description>
		<content:encoded><![CDATA[<p>end</p>
<p>Much Better script in my opinion, I made it hide instead of minimize to keep the desktop clean.  You can change F12 to your desired hotkey and SERVERNAME to your, well, server name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remote Control Your Computer Using Hardware or Software</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-29406</link>
		<dc:creator>Remote Control Your Computer Using Hardware or Software</dc:creator>
		<pubDate>Wed, 26 Mar 2008 11:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-29406</guid>
		<description>[...] VNC is the software based alternative for a KVM switch. You can remotely control to a computer (s) and work on it as if you were there physically. VNC transmits the keyboard and mouse events from one computer to another over LAN or the Internet. There are many free utilities available that you can choose, I tried TightVNC it is very user friendly and an IQ of -1 should see you through, if not then read A guide to building a software KVM switch. [...]</description>
		<content:encoded><![CDATA[<p>[...] VNC is the software based alternative for a KVM switch. You can remotely control to a computer (s) and work on it as if you were there physically. VNC transmits the keyboard and mouse events from one computer to another over LAN or the Internet. There are many free utilities available that you can choose, I tried TightVNC it is very user friendly and an IQ of -1 should see you through, if not then read A guide to building a software KVM switch. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A guide to building a software KVM switch &#171; agrotime</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-11002</link>
		<dc:creator>A guide to building a software KVM switch &#171; agrotime</dc:creator>
		<pubDate>Sat, 18 Aug 2007 19:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-11002</guid>
		<description>[...] Link to Story: http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Link to Story: <a href="http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/" rel="nofollow">http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-9973</link>
		<dc:creator>marie</dc:creator>
		<pubDate>Sat, 21 Jul 2007 17:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-9973</guid>
		<description>i would like to create my own software but i have no idea where to start or what to do
i would really appreciate your help or tips</description>
		<content:encoded><![CDATA[<p>i would like to create my own software but i have no idea where to start or what to do<br />
i would really appreciate your help or tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KVM switch &#187; Blog Archive &#187; AviDardik.com &#8221; Blog Archive &#8221; A guide to building a software KVM switch</title>
		<link>http://www.avidardik.com/2006/03/28/a-guide-to-building-a-software-kvm-switch/comment-page-1/#comment-9950</link>
		<dc:creator>KVM switch &#187; Blog Archive &#187; AviDardik.com &#8221; Blog Archive &#8221; A guide to building a software KVM switch</dc:creator>
		<pubDate>Fri, 20 Jul 2007 23:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.avidardik.com/?p=205#comment-9950</guid>
		<description>[...] AviDardik.com &#8221; Blog Archive &#8221; A guide to building a software KVM switch  But I always yearned for an actual hardware KVM switch a &#8230; Der Informatik Student &#8221; Erstell dir deinen eigenen Software KVM-Switch Says: &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] AviDardik.com &#8221; Blog Archive &#8221; A guide to building a software KVM switch  But I always yearned for an actual hardware KVM switch a &#8230; Der Informatik Student &#8221; Erstell dir deinen eigenen Software KVM-Switch Says: &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
