<?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>Teh Tech &#187; Remote Desktop</title>
	<atom:link href="http://tehtech.com/tag/remote-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://tehtech.com</link>
	<description>Being an Admin is Hard Enough</description>
	<lastBuildDate>Wed, 14 Jul 2010 16:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Devolutions Remote Desktop Manager</title>
		<link>http://tehtech.com/devolutions-remote-desktop-manager/</link>
		<comments>http://tehtech.com/devolutions-remote-desktop-manager/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 03:02:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=116</guid>
		<description><![CDATA[I am always looking for a way to keep things in order so I can get to them as fast as possible when I have to.Â  I support several different companies, and all of them have a few servers, an antivirus interface, a firewall, and some other stuff.Â  This application is awesome for managing all [...]]]></description>
			<content:encoded><![CDATA[<p><span>I am always looking for a way to keep things in order so I can get to them as fast as possible when I have to.Â  I support several different companies, and all of them have a few servers, an antivirus interface, a firewall, and some other stuff.Â  <a href="http://www.devolutions.net/products/remotedesktopmanager.aspx" onclick="pageTracker._trackPageview('/outgoing/www.devolutions.net/products/remotedesktopmanager.aspx?referer=');"><span>This</span></a> application is awesome for managing all that. Â It allows you to group and search through all your RDP connections, webpages, putty services, and VNC servers with a few clicks. Â It supports a few other nifty functions too. Â You canÂ easilyÂ edit the information tab to keep track of the compony contacts and the logins. It will save your username andÂ passwordÂ for RDP as well. It also supports direct shell commands through command line. Â I have used this to fire off applications that are not natively supported by the software. Â And best of all it supports shared databases, so if you have a few techs doing remote work its indispensable. The application is not perfect, it is somewhat memory intensive, but is an awesome must have find for anyone managing a bunch of stuff at once. Â </span></p>
<p><span>http://www.devolutions.net/products/remotedesktopmanager.aspx</span></p>
<p>And no I have no affiliation with them, just a good chunk of code <img src='http://tehtech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Â </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/devolutions-remote-desktop-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remotely Enable Remote Desktop</title>
		<link>http://tehtech.com/remotely-enable-remote-desktop/</link>
		<comments>http://tehtech.com/remotely-enable-remote-desktop/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=113</guid>
		<description><![CDATA[This is for those &#8216;oh shit&#8217; times when you can&#8217;t get to a computer when you need to.Â  If you can get to the remote registry of a computer, you can change this key to allow RDP access to the computer, even if the box is not checked.Â  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlTerminal Serverf\DenyTSConnections DWORD value: 0 Or for [...]]]></description>
			<content:encoded><![CDATA[<p>This is for those &#8216;oh shit&#8217; times when you can&#8217;t get to a computer when you need to.Â  If you can get to the remote registry of a computer, you can change this key to allow RDP access to the computer, even if the box is not checked.Â <br />
<span id="more-113"></span></p>
<div class="box">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlTerminal Serverf\DenyTSConnections<br />
DWORD value: 0</div>
<p>Or for you Kaseya people out there.</p>
<div class="box">
<p>Script Name: OH SHIT RDP ON<br />
Script Description: Enable Remote Desktop</p>
<p>Script Name: rdp<br />
Script Description: Enable Remote Desktop</p>
<p>IF True<br />
THEN<br />
Â Â  Set Registry Value<br />
Â Â Â Â  Parameter 1 : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlTerminal Serverf\DenyTSConnections<br />
Â Â Â Â  Parameter 2 : 0<br />
Â Â Â Â  Parameter 3 : REG_DWORD<br />
Â Â Â Â Â Â Â Â  OS Type : 0<br />
ELSE</p></div>
<p>If you use Kaseya you can run this script accross your network or as part of your inital setup to prevent &#8220;Oh Shit&#8221; moments in the first place.Â </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/remotely-enable-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

