﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>Newest KB Articles in Miscellaneous questions and troubleshooting</title>
    <description>Recent additions to the knowledge base from Winhost</description>
    <link>https://support.winhost.com/kb/c247/miscellaneous-questions-and-troubleshooting.aspx</link>
    <pubDate>Tue, 09 Jun 2026 11:33:05 GMT</pubDate>
    <generator>SmarterTrack Enterprise 100.0.9553</generator>
    <atom:link href="https://support.winhost.com/RSS.ashx?catid=247&amp;type=newestkbarticles" rel="self" type="application/rss+xml" />
    <item>
      <title>Using an app_offline.htm File to Shut Down Your Website</title>
      <link>https://support.winhost.com/kb/a1739/using-an-app-offline_htm-file-to-shut-down-your-website.aspx</link>
      <pubDate>Wed, 17 Jan 2024 23:47:06 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1739</guid>
      <description>&lt;div&gt;A specific file name recognized by the IIS web server allows you to take your website offline and shut it down.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Since it's an HTML file, you can add HTML markup to display content.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The file name is app_offline.htm(l), and it needs to be created using any text editor and then uploaded to the &lt;strong&gt;root directory&lt;/strong&gt; for it to work.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Example:&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;pre class="prettyprint"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Site Under Construction&amp;lt;/title&amp;gt;
    &amp;lt;style&amp;gt;
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;div class="message"&amp;gt;
            &amp;lt;p&amp;gt;Sorry, this site is currently under construction.&amp;lt;/p&amp;gt;
            &amp;lt;p&amp;gt;We're working hard to bring you something awesome. Check back soon!&amp;lt;/p&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;

&amp;lt;/html&amp;gt;&lt;/pre&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Once uploaded, it will take your site offline and intercept all new web requests so that only its content will be displayed.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It's a valuable tool when updating your website because you can create a "Site Temporarily Unavailable," "Under Maintenance," or any other page you want to display. At the same time, you silently make updates to other parts of your site. Once the updates are done, rename or delete the file to resume normal site operations.&lt;/div&gt;</description>
    </item>
    <item>
      <title>ASP.NET Core Error Logging</title>
      <link>https://support.winhost.com/kb/a1488/asp_net-core-error-logging.aspx</link>
      <pubDate>Fri, 28 Jul 2017 00:53:04 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1488</guid>
      <description>&lt;div&gt;
