<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Marcelo Hunecke - Blog de infraestrutura Microsoft : Registry</title><link>http://blogs.technet.com/mhunecke/archive/tags/Registry/default.aspx</link><description>Tags: Registry</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Como habilitar/desabilitar o Remote Desktop (Terminal Service) remotamente</title><link>http://blogs.technet.com/mhunecke/archive/2008/10/31/como-habilitar-desabilitar-o-remote-desktop-terminal-service-remotamente.aspx</link><pubDate>Fri, 31 Oct 2008 16:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3145273</guid><dc:creator>mhunecke</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/mhunecke/comments/3145273.aspx</comments><wfw:commentRss>http://blogs.technet.com/mhunecke/commentrss.aspx?PostID=3145273</wfw:commentRss><description>&lt;P&gt;Para&amp;nbsp;modificar as opções de Terminal Services no&lt;STRONG&gt; Windows Server 2008&lt;/STRONG&gt; proceda conforme abaixo:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1) Para &lt;U&gt;habilitar&lt;/U&gt; a opção "Allow connections from computers running any version of Remote Desktop (less secure)" modifique as 2 chaves do registry conforme abaixo:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]&lt;BR&gt;"fDenyTSConnections"=dword:00000000&lt;/P&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]&lt;BR&gt;"UserAuthentication"=dword:00000001&lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;2) Para &lt;U&gt;habilitar &lt;/U&gt;a opção "Allow connections only from computers running Remote Desktop with Network Level Authentication (mode secure)" modifique as 2 chaves do registry conforme abaixo:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]&lt;BR&gt;"fDenyTSConnections"=dword:00000000&lt;/P&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]&lt;BR&gt;"UserAuthentication"=dword:00000000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;3) Para &lt;U&gt;desabilitar&lt;/U&gt; o Remote Desktop/Terminal Service, ou seja, marcar a opção "Don't allow connections to this computer" modifique as 2 chaves do registry conforme abaixo:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]&lt;BR&gt;"fDenyTSConnections"=dword:00000001&lt;/P&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]&lt;BR&gt;"UserAuthentication"=dword:00000000&lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Para habilitar&amp;nbsp;modificar as opções do&amp;nbsp;Remote Desktop/Terminal Services no&lt;STRONG&gt; Windows Server 2003&lt;/STRONG&gt; ou &lt;STRONG&gt;Windows XP&lt;/STRONG&gt; proceda conforme abaixo:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1) Para &lt;U&gt;habilitar&lt;/U&gt; modifique&amp;nbsp;a chave do registry fDenyTSCOnnections de 1 para 0 conforme abaixo:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]&lt;BR&gt;"fDenyTSConnections"=dword:00000000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;1) Para&amp;nbsp;&lt;U&gt;desabilitar&lt;/U&gt; modifique&amp;nbsp;a chave do registry fDenyTSCOnnections de&amp;nbsp;0 para&amp;nbsp;1 conforme abaixo:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]&lt;BR&gt;"fDenyTSConnections"=dword:00000001&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3145273" width="1" height="1"&gt;</description><enclosure url="http://blogs.technet.com/mhunecke/attachment/3145273.ashx" length="17146" type="image/jpeg" /><category domain="http://blogs.technet.com/mhunecke/archive/tags/Windows+2008/default.aspx">Windows 2008</category><category domain="http://blogs.technet.com/mhunecke/archive/tags/Terminal+Service/default.aspx">Terminal Service</category><category domain="http://blogs.technet.com/mhunecke/archive/tags/Registry/default.aspx">Registry</category><category domain="http://blogs.technet.com/mhunecke/archive/tags/Remote+Desktop/default.aspx">Remote Desktop</category></item></channel></rss>