&lt;div&gt;Error logging is not enabled by default after publishing an application. &amp;nbsp;To enable error logging:&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;ol&gt;
	&lt;li&gt;Edit the web.config and set stdoutLogEnabled=&amp;quot;true&amp;quot;&lt;/li&gt;
	&lt;li&gt;Create a /logs directory in the Core application root&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Running Telnet and Traceroute on MAC OS</title>
      <link>https://support.winhost.com/kb/a957/running-telnet-and-traceroute-on-mac-os.aspx</link>
      <pubDate>Sat, 02 Jul 2011 00:07:09 GMT</pubDate>
      <guid isPermaLink="false">kbarticle957</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;How to run Telnet on MAC OS&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Go to the Applications folder.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Navigate to the Utilities folder.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click on Terminal.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;At the command prompt enter:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Telnet [YourDomainName.com] [port number]&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;How to run a Traceroute on MAC OS&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Launch Network Utility.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Traceroute.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Type the domain name you want the Traceroute performed on.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Trace.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div&gt;&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;How to capture Telnet and Traceroute results on MAC OS&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Go to Edit/Select All. &amp;nbsp;After everything is Highlighted go back to the menu bar Edit/Copy.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Go to Applications folder.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Navigate to TextEdit application.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Once TextEdit is open to to the TextEdit menu bar.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click on Edit/Paste.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Save the text file.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Note: &amp;nbsp;The value domain name can be any domain name. &amp;nbsp;As an example webmail.&lt;/span&gt;HostingAccountDomain.com&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; where &lt;/span&gt;HostingAccountDomain.com&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; is the domain to your account. &amp;nbsp;[port number] is the port number you will be testing such as port 25 for SMTP or port 1433 for MS SQL.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>If configuration changes made using IIS Manager disappear</title>
      <link>https://support.winhost.com/kb/a758/if-configuration-changes-made-using-iis-manager-disappear.aspx</link>
      <pubDate>Tue, 26 Jan 2010 20:09:30 GMT</pubDate>
      <guid isPermaLink="false">kbarticle758</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Configuration changes that you make using IIS Manager are written to the web.config file in the root directory of your site. If you overwrite the web.config file manually or by deploying an application to your site, you will remove any configuration made by IIS Manager.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>How to access and download raw log files</title>
      <link>https://support.winhost.com/kb/a715/how-to-access-and-download-raw-log-files.aspx</link>
      <pubDate>Tue, 10 Nov 2009 01:19:17 GMT</pubDate>
      <guid isPermaLink="false">kbarticle715</guid>
      <description>&lt;div&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;HTTP Log access is disabled by default.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;To enable access:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Log in to the &lt;strong&gt;Site Info Manager&lt;/strong&gt; in &lt;a href="https://cp.winhost.com" target="_blank"&gt;Control Panel&lt;/a&gt; and click the &lt;strong&gt;Raw Logs&lt;/strong&gt; icon.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the Raw Log Manager section, click &lt;strong&gt;Enable&lt;/strong&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;Log File Generation Schedule&lt;/strong&gt;&lt;br&gt;&amp;nbsp;The raw log files will not appear immediately. They will be available within 24 hours, and updated nightly thereafter.&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;Log File Format&lt;/strong&gt;&lt;br&gt;&amp;nbsp;The log files are compressed into a .zip archive file.&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;FTP Location&lt;/strong&gt;&lt;br&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;To download the zipped log files, go to&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; &lt;strong&gt;/httplog&lt;/strong&gt; &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;after logging in via FTP.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Note:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;The log file directory is a&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;hidden directory&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;so it will not be visible when you log in via FTP. After logging into your root directory you will use the change directory function in your FTP client to change to the log file directory. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;You will not be able to navigate to the hidden httplog folder using an additional FTP user that you created.&amp;nbsp; You must use your default FTP username to access the httplog folder.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;Log File Rotation&lt;/strong&gt;&lt;br&gt;&amp;nbsp;Log files older than 30 days will be removed from the system and are not recoverable.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Our servers and PCI compliance</title>
      <link>https://support.winhost.com/kb/a561/our-servers-and-pci-compliance.aspx</link>
      <pubDate>Tue, 11 Aug 2009 22:52:15 GMT</pubDate>
      <guid isPermaLink="false">kbarticle561</guid>
      <description>&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;The requirements for PCI compliance change frequently, and we keep up with those changes &lt;em&gt;on specific servers&lt;/em&gt;. Since the configuration required for strict PCI compliance requires the disabling or removal of many older technologies, we maintain a number of separate &amp;quot;hardened servers&amp;quot; that are PCI compliant. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Because many sites still make use of the older technologies that are not allowed on a PCI compliant server, it is not typically possible for a site to achieve PCI compliance on our regular web servers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;strong&gt;If you need to be on a PCI compliant server, please let us know and we can arrange to migrate your site to one of our hardened servers.&lt;/strong&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Bear in mind that the server configuration is only one part of PCI compliance for a website.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; Compliance assessment includes a number of things, many of which are related to how your application handles and stores data, who in your organization has access to that data, etc., things that are unrelated to the server itself.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;So a non-compliant site will fail a PCI scan on an otherwise compliant server. The scanning company will tell you what needs to be fixed should your site fail a scan, and we'll certainly work with you if any of the issues are server related.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>General Network Troubleshooting Tools (Ping, Traceroute)</title>
      <link>https://support.winhost.com/kb/a560/general-network-troubleshooting-tools-ping-traceroute.aspx</link>
      <pubDate>Tue, 11 Aug 2009 22:47:11 GMT</pubDate>
      <guid isPermaLink="false">kbarticle560</guid>
      <description>&lt;p data-olk-copy-source="MessageBody" style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" id="isPasted"&gt;&lt;strong&gt;GENERAL NETWORK TROUBLESHOOTING TOOLS&lt;/strong&gt;&lt;/p&gt;&lt;p data-olk-copy-source="MessageBody" style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;span style="font-size: 12px;"&gt;(Ping, Traceroute, PathPing, and PowerShell)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;span style="font-size: 12px;"&gt;When troubleshooting network connectivity issues between your computer and a remote host (such as a WinHost server), several built-in tools can help determine where a problem may exist. This article covers the most commonly used tools on modern Windows systems.&lt;/span&gt;&lt;/p&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;br&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0px; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;ol type="1" start="1" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li&gt;PING &amp;ndash; BASIC CONNECTIVITY TEST&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Purpose:&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;br&gt;Ping tests whether a remote host is reachable and measures basic network latency using ICMP echo requests.&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;How to run:&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;ol type="1" start="1" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Open Command Prompt or PowerShell&lt;ul type="circle" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Press the Windows key, type &amp;quot;cmd&amp;quot; or &amp;quot;PowerShell&amp;quot;, and press Enter.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Run the command:&lt;br&gt;ping &lt;a href="//example.com"&gt;example.com&lt;/a&gt;&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Press Enter.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Optional: Run multiple pings and save output to a file:&lt;br&gt;ping example.com -n 100 &amp;gt; ping_results.txt&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;What to look for:&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;ul type="disc" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Successful replies indicate basic connectivity.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Timeouts or packet loss may indicate routing issues, firewall blocks, or an unreachable host.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Some servers may block ICMP traffic, which can cause ping to fail even if the site is online.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0px; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;ol type="1" start="2" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;TRACERT &amp;ndash; ROUTE PATH ANALYSIS&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Purpose:&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;br&gt;Traceroute (tracert in Windows) shows each network hop between your computer and the destination. This helps identify where latency or packet loss occurs.&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;How to run:&lt;/p&gt;&lt;ol type="1" start="1" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Open Command Prompt or PowerShell.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Run:&lt;br&gt;tracert example.com&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Press Enter.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Output explanation:&lt;/p&gt;&lt;ul type="disc" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Each numbered line represents a hop.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;High latency or timeouts at a specific hop may indicate network congestion or routing problems.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;The final hop should resolve to the destination server.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0px; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;ol type="1" start="3" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;PATHPING &amp;ndash; ADVANCED ROUTE AND PACKET LOSS ANALYSIS&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Purpose:&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;PathPing combines ping and traceroute functionality. It analyzes packet loss and latency across the entire route.&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;How to run:&lt;/p&gt;&lt;ol type="1" start="1" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Open Command Prompt or PowerShell.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Run:&lt;br&gt;pathping example.com&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Press Enter.&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Notes:&lt;/p&gt;&lt;ul type="disc" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;PathPing can take several minutes to complete.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;The final summary provides packet loss statistics per hop.&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;This tool is useful for diagnosing intermittent or performance-related issues.&lt;/li&gt;&lt;/ul&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0px; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;ol type="1" start="4" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;POWERSHELL NETWORK TROUBLESHOOTING (MODERN METHOD)&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Modern versions of Windows include PowerShell networking cmdlets that provide richer diagnostics than traditional tools.&lt;/p&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;strong&gt;4a. TEST-NETCONNECTION &amp;ndash; RECOMMENDED TOOL&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Purpose:&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Test-NetConnection is an all-in-one PowerShell command that can:&lt;/p&gt;&lt;ul type="disc" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Test basic connectivity (ping-like)&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Resolve DNS&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Test TCP ports&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Perform traceroute diagnostics&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;How to run:&lt;/p&gt;&lt;ol type="1" start="1" style='margin-bottom: 0in; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin-top: 0in;'&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Open PowerShell (Run as Administrator if possible).&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Basic connectivity test:&lt;br&gt;Test-NetConnection example.com&lt;/li&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;Detailed diagnostics:&lt;br&gt;Test-NetConnection example.com -InformationLevel Detailed&lt;/li&gt;&lt;/ol&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;strong&gt;4b. TESTING A SPECIFIC PORT&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;To test whether a specific TCP port is reachable (for example, HTTPS on port 443):&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Test-NetConnection example.com -Port 1433&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;This is useful for diagnosing issues with SMTP, FTP, HTTPS, database connections, or custom application ports.&lt;/p&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;strong&gt;4c. TRACEROUTE USING POWERSHELL&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;To perform a traceroute using PowerShell:&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Test-NetConnection example.com -TraceRoute&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;This produces hop-by-hop route information similar to tracert.&lt;/p&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0px; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;ol type="1" start="5" style="margin-bottom: 0in; margin-top: 0in;"&gt;&lt;li style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"&gt;SAVING OUTPUT FOR SUPPORT&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 400; font-stretch: inherit; font-size: 12pt; line-height: inherit; font-family: Aptos, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; margin: 0in; padding: 0px; vertical-align: baseline; color: rgb(36, 36, 36); letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: center;"&gt;&lt;hr align="center" width="100%" size="2"&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;If support requests test results, redirect output to a file:&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Command Prompt example:&lt;br&gt;ping example.com -n 50 &amp;gt; ping.txt&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;PowerShell example:&lt;br&gt;Test-NetConnection example.com -InformationLevel Detailed &amp;gt; nettest.txt&lt;/p&gt;&lt;p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;Attach the resulting text file to your support ticket.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>