<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[ReliabeCloud LLC | Knowledgebase]]></title><description><![CDATA[ReliabeCloud Knowledgebase]]></description><link>https://kb.reliabecloud.com/</link><image><url>https://kb.reliabecloud.com/favicon.png</url><title>ReliabeCloud LLC | Knowledgebase</title><link>https://kb.reliabecloud.com/</link></image><generator>Ghost 5.88</generator><lastBuildDate>Fri, 10 Apr 2026 10:15:14 GMT</lastBuildDate><atom:link href="https://kb.reliabecloud.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How to Fix 0x0 Remote Computer Requires Network Level Authentication (NLA)?]]></title><description><![CDATA[<p>This error occures when you have some sort of group policy enabled by the domain controller and you are no longer part of it.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-19.png" class="kg-image" alt loading="lazy" width="768" height="160" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-19.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-19.png 768w" sizes="(min-width: 720px) 720px"></figure><p>So, first, connect to your remote computer through IPMI or VNC and update the group policy.</p><p><strong>gpupdate /force</strong></p><p>Then, search and open &quot;View Advanced System</p>]]></description><link>https://kb.reliabecloud.com/how-to-fix-0x0-remote-computer-requires-network-level-authentication-nla/</link><guid isPermaLink="false">6764d585a71d810001d357e4</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Deep Y]]></dc:creator><pubDate>Fri, 20 Dec 2024 02:29:48 GMT</pubDate><content:encoded><![CDATA[<p>This error occures when you have some sort of group policy enabled by the domain controller and you are no longer part of it.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-19.png" class="kg-image" alt loading="lazy" width="768" height="160" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-19.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-19.png 768w" sizes="(min-width: 720px) 720px"></figure><p>So, first, connect to your remote computer through IPMI or VNC and update the group policy.</p><p><strong>gpupdate /force</strong></p><p>Then, search and open &quot;View Advanced System Settings&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-17.png" class="kg-image" alt loading="lazy" width="516" height="521"></figure><p> Navigate to Remote and uncheck &quot;<strong>Allow connections only from computers running Remote with Network Level Authentication (Recommended)</strong>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-18.png" class="kg-image" alt loading="lazy" width="399" height="461"></figure><p>Apply the changes and click on OK. Now, you should be able to login without any issues.</p>]]></content:encoded></item><item><title><![CDATA[How to Expand C Drive Space?]]></title><description><![CDATA[Learn how to expand your C drive space using this step-by-step guide. Follow simple commands in Diskpart to manage your disk partitions efficiently and free up space without additional tools. Perfect for optimizing your PC storage!]]></description><link>https://kb.reliabecloud.com/how-to-expand-c-drive-space/</link><guid isPermaLink="false">6764693ba71d810001d3577c</guid><category><![CDATA[General Articles]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Thu, 19 Dec 2024 19:39:29 GMT</pubDate><content:encoded><![CDATA[<p>Learn how to expand your C drive space using this step-by-step guide. Follow simple commands in Diskpart to manage your disk partitions efficiently and free up space without additional tools. Perfect for optimizing your PC storage!</p><p>Press&#xA0;<code>Win + S</code>, type&#xA0;<strong><code>cmd</code></strong>,  right-click on&#xA0;<strong><code>Command Prompt</code></strong> and <strong><code>Run as administrator</code></strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-3.png" class="kg-image" alt loading="lazy" width="1538" height="818" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-3.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-3.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-3.png 1538w" sizes="(min-width: 720px) 720px"></figure><p>In the Command Prompt, type the following and press&#xA0;<strong><code>Enter</code></strong>:</p><pre><code>diskpart
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-4.png" class="kg-image" alt loading="lazy" width="1488" height="618" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-4.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-4.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-4.png 1488w" sizes="(min-width: 720px) 720px"></figure><p>Type the following to display all available disks and press&#xA0;<strong><code>Enter</code></strong>:</p><pre><code>list disk
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-5.png" class="kg-image" alt loading="lazy" width="1208" height="722" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-5.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-5.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-5.png 1208w" sizes="(min-width: 720px) 720px"></figure><p>Identify the disk where the Recovery and C drive are located (e.g.,&#xA0;<code>Disk 0</code>).</p><p>Select the disk containing the partitions by following command:</p><pre><code>select disk 0
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-6.png" class="kg-image" alt loading="lazy" width="1122" height="254" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-6.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-6.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-6.png 1122w" sizes="(min-width: 720px) 720px"></figure><p>Type the following to see all partitions on the selected disk:</p><pre><code>list partition
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-7.png" class="kg-image" alt loading="lazy" width="1024" height="372" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-7.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-7.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-7.png 1024w" sizes="(min-width: 720px) 720px"></figure><p>Identify the Recovery partition (e.g.,&#xA0;<code>Partition 4</code>).</p><p>Select the Recovery partition:</p><pre><code>select partition 4</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-8.png" class="kg-image" alt loading="lazy" width="782" height="216" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-8.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-8.png 782w" sizes="(min-width: 720px) 720px"></figure><div class="kg-card kg-callout-card kg-callout-card-red"><div class="kg-callout-emoji">&#x2757;</div><div class="kg-callout-text">Removing the Recovery partition is irreversible without a backup.</div></div><p>Delete the partition:</p><pre><code>delete partition override
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-9.png" class="kg-image" alt loading="lazy" width="892" height="182" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-9.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-9.png 892w" sizes="(min-width: 720px) 720px"></figure><p>Once completed, type:</p><pre><code>exit</code></pre><p>Now, press&#xA0;<code>Win + R</code>, type&#xA0;<code>diskmgmt.msc</code>, and press&#xA0;<code><strong>Enter</strong>.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-11.png" class="kg-image" alt loading="lazy" width="814" height="450" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-11.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-11.png 814w" sizes="(min-width: 720px) 720px"></figure><p>In the Disk Management window, look for the unallocated space that was freed up after deleting the Recovery partition. This space should appear next to the C drive.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-12.png" class="kg-image" alt loading="lazy" width="1506" height="252" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-12.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-12.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-12.png 1506w" sizes="(min-width: 720px) 720px"></figure><p>Now, Right-click on your&#xA0;<strong><code>C drive</code></strong>&#xA0;(usually labelled as&#xA0;<code><strong>Drive C</strong>&#xA0;or&#xA0;<strong>OS (C:)</strong></code>).</p><p>Select&#xA0;<strong><code>Extend Volume</code></strong>&#xA0;from the context menu.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-13.png" class="kg-image" alt loading="lazy" width="1508" height="774" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-13.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-13.png 1000w, https://kb.reliabecloud.com/content/images/2024/12/image-13.png 1508w" sizes="(min-width: 720px) 720px"></figure><p>The&#xA0;<strong><code>Extend Volume Wizard</code></strong>&#xA0;will appear. Click&#xA0;<strong><code>Next</code></strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-14.png" class="kg-image" alt loading="lazy" width="996" height="806" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-14.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-14.png 996w" sizes="(min-width: 720px) 720px"></figure><p>In the next screen, the unallocated space will be automatically selected (you can manually enter the space you want). Click<strong><code>Next</code></strong>&#xA0;again.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-15.png" class="kg-image" alt loading="lazy" width="996" height="820" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-15.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-15.png 996w" sizes="(min-width: 720px) 720px"></figure><p>Click&#xA0;<strong><code>Finish</code></strong>&#xA0;to complete the process.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-16.png" class="kg-image" alt loading="lazy" width="998" height="820" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-16.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image-16.png 998w" sizes="(min-width: 720px) 720px"></figure><p>After completing the wizard, your C drive should now show the extended space in Disk Management. You can verify it by checking the new size of your C drive.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">If&#xA0;extend&#xA0;fails, ensure the unallocated space is directly next to the C drive.</div></div><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to fix the Application Error Code (0x0000135)?]]></title><description><![CDATA[<p>This occurs generally occurs when you have missing ASP.NET components or the installation broke for some reason.</p><p>To fix this error, simply run the following command through command prompt:</p><p><strong>DISM.exe /online /enable-feature /all /featurename:NetFx4</strong></p>]]></description><link>https://kb.reliabecloud.com/how-to-fix-the-application-error-code-0x0000135/</link><guid isPermaLink="false">67616ceda5276c0001387b9d</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Deep Y]]></dc:creator><pubDate>Tue, 17 Dec 2024 12:35:12 GMT</pubDate><content:encoded><![CDATA[<p>This occurs generally occurs when you have missing ASP.NET components or the installation broke for some reason.</p><p>To fix this error, simply run the following command through command prompt:</p><p><strong>DISM.exe /online /enable-feature /all /featurename:NetFx4</strong></p>]]></content:encoded></item><item><title><![CDATA[How to Fix RDP Protocol Error code:0x112f or 0x112d?]]></title><description><![CDATA[<p>Open&#xA0;<strong>GPEDIT.MSC</strong>&#xA0;on the remote computer</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-2.png" class="kg-image" alt loading="lazy" width="391" height="197"></figure><p><br>Go to&#xA0;<strong>Computer Configuration</strong>&#xA0;-&gt;&#xA0;<strong>Administrative Templates</strong>&#xA0;-&gt;&#xA0;<strong>Windows Components</strong>&#xA0;-&gt;&#xA0;<strong>Remote Desktop Services</strong>&#xA0;-&gt;&#xA0;<strong>Remote Desktop Session Host</strong>&#xA0;-&gt;&#xA0;<strong>Remote Session Environment.</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-1.png" class="kg-image" alt loading="lazy" width="1917" height="941" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/12/image-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/12/image-1.png 1917w" sizes="(min-width: 720px) 720px"></figure><p><br><br>Change the</p>]]></description><link>https://kb.reliabecloud.com/how-to-fix-rdp-protocol-error-code-0x112f-or-0x112d/</link><guid isPermaLink="false">67599362a5276c0001387b88</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Deep Y]]></dc:creator><pubDate>Wed, 11 Dec 2024 13:32:20 GMT</pubDate><content:encoded><![CDATA[<p>Open&#xA0;<strong>GPEDIT.MSC</strong>&#xA0;on the remote computer</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-2.png" class="kg-image" alt loading="lazy" width="391" height="197"></figure><p><br>Go to&#xA0;<strong>Computer Configuration</strong>&#xA0;-&gt;&#xA0;<strong>Administrative Templates</strong>&#xA0;-&gt;&#xA0;<strong>Windows Components</strong>&#xA0;-&gt;&#xA0;<strong>Remote Desktop Services</strong>&#xA0;-&gt;&#xA0;<strong>Remote Desktop Session Host</strong>&#xA0;-&gt;&#xA0;<strong>Remote Session Environment.</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image-1.png" class="kg-image" alt loading="lazy" width="1917" height="941" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/12/image-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/12/image-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/12/image-1.png 1917w" sizes="(min-width: 720px) 720px"></figure><p><br><br>Change the policy&#xA0;<strong>&quot;Use WDDM graphics display driver for Remote Desktop Connections&quot;</strong>&#xA0;to&#xA0;<strong>Disabled</strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/12/image.png" class="kg-image" alt loading="lazy" width="679" height="629" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/12/image.png 600w, https://kb.reliabecloud.com/content/images/2024/12/image.png 679w"></figure><p>Reboot the remote computer and then re-connect.</p>]]></content:encoded></item><item><title><![CDATA[Troubleshooting RDP Error: "Because of an error in data encryption, this session will end"]]></title><description><![CDATA[The error message "Because of an error in data encryption, this session will end" is a common issue encountered when using Remote Desktop Protocol (RDP) to connect to remote systems. This error typically occurs due to problems with encryption settings or data transmission during the RDP session.]]></description><link>https://kb.reliabecloud.com/troubleshooting-rdp-error-because-of-an-error-in-data-encryption-this-session-will-end/</link><guid isPermaLink="false">67378c9da5276c0001387b49</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Fri, 15 Nov 2024 18:49:06 GMT</pubDate><content:encoded><![CDATA[<p>The error message&#xA0;<strong>&quot;Because of an error in data encryption, this session will end&quot;</strong>&#xA0;is a common issue encountered when using&#xA0;<strong>Remote Desktop Protocol (RDP)</strong>&#xA0;to connect to remote systems. This error typically occurs due to problems with encryption settings or data transmission during the RDP session.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/RDP-Error-data-encryption-error.png" class="kg-image" alt loading="lazy" width="1058" height="264" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/RDP-Error-data-encryption-error.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/11/RDP-Error-data-encryption-error.png 1000w, https://kb.reliabecloud.com/content/images/2024/11/RDP-Error-data-encryption-error.png 1058w" sizes="(min-width: 720px) 720px"></figure><h3 id="verify-encryption-settings"><strong>Verify Encryption Settings:</strong></h3><p>Ensure that the&#xA0;encryption settings&#xA0;for both the RDP client and server are compatible. On the server side:</p><p>Type&#xA0;<code>gpedit.msc</code>&#xA0;in the Start menu to open Group Policy Editor.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/image.png" class="kg-image" alt loading="lazy" width="822" height="454" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/image.png 600w, https://kb.reliabecloud.com/content/images/2024/11/image.png 822w" sizes="(min-width: 720px) 720px"></figure><p>Navigate to:<br><strong>Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Remote Desktop Services &gt; Remote Desktop Session Host &gt; Security</strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/image-1.png" class="kg-image" alt loading="lazy" width="1506" height="1056" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/image-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/11/image-1.png 1000w, https://kb.reliabecloud.com/content/images/2024/11/image-1.png 1506w" sizes="(min-width: 720px) 720px"></figure><p>Ensure the&#xA0;Encryption Level&#xA0;is set to a compatible value (e.g.,&#xA0;<em>High</em>).</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/image-2.png" class="kg-image" alt loading="lazy" width="1372" height="1268" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/image-2.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/11/image-2.png 1000w, https://kb.reliabecloud.com/content/images/2024/11/image-2.png 1372w" sizes="(min-width: 720px) 720px"></figure><h3 id="reset-network-settings">Reset Network settings:</h3><p>Run&#xA0;<strong>CMD</strong>&#xA0;as an administrator.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/image-3.png" class="kg-image" alt loading="lazy" width="1952" height="1020" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/image-3.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/11/image-3.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/11/image-3.png 1600w, https://kb.reliabecloud.com/content/images/2024/11/image-3.png 1952w" sizes="(min-width: 720px) 720px"></figure><p>Now, Run the following commands individually:</p><pre><code>netsh int reset all</code></pre><pre><code>ipconfig /flushdns</code></pre><pre><code>netsh int ip reset</code></pre><pre><code>netsh winsock reset</code></pre><h3 id="check-network-and-firewall-configuration"><strong>Check Network and Firewall Configuration:</strong></h3><p>Ensure that the network and firewall settings are not interfering with the RDP connection:</p><ul><li>Verify that&#xA0;<strong>TCP port 3389</strong>&#xA0;is open and not being blocked by firewalls.</li><li>Use network tools (e.g.,&#xA0;<strong>Telnet</strong>&#xA0;or&#xA0;<strong>PortQry</strong>) to check the connectivity to the RDP port.</li><li>Confirm there are no intermittent network issues causing packet loss.</li></ul><h3 id="reinstall-or-replace-rdp-certificates"><strong>Reinstall or Replace RDP Certificates:</strong></h3><p>Type&#xA0;<code>certmgr.msc</code>&#xA0;in the Start menu to open Certificates Manager.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/11/image-4.png" class="kg-image" alt loading="lazy" width="824" height="448" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/11/image-4.png 600w, https://kb.reliabecloud.com/content/images/2024/11/image-4.png 824w" sizes="(min-width: 720px) 720px"></figure><p>Verify the status of&#xA0;<strong>Remote Desktop certificates</strong> and Replace or renew any expired or invalid certificates.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Try connecting using a different client or machine to rule out client-specific issues.</div></div><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to create Additional Partition in Windows?]]></title><description><![CDATA[Discover how to create additional partitions in Windows using MiniTool Partition Wizard, EaseUS Partition Master, AOMEI Partition Assistant, or the Diskpart command-line tool. This guide offers straightforward, step-by-step instructions to help you optimize your disk space]]></description><link>https://kb.reliabecloud.com/how-to-create-additional-partition-in-windows/</link><guid isPermaLink="false">66f05af5cad9dd0001e7ee2b</guid><category><![CDATA[General Articles]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Sun, 22 Sep 2024 18:52:25 GMT</pubDate><content:encoded><![CDATA[<p>Creating an additional partition on your Windows hard drive can help organize files, improve performance, and manage data more effectively. This guide will walk you through the process step-by-step.</p><hr><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Before you begin, ensure that you back up Important Data and Ensure there is enough unallocated space on your drive.</div></div><p>Open Disk Management press <code>Windows + R</code>&#xA0;to open the Run dialog thenType&#xA0;<code>diskmgmt.msc</code>&#xA0;and press <code>Enter</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/diskmgmt.msc.png" class="kg-image" alt loading="lazy" width="826" height="458" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/diskmgmt.msc.png 600w, https://kb.reliabecloud.com/content/images/2024/09/diskmgmt.msc.png 826w" sizes="(min-width: 720px) 720px"></figure><h3 id="shrink-existing-volume">Shrink Existing Volume:</h3><p>In Disk Management, right-click the volume you want to shrink (usually C:).</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image.png" class="kg-image" alt="disk-management" loading="lazy" width="1508" height="1186" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/09/image.png 1000w, https://kb.reliabecloud.com/content/images/2024/09/image.png 1508w" sizes="(min-width: 720px) 720px"></figure><p>Click on &#x201C;Shrink Volume.&#x201D;</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/shrink-volume.png" class="kg-image" alt loading="lazy" width="524" height="554"></figure><p>Enter the amount of space to shrink (in MB) and click &#x201C;Shrink.&#x201D;</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/Enter-shrink-value.png" class="kg-image" alt loading="lazy" width="906" height="618" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/Enter-shrink-value.png 600w, https://kb.reliabecloud.com/content/images/2024/09/Enter-shrink-value.png 906w" sizes="(min-width: 720px) 720px"></figure><p>This will create unallocated space on your drive.</p><h3 id="creating-new-partition">Creating New Partition:</h3><p>Now, Right-click on the unallocated space you just created.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-1.png" class="kg-image" alt="Unallocated-space" loading="lazy" width="1638" height="524" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/09/image-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/09/image-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/09/image-1.png 1638w" sizes="(min-width: 720px) 720px"></figure><p>Select &#x201C;New Simple Volume&#x201D; and follow the wizard.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-2.png" class="kg-image" alt="New-simple-volume" loading="lazy" width="428" height="330"></figure><p>Specify the volume size.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-3.png" class="kg-image" alt="specify the volume in MBs" loading="lazy" width="984" height="776" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-3.png 600w, https://kb.reliabecloud.com/content/images/2024/09/image-3.png 984w" sizes="(min-width: 720px) 720px"></figure><p>Now, Assign a drive letter (e.g., D:).</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-4.png" class="kg-image" alt="Assign drive letter" loading="lazy" width="998" height="788" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-4.png 600w, https://kb.reliabecloud.com/content/images/2024/09/image-4.png 998w" sizes="(min-width: 720px) 720px"></figure><p>Choose a file system (NTFS is recommended) and format the partition.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-5.png" class="kg-image" alt="Choose NTFS" loading="lazy" width="990" height="772" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-5.png 600w, https://kb.reliabecloud.com/content/images/2024/09/image-5.png 990w" sizes="(min-width: 720px) 720px"></figure><p>Click &#x201C;Finish&#x201D; to complete the process.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-6.png" class="kg-image" alt="Finish to save changes" loading="lazy" width="998" height="790" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-6.png 600w, https://kb.reliabecloud.com/content/images/2024/09/image-6.png 998w" sizes="(min-width: 720px) 720px"></figure><p>Open&#xA0;<code>File Explorer</code>&#xA0;to check that the new partition is visible and accessible.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/09/image-7.png" class="kg-image" alt="Finalize and Verify the Disk" loading="lazy" width="2000" height="1051" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/09/image-7.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/09/image-7.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/09/image-7.png 1600w, https://kb.reliabecloud.com/content/images/2024/09/image-7.png 2000w" sizes="(min-width: 720px) 720px"></figure><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to Resolve RDP Authentication Errors Due to CredSSP Encryption Oracle Remediation on Windows?]]></title><description><![CDATA[Learn how to resolve RDP authentication errors due to CredSSP encryption oracle remediation on Windows Server. Discover easy methods including updating your system, adjusting Group Policy settings, editing the registry, and configuring Remote Desktop settings to restore seamless remote access.]]></description><link>https://kb.reliabecloud.com/how-to-resolve-rdp-authentication-errors-due-to-credssp-encryption-oracle-remediation-on-windows/</link><guid isPermaLink="false">66d0d2282638e100015bdba3</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Thu, 29 Aug 2024 21:14:38 GMT</pubDate><content:encoded><![CDATA[<p>Experiencing issues with&#xA0;<strong>CredSSP encryption oracle remediation</strong>&#xA0;on&#xA0;<strong>Windows Server 2016</strong>&#xA0;while using&#xA0;<strong>RDP</strong>? This problem is often related to&#xA0;<strong>CredSSP</strong>&#xA0;updates and can disrupt remote connections. To resolve&#xA0;<strong>CredSSP RDP</strong>&#xA0;errors, you&apos;ll need to adjust the&#xA0;<strong>AllowEncryptionOracle</strong>&#xA0;settings and make necessary configuration changes. This guide will help you troubleshoot and fix&#xA0;<strong>CredSSP encryption oracle remediation</strong>&#xA0;issues, ensuring secure and smooth remote desktop access.</p><hr><h3 id="update-client-windows"><strong>Update Client Windows</strong></h3><p>Open&#xA0;<strong>Windows Update</strong>&#xA0;from the&#xA0;<strong>Settings</strong>&#xA0;app.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/update-and-security-3.png" class="kg-image" alt loading="lazy" width="2000" height="1058" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/update-and-security-3.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/update-and-security-3.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/update-and-security-3.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/update-and-security-3.png 2326w" sizes="(min-width: 720px) 720px"></figure><p>Check for and install any available updates.</p><h3 id="adjust-remote-desktop-settings">Adjust Remote Desktop Settings</h3><p>Press&#xA0;<strong><code>Windows + R</code></strong>, type&#xA0;<strong><code>sysdm.cpl</code></strong>, and press Enter to open&#xA0;<strong><code>System Properties</code></strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/sysdm.cpl.png" class="kg-image" alt loading="lazy" width="818" height="454" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/sysdm.cpl.png 600w, https://kb.reliabecloud.com/content/images/2024/08/sysdm.cpl.png 818w" sizes="(min-width: 720px) 720px"></figure><p>Now, Go to the&#xA0;<strong><code>Remote</code></strong>&#xA0;tab.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/remote-tab.png" class="kg-image" alt loading="lazy" width="808" height="926" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/remote-tab.png 600w, https://kb.reliabecloud.com/content/images/2024/08/remote-tab.png 808w" sizes="(min-width: 720px) 720px"></figure><p>Under the&#xA0;<strong><code>Remote Desktop</code></strong>&#xA0;section, select&#xA0;<code><strong>Allow remote connections to this computer</strong>.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/allow-remote.png" class="kg-image" alt loading="lazy" width="804" height="930" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/allow-remote.png 600w, https://kb.reliabecloud.com/content/images/2024/08/allow-remote.png 804w" sizes="(min-width: 720px) 720px"></figure><p>Make sure&#xA0;<strong><code>Network Level Authentication</code></strong>&#xA0;is checked. This ensures the server requires authentication before establishing a remote session.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/network-auth.png" class="kg-image" alt loading="lazy" width="808" height="930" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/network-auth.png 600w, https://kb.reliabecloud.com/content/images/2024/08/network-auth.png 808w" sizes="(min-width: 720px) 720px"></figure><p>Click&#xA0;<strong><code>Apply</code></strong>&#xA0;and then&#xA0;<strong><code>OK</code></strong>&#xA0;to save the changes and Close the&#xA0;<code><strong>System Properties</strong>&#xA0;</code>window.</p><h3 id="adjust-group-policy-settings"><strong>Adjust Group Policy Settings</strong></h3><p>Open the&#xA0;<code><strong>Group Policy Editor</strong></code>&#xA0;(<code>gpedit.msc</code>).</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/gpedit.msc.png" class="kg-image" alt loading="lazy" width="820" height="454" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/gpedit.msc.png 600w, https://kb.reliabecloud.com/content/images/2024/08/gpedit.msc.png 820w" sizes="(min-width: 720px) 720px"></figure><p>Navigate to&#xA0;<strong>Computer Configuration</strong>&#xA0;&gt;&#xA0;<strong>Administrative Templates</strong>&#xA0;&gt;&#xA0;<strong>System</strong>&#xA0;&gt;&#xA0;<strong>Credentials Delegation</strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/com-config.png" class="kg-image" alt loading="lazy" width="1500" height="1042" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/com-config.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/com-config.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/com-config.png 1500w" sizes="(min-width: 720px) 720px"></figure><p>Double-click&#xA0;<strong>Encryption Oracle Remediation</strong> Set it to&#xA0;<strong>Enabled</strong>&#xA0;and set the protection level to&#xA0;<code>Vulnerable</code>&#xA0;from the drop-down menu.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/enabled.png" class="kg-image" alt loading="lazy" width="1370" height="1264" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/enabled.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/enabled.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/enabled.png 1370w" sizes="(min-width: 720px) 720px"></figure><p>Click on the&#xA0;<code>OK</code>&#xA0;button.</p><p>Now, Run the following command&#xA0;in Command Prompt to apply changes.</p><pre><code>gpupdate /force</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/runpolicy-update.png" class="kg-image" alt loading="lazy" width="1952" height="1022" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/runpolicy-update.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/runpolicy-update.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/runpolicy-update.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/runpolicy-update.png 1952w" sizes="(min-width: 720px) 720px"></figure><p>These steps ensure that your Remote Desktop settings are properly configured to handle CredSSP requirements, which should help resolve any authentication errors related to CredSSP encryption oracle remediation.</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to disable the network adapter on Windows?]]></title><description><![CDATA[Learn how to disable a network adapter on Windows quickly. Whether you’re troubleshooting or managing connections, follow these simple steps to turn off your network adapter.]]></description><link>https://kb.reliabecloud.com/how-to-disable-the-network-adapter-on-windows-2/</link><guid isPermaLink="false">66c4fdcda9ca6c0001e3a7fd</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Tue, 20 Aug 2024 20:40:52 GMT</pubDate><content:encoded><![CDATA[<p>Learn how to&#xA0;<strong>disable a network adapter on Windows</strong>&#xA0;quickly. Whether you&#x2019;re troubleshooting or managing connections, follow these simple steps to turn off your&#xA0;<strong>network adapter</strong>.</p><hr><h3 id="method-1-using-gui">Method 1: Using GUI</h3><p>Press&#xA0;<code>Win + R</code>&#xA0;to open the Run dialog box, Type&#xA0;<code>ncpa.cpl</code>&#xA0;and press&#xA0;<code>Enter</code>. This opens the Network Connections window.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-3.png" class="kg-image" alt loading="lazy" width="812" height="456" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ncpa.cpl-3.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-3.png 812w" sizes="(min-width: 720px) 720px"></figure><p>Find the network adapter you want to disable (usually labelled as &quot;<code>Ethernet</code>&quot; or &quot;<code>Wi-Fi</code>&quot;) Right-click on the adapter and select&#xA0;<code>Disable</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/disable-ethernet-1.png" class="kg-image" alt loading="lazy" width="2000" height="1053" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/disable-ethernet-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/disable-ethernet-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/disable-ethernet-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/disable-ethernet-1.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>The network adapter will be disabled, and its status will change to &quot;<code>Disabled</code>&quot; in the Network Connections window.</p><h3 id="method-2-using-command-line">Method 2: Using Command-Line</h3><p>Type &quot;<code>cmd</code>&quot; in the Windows search box and Right-click &quot;<code>Command Prompt</code>&quot; and select &quot;<code>Run as administrator</code>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-12.png" class="kg-image" alt loading="lazy" width="1598" height="694" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/cmd-as-admin-12.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/cmd-as-admin-12.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-12.png 1598w" sizes="(min-width: 720px) 720px"></figure><p>Run the following command to list all network interfaces:</p><pre><code>netsh interface show interface
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/netsh-show-interface-1.png" class="kg-image" alt loading="lazy" width="1952" height="1020" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/netsh-show-interface-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/netsh-show-interface-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/netsh-show-interface-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/netsh-show-interface-1.png 1952w" sizes="(min-width: 720px) 720px"></figure><p>Use the following command to disable the network adapter:</p><pre><code>netsh interface set interface &quot;Interface Name&quot; admin=disable</code></pre><p>Replace&#xA0;<code>&quot;Interface Name&quot;</code>&#xA0;with the name of your network adapter (e.g., &quot;Ethernet&quot;).</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to verify port speed of a network adapter on Windows?]]></title><description><![CDATA[Learn how to verify the port speed of a network adapter on Windows with simple methods. Check your network adapter's speed, ensure optimal network performance, and troubleshoot connectivity issues quickly using built-in tools.]]></description><link>https://kb.reliabecloud.com/how-to-verify-port-speed-of-a-network-adapter-on-windows/</link><guid isPermaLink="false">66c4fa61a9ca6c0001e3a7d3</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Tue, 20 Aug 2024 20:31:11 GMT</pubDate><content:encoded><![CDATA[<p>Need to&#xA0;<strong>verify the port speed of a network adapter on Windows</strong>? Discover quick and easy methods to check your&#xA0;<strong>network adapter&apos;s speed</strong>&#xA0;using built-in Windows tools. Ensure your&#xA0;<strong>network performance</strong>&#xA0;is optimized and troubleshoot any connectivity issues effectively.</p><hr><h3 id="method-1-using-gui">Method 1: Using GUI</h3><p>Press&#xA0;<code>Win + R</code>&#xA0;to open the Run dialog box, Type&#xA0;<code>ncpa.cpl</code>&#xA0;and press&#xA0;<code>Enter</code>&#xA0;to open the Network Connections window.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-2.png" class="kg-image" alt loading="lazy" width="812" height="456" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ncpa.cpl-2.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-2.png 812w" sizes="(min-width: 720px) 720px"></figure><p>Right-click on the network adapter you want to check (e.g., &quot;Ethernet&quot;) and select&#xA0;<code>Status</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/status-of-network.png" class="kg-image" alt loading="lazy" width="2000" height="1052" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/status-of-network.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/status-of-network.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/status-of-network.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/status-of-network.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>In the Status window, look for the &quot;<code>Speed</code>&quot; entry. This displays the current port speed of the network adapter. It will show as something like &quot;<code>100 Mbps</code>&quot; or &quot;<code>1 Gbps,</code>&quot; depending on the network adapter and connection.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/network-speed.png" class="kg-image" alt loading="lazy" width="738" height="894" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/network-speed.png 600w, https://kb.reliabecloud.com/content/images/2024/08/network-speed.png 738w" sizes="(min-width: 720px) 720px"></figure><h3 id="method-2-using-command-line">Method 2: Using Command-Line</h3><p>Type &quot;<code>cmd</code>&quot; in the Windows search box and Right-click &quot;<code>Command Prompt</code>&quot; and select &quot;<code>Run as administrator</code>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-11.png" class="kg-image" alt loading="lazy" width="1598" height="694" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/cmd-as-admin-11.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/cmd-as-admin-11.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-11.png 1598w" sizes="(min-width: 720px) 720px"></figure><p>Type the following command and press&#xA0;<code>Enter</code>:</p><pre><code>wmic nic where (NetEnabled=true) get Name, Speed
</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/cmd-network-speed.png" class="kg-image" alt loading="lazy" width="1954" height="1016" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/cmd-network-speed.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/cmd-network-speed.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/cmd-network-speed.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/cmd-network-speed.png 1954w" sizes="(min-width: 720px) 720px"></figure><p>This will list all network adapters that are enabled along with their speeds.</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure><p></p>]]></content:encoded></item><item><title><![CDATA[How to restart network adapter on windows?]]></title><description><![CDATA[Learn how to restart your network adapter on Windows to resolve connectivity issues or apply new settings. This guide covers steps for restarting both network adapter cards for PCs and network adapter drivers for Windows 10, including ethernet controller drivers and internet adapter drivers. ]]></description><link>https://kb.reliabecloud.com/how-to-restart-network-adapter-on-windows/</link><guid isPermaLink="false">66c4f4d2a9ca6c0001e3a7a9</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Tue, 20 Aug 2024 20:19:06 GMT</pubDate><content:encoded><![CDATA[<p>If you need to&#xA0;<strong>restart your network adapter on Windows</strong>, whether for troubleshooting or to refresh your network settings, this guide will walk you through the process. Whether you&#x2019;re dealing with a&#xA0;<strong>network adapter card for PC</strong>&#xA0;or managing the&#xA0;<strong>network adapter driver for Windows 10</strong>, restarting the adapter can often resolve connectivity issues or apply new configurations. Follow these simple steps to restart your&#xA0;<strong>ethernet controller driver on Windows 10</strong>&#xA0;or any other&#xA0;<strong>internet adapter driver for Windows 10</strong>, and get your network back up and running smoothly.</p><hr><h3 id="method-1-using-gui">Method 1: Using GUI</h3><p>Press&#xA0;<code>Win + R</code>&#xA0;to open the Run dialog box, Type&#xA0;<code>ncpa.cpl</code>&#xA0;and press&#xA0;<code>Enter</code>. This opens the Network Connections window.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-1.png" class="kg-image" alt loading="lazy" width="812" height="456" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ncpa.cpl-1.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl-1.png 812w" sizes="(min-width: 720px) 720px"></figure><p>Locate the network adapter you want to restart. It&#x2019;s usually labelled as &quot;<code>Ethernet</code>&quot; or something similar. Right-click on the network adapter and select&#xA0;<code>Disable</code>. This will turn off the network adapter.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/disable-ethernet.png" class="kg-image" alt loading="lazy" width="2000" height="1053" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/disable-ethernet.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/disable-ethernet.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/disable-ethernet.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/disable-ethernet.png 2246w" sizes="(min-width: 720px) 720px"></figure><p>After a few moments, right-click on the same network adapter again and select&#xA0;<code>Enable</code>. This will restart the network adapter.</p><h3 id="method-2-using-command-line">Method 2: Using Command-Line</h3><p>Type &quot;<code>cmd</code>&quot; in the Windows search box and Right-click &quot;<code>Command Prompt</code>&quot; and select &quot;<code>Run as administrator</code>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-10.png" class="kg-image" alt loading="lazy" width="1598" height="694" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/cmd-as-admin-10.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/cmd-as-admin-10.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-10.png 1598w" sizes="(min-width: 720px) 720px"></figure><p>Run the following command to list all network interfaces:</p><pre><code>netsh interface show interface</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/netsh-show-interface.png" class="kg-image" alt loading="lazy" width="1952" height="1020" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/netsh-show-interface.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/netsh-show-interface.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/netsh-show-interface.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/netsh-show-interface.png 1952w" sizes="(min-width: 720px) 720px"></figure><p>Use the following command to disable the network adapter:</p><pre><code>netsh interface set interface &quot;Interface Name&quot; admin=disable
</code></pre><p>Replace&#xA0;<code>&quot;Interface Name&quot;</code>&#xA0;with the name of your network adapter (e.g., &quot;Ethernet&quot;).</p><p>Now, use this command to enable the network adapter:</p><pre><code>netsh interface set interface &quot;Interface Name&quot; admin=enable
</code></pre><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to change DNS servers on Windows?]]></title><description><![CDATA[Learn how to change DNS server settings in Windows with our step-by-step guide. Discover how to edit DNS server configurations, use DNS changers, and optimize your network performance. Get clear instructions to quickly change DNS settings and improve your internet experience.]]></description><link>https://kb.reliabecloud.com/how-to-change-dns-servers-on-windows/</link><guid isPermaLink="false">66c4ec51a9ca6c0001e3a767</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Tue, 20 Aug 2024 19:55:31 GMT</pubDate><content:encoded><![CDATA[<p>Looking to&#xA0;<strong>change DNS</strong>&#xA0;or&#xA0;<strong>edit DNS server</strong>&#xA0;settings on your Windows PC? Whether you&#x2019;re aiming to boost your internet speed, increase security, or bypass restrictions, adjusting your&#xA0;<strong>DNS server</strong>&#xA0;can make a big difference. In this guide, we&#x2019;ll show you how to&#xA0;<strong>change DNS server</strong>&#xA0;settings efficiently, providing clear steps to&#xA0;<strong>change DNS in Windows 10</strong>. From configuring&#xA0;<strong>DNS settings</strong>&#xA0;to using tools for a&#xA0;<strong>DNS changer in Windows</strong>, we&#x2019;ll cover everything you need to know. Follow our instructions to quickly&#xA0;<strong>change DNS</strong>&#xA0;and enhance your network performance with ease.</p><hr><h3 id="method-1-using-gui">Method 1: Using GUI.</h3><p>Press&#xA0;<code>Win + R</code>, type&#xA0;<code>ncpa.cpl</code>, and press&#xA0;<code>Enter</code>. This opens the Network Connections window.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl.png" class="kg-image" alt loading="lazy" width="812" height="456" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ncpa.cpl.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ncpa.cpl.png 812w" sizes="(min-width: 720px) 720px"></figure><p>Find the network adapter for which you want to change the DNS settings. This is usually labeled as &quot;<code>Ethernet</code>&quot; or similar and Right-click on the adapter and select&#xA0;<code>Properties</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ethernet-props-1.png" class="kg-image" alt loading="lazy" width="2000" height="1049" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ethernet-props-1.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/ethernet-props-1.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/ethernet-props-1.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/ethernet-props-1.png 2250w" sizes="(min-width: 720px) 720px"></figure><p>In the Properties window, scroll down and select&#xA0;<code>Internet Protocol Version 4 (TCP/IPv4)</code>, then click&#xA0;<code>Properties</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ipv4-prope-1.png" class="kg-image" alt loading="lazy" width="728" height="940" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ipv4-prope-1.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ipv4-prope-1.png 728w" sizes="(min-width: 720px) 720px"></figure><p>In the next window, select&#xA0;<code>Use the following DNS server addresses</code>. Enter the preferred DNS server address in the&#xA0;<code>Preferred DNS server</code>&#xA0;field.</p><p>Enter the alternate DNS server address in the&#xA0;<code>Alternate DNS server</code>&#xA0;field, if desired.</p><p>Now, click&#xA0;<code>OK</code>&#xA0;to save the changes.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/dns-server-config.png" class="kg-image" alt loading="lazy" width="796" height="906" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/dns-server-config.png 600w, https://kb.reliabecloud.com/content/images/2024/08/dns-server-config.png 796w" sizes="(min-width: 720px) 720px"></figure><p>Click&#xA0;<code>Close</code>&#xA0;on the network adapter properties window.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Tip: To ensure changes take effect immediately, open Command Prompt as an administrator and run&#xA0;<code spellcheck="false" style="white-space: pre-wrap;">ipconfig /flushdns</code>.</div></div><h3 id="using-command-line">Using Command-Line</h3><p>Type &quot;<code>cmd</code>&quot; in the Windows search box and Right-click &quot;<code>Command Prompt</code>&quot; and select &quot;<code>Run as administrator</code>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-9.png" class="kg-image" alt loading="lazy" width="1598" height="694" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/cmd-as-admin-9.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/cmd-as-admin-9.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/cmd-as-admin-9.png 1598w" sizes="(min-width: 720px) 720px"></figure><p>Type the following command and press&#xA0;<code>Enter</code>&#xA0;to list all network interfaces.</p><pre><code>netsh interface ip show config</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/netsh-command.png" class="kg-image" alt loading="lazy" width="1952" height="1020" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/netsh-command.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/netsh-command.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/netsh-command.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/netsh-command.png 1952w" sizes="(min-width: 720px) 720px"></figure><p>Now, use the following command to set the DNS servers:</p><pre><code>netsh interface ip set dns name=&quot;Interface Name&quot; static DNS_IP
</code></pre><p>Replace&#xA0;<code>&quot;Interface Name&quot;</code>&#xA0;with the name of your network interface (e.g., &quot;Ethernet&quot;), and&#xA0;<code>DNS_IP</code>&#xA0;with the DNS server address.</p><p>If you need to add an alternate DNS server, use:</p><pre><code>netsh interface ip add dns name=&quot;Interface Name&quot; DNS_IP index=2
</code></pre><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to change IPv4 IP Address on Windows?]]></title><description><![CDATA[Learn how to change your IPv4 address on a Windows Server with our easy-to-follow guide. Whether you're adjusting network settings for better performance or troubleshooting connectivity issues, this article provides clear steps to ensure your IP address changes are applied correctly. ]]></description><link>https://kb.reliabecloud.com/how-to-change-ipv4-ip-address-on-windows/</link><guid isPermaLink="false">66c4e22da9ca6c0001e3a728</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Tue, 20 Aug 2024 19:09:05 GMT</pubDate><content:encoded><![CDATA[<p>Looking to change your IPv4 address? Whether you&apos;re managing a server or updating network settings, knowing how to change an IPv4 address is crucial for optimal performance and security. This guide will walk you through the process of changing your IPv4 address on Windows, making it simple and efficient to adjust your network configuration as needed.</p><hr><h3 id="for-windows-server-2016-2019-and-2022">For Windows Server 2016, 2019, and 2022</h3><p>Click on the&#xA0;<code>Server Manager</code>&#xA0;icon on the taskbar or search for &quot;<code>Server Manager</code>&quot; in the Start menu.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/server-manager-2.png" class="kg-image" alt loading="lazy" width="1286" height="862" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/server-manager-2.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/server-manager-2.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/server-manager-2.png 1286w" sizes="(min-width: 720px) 720px"></figure><p>In the Server Manager window, click on&#xA0;<code>Local Server</code>&#xA0;in the left pane.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/local-server-2.png" class="kg-image" alt loading="lazy" width="2000" height="551" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/local-server-2.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/local-server-2.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/local-server-2.png 1600w, https://kb.reliabecloud.com/content/images/size/w2400/2024/08/local-server-2.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>In the&#xA0;Properties&#xA0;section, locate the&#xA0;Ethernet&#xA0;or&#xA0;Network&#xA0;section Click on the network link &#x201C;<code>Ethernet</code>&#x201D;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/network-link-ethernet.png" class="kg-image" alt loading="lazy" width="1136" height="758" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/network-link-ethernet.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/network-link-ethernet.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/network-link-ethernet.png 1136w" sizes="(min-width: 720px) 720px"></figure><p>This will open the&#xA0;<code>Network Connections</code>&#xA0;window, Right-click on the network adapter you want to change and select&#xA0;<code>Properties</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ethernet-props.png" class="kg-image" alt loading="lazy" width="2000" height="1049" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ethernet-props.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/ethernet-props.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/ethernet-props.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/ethernet-props.png 2250w" sizes="(min-width: 720px) 720px"></figure><p>In the&#xA0;<code>This connection uses the following items</code>&#xA0;list, find and select&#xA0;<code>Internet Protocol Version 4 (TCP/IPv4)</code>&#xA0;and click&#xA0;<code>Properties.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/ipv4-prope.png" class="kg-image" alt loading="lazy" width="728" height="940" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/ipv4-prope.png 600w, https://kb.reliabecloud.com/content/images/2024/08/ipv4-prope.png 728w" sizes="(min-width: 720px) 720px"></figure><p>If you want to assign a static IP address, select&#xA0;<code>Use the following IP address</code>&#xA0;and enter the new IP address, Subnet mask, and Default gateway. You may also need to enter DNS server addresses. Finally, click&#xA0;<strong><code>OK</code></strong>&#xA0;to apply the settings.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/add-ipv4-details.png" class="kg-image" alt loading="lazy" width="798" height="912" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/add-ipv4-details.png 600w, https://kb.reliabecloud.com/content/images/2024/08/add-ipv4-details.png 798w" sizes="(min-width: 720px) 720px"></figure><p>Close all open windows. Restarting your server is required for the changes to take effect.</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to disable IPv6 on Windows 10/11/2016/2019 and 2022?]]></title><description><![CDATA[If your host or an ISP doesn't offer IPv6, you can disable it. Let's learn how to do so on Windows 10/11/2016/2019 and 2022.]]></description><link>https://kb.reliabecloud.com/how-to-disable-ipv6-on-windows-10-11-2016-2019-and-2022/</link><guid isPermaLink="false">66c3f45ba9ca6c0001e3a6fa</guid><category><![CDATA[Networking]]></category><dc:creator><![CDATA[Deep Y]]></dc:creator><pubDate>Tue, 20 Aug 2024 01:59:28 GMT</pubDate><content:encoded><![CDATA[<p>If your host or an ISP doesn&apos;t offer IPv6, you can disable it. Let&apos;s learn how to do so on Windows 10/11/2016/2019 and 2022.</p><p>Login to Windows Machine and Search for <strong>Control Panel</strong>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/search-and-open-control-panel.jpg" class="kg-image" alt loading="lazy" width="782" height="634" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/search-and-open-control-panel.jpg 600w, https://kb.reliabecloud.com/content/images/2024/08/search-and-open-control-panel.jpg 782w" sizes="(min-width: 720px) 720px"></figure><p>Navigate to <strong>Network and Internet</strong>.</p><p>Click on <strong>Network and Sharing Center</strong>.</p><p>On the left sidebar, click on the <strong>Change adapter settings</strong>.</p><p><strong>Right-click</strong> on your<em> Network Adapter</em> and click on <strong>Properties</strong>. </p><p>Now, <strong>uncheck</strong> the option <strong>Internet Protocol Version 6 (TCP/IPv6)</strong> &gt;&gt; <strong>Click </strong>on <strong>OK</strong>.</p><p>Congratulations! You have successfully disabled the Ipv6 on Windows. The steps applicable for all the Windows versions (10/11/2016/2019 and 2022)..</p><hr><h3 id="disable-ipv6-with-powershell-script">Disable IPv6 with Powershell Script.</h3><p>You can run the following one-liner powershell script to disable IPv6 on all the network adaptors.</p><blockquote>Disable-NetAdapterBinding -Name &quot;*&quot; -ComponentID ms_tcpip6</blockquote><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Use the PowerShell script method cautiously, as it turns off the IPv6 on all the Windows network adaptors.</div></div>]]></content:encoded></item><item><title><![CDATA[How to Fix Windows Security Not Opening?]]></title><description><![CDATA[When Windows Security fails to open, it can leave your system vulnerable and unprotected. This guide will walk you through various troubleshooting steps to resolve the issue and get Windows Security running smoothly again.]]></description><link>https://kb.reliabecloud.com/how-to-fix-windows-security-not-opening/</link><guid isPermaLink="false">66be6fc0a9ca6c0001e3a3a9</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Sat, 17 Aug 2024 21:07:27 GMT</pubDate><content:encoded><![CDATA[<p>If you&apos;re encountering issues with&#xA0;Windows Security&#xA0;not functioning properly, you&apos;re not alone. Problems such as&#xA0;Windows Security not opening,&#xA0;Windows Security not appearing, or even&#xA0;Windows Security not allowing downloads&#xA0;can be frustrating and disrupt your workflow. Whether you&apos;re using&#xA0;Windows 7&#xA0;or&#xA0;Windows 10 Pro, issues with&#xA0;Windows Security settings not opening&#xA0;or&#xA0;Windows Security not turning on&#xA0;can pose serious security risks and hinder your ability to manage essential protections.</p><p>Additionally, specific errors like&#xA0;Windows Security not opening due to limited access by your IT administrator&#xA0;can complicate troubleshooting efforts. In this guide, we&#x2019;ll explore solutions to address these common problems, helping you restore full functionality to&#xA0;Windows Security&#xA0;and ensure your system remains protected and operational.</p><hr><h3 id="verify-windows-security-service-status">Verify Windows Security Service Status</h3><p>Press&#xA0;<code>Win + R</code>&#xA0;, type&#xA0;<code>services.msc</code>&#xA0;and press <code>Enter</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/services.msc.png" class="kg-image" alt loading="lazy" width="816" height="454" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/services.msc.png 600w, https://kb.reliabecloud.com/content/images/2024/08/services.msc.png 816w" sizes="(min-width: 720px) 720px"></figure><p>Scroll down and find&#xA0;<code>Security Center</code> on the services list and choose&#xA0;<code>Restart</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/Screenshot-2024-08-18-at-2.18.59-AM.png" class="kg-image" alt loading="lazy" width="829" height="827" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/Screenshot-2024-08-18-at-2.18.59-AM.png 600w, https://kb.reliabecloud.com/content/images/2024/08/Screenshot-2024-08-18-at-2.18.59-AM.png 829w" sizes="(min-width: 720px) 720px"></figure><p>Now, open your&#xA0;Windows Security&#xA0;app.</p><h3 id="run-windows-security-troubleshooter">Run Windows Security Troubleshooter</h3><p>Open&#xA0;<code>Settings</code>&#xA0;(<code>Win + I</code>) and Navigate to&#xA0;<code>Update &amp; Security.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/update-and-security-2.png" class="kg-image" alt loading="lazy" width="2000" height="1058" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/update-and-security-2.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/update-and-security-2.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/update-and-security-2.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/update-and-security-2.png 2326w" sizes="(min-width: 720px) 720px"></figure><p>Select&#xA0;<code>Troubleshoot</code>&#xA0;from the left pane, Click on&#xA0;<code>Additional troubleshooters.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/additonal-troubleshooter.png" class="kg-image" alt loading="lazy" width="1812" height="704" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/additonal-troubleshooter.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/additonal-troubleshooter.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/additonal-troubleshooter.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/additonal-troubleshooter.png 1812w" sizes="(min-width: 720px) 720px"></figure><p>Select&#xA0;<code>Windows Security</code>&#xA0;and click&#xA0;<code>Run the troubleshooter</code>.</p><h3 id="reinstall-windows-security">Reinstall Windows Security</h3><p>Search for&#xA0;<code>PowerShell</code>, right-click it, and select&#xA0;<code>Run as administrator.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/powershell-as-admin.png" class="kg-image" alt loading="lazy" width="1150" height="426" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/powershell-as-admin.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/powershell-as-admin.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/powershell-as-admin.png 1150w" sizes="(min-width: 720px) 720px"></figure><p>In the PowerShell window, enter the following command and press&#xA0;<code>Enter</code>:</p><pre><code class="language-powershell">Get-AppxPackage Microsoft.SecHealthUI | Reset-AppxPackage</code></pre><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/powershell-command-for-windows-security.png" class="kg-image" alt loading="lazy" width="1950" height="602" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/powershell-command-for-windows-security.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/powershell-command-for-windows-security.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/powershell-command-for-windows-security.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/powershell-command-for-windows-security.png 1950w" sizes="(min-width: 720px) 720px"></figure><h3 id="check-for-conflicting-software">Check for Conflicting Software</h3><p>Check your installed programs and uninstall any third-party antivirus or security software.</p><p>Restart your computer and see if Windows Security opens.</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item><item><title><![CDATA[How to fix Remote desktop connection protocol error 0x112f?]]></title><description><![CDATA[Fix Remote Desktop Connection protocol error 0x112f with our troubleshooting guide. Learn how to restart services, check network connectivity, update Windows, and adjust firewall settings to resolve this issue and restore your remote access.]]></description><link>https://kb.reliabecloud.com/how-to-fix-remote-desktop-connection-protocol-error-0x112f/</link><guid isPermaLink="false">66c0fe24a9ca6c0001e3a65a</guid><category><![CDATA[Troubleshooting]]></category><dc:creator><![CDATA[Steve F. Capp]]></dc:creator><pubDate>Sat, 17 Aug 2024 20:39:19 GMT</pubDate><content:encoded><![CDATA[<p>Are you facing the dreaded Remote Desktop Connection Protocol error 0x112f? You&apos;re not alone! This frustrating issue can grind your productivity to a halt just when you need access to your remote machine the most. Whether you&apos;re working from home, managing servers, or accessing important files on the go, nothing is more aggravating than hitting a wall with connectivity problems. But fear not! In this guide, we&#x2019;ll walk you through step-by-step solutions to troubleshoot and resolve this pesky error once and for all. Get ready to reclaim seamless remote access and boost your workflow today!</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/error-0x112f-fix.png" class="kg-image" alt loading="lazy" width="1014" height="260" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/error-0x112f-fix.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/error-0x112f-fix.png 1000w, https://kb.reliabecloud.com/content/images/2024/08/error-0x112f-fix.png 1014w" sizes="(min-width: 720px) 720px"></figure><p></p><hr><p>The issue often resolves with a remote reboot, so it&#x2019;s worth restarting the remote PC first as it may save you time. If the problem continues, proceed with the following troubleshooting steps.</p><h3 id="method-1-adjust-the-resolution">Method 1: Adjust the resolution</h3><p>Type&#xA0;<code>Remote Desktop Connection</code>&#xA0;into the search box and select it from the results.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/rdp.png" class="kg-image" alt loading="lazy" width="886" height="576" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/rdp.png 600w, https://kb.reliabecloud.com/content/images/2024/08/rdp.png 886w" sizes="(min-width: 720px) 720px"></figure><p>Click on <code>Show Options</code> and then select&#xA0;<code>Display settings.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/show-options.png" class="kg-image" alt loading="lazy" width="808" height="500" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/show-options.png 600w, https://kb.reliabecloud.com/content/images/2024/08/show-options.png 808w" sizes="(min-width: 720px) 720px"></figure><p>Ensure the screen resolution is set to the recommended value<strong> <code>High color (15 bit)</code></strong> for your display.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/15-bit.png" class="kg-image" alt loading="lazy" width="818" height="942" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/15-bit.png 600w, https://kb.reliabecloud.com/content/images/2024/08/15-bit.png 818w" sizes="(min-width: 720px) 720px"></figure><p>Lastly, click the&#xA0;<code>Connect</code>&#xA0;button to initiate the RDP connection.</p><h3 id="method-2-restart-remote-desktop-services">Method 2: <strong>Restart Remote Desktop Services</strong></h3><p>Open&#xA0;<code>Services</code>.&#xA0;<code>Press Window+R</code>, type&#xA0;<code>services.msc</code> and <code>Enter</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/services.msc-1.png" class="kg-image" alt loading="lazy" width="818" height="450" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/services.msc-1.png 600w, https://kb.reliabecloud.com/content/images/2024/08/services.msc-1.png 818w" sizes="(min-width: 720px) 720px"></figure><p>Restart&#xA0;<code>Remote Desktop Services</code>&#xA0;and&#xA0;<code>Remote Desktop Services UserMode Port Redirector</code>.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/restart-services.png" class="kg-image" alt loading="lazy" width="1614" height="1172" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/restart-services.png 600w, https://kb.reliabecloud.com/content/images/size/w1000/2024/08/restart-services.png 1000w, https://kb.reliabecloud.com/content/images/size/w1600/2024/08/restart-services.png 1600w, https://kb.reliabecloud.com/content/images/2024/08/restart-services.png 1614w" sizes="(min-width: 720px) 720px"></figure><p>Once the restart is complete, Connect.</p><h3 id="method-3-disable-%E2%80%9Cuse-all-my-monitors-for-the-remote-session%E2%80%9D">Method 3: Disable &#x201C;Use all my monitors for the remote session&#x201D;</h3><p>Open&#xA0;Remote Desktop Connection&#xA0;(type&#xA0;<code>mstsc</code>&#xA0;in the Start menu).</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/rdp-1.png" class="kg-image" alt loading="lazy" width="886" height="576" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/rdp-1.png 600w, https://kb.reliabecloud.com/content/images/2024/08/rdp-1.png 886w" sizes="(min-width: 720px) 720px"></figure><p>Click on <code>Show Options</code> and then select&#xA0;<code>Display settings.</code></p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/show-options-1.png" class="kg-image" alt loading="lazy" width="808" height="500" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/show-options-1.png 600w, https://kb.reliabecloud.com/content/images/2024/08/show-options-1.png 808w" sizes="(min-width: 720px) 720px"></figure><p>Make sure to uncheck option &quot;<strong><code>Use all my monitors for the remote session</code></strong>&quot;.</p><figure class="kg-card kg-image-card"><img src="https://kb.reliabecloud.com/content/images/2024/08/uncheck.png" class="kg-image" alt loading="lazy" width="810" height="938" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/uncheck.png 600w, https://kb.reliabecloud.com/content/images/2024/08/uncheck.png 810w" sizes="(min-width: 720px) 720px"></figure><p>Now, try to connect to the RDP by clicking on the&#xA0;<code>Connect</code><strong>&#xA0;</strong>button.</p><hr><figure class="kg-card kg-image-card"><a href="https://my.reliabecloud.com/aff.php?aff=1&amp;ref=kb.reliabecloud.com"><img src="https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif" class="kg-image" alt loading="lazy" width="728" height="90" srcset="https://kb.reliabecloud.com/content/images/size/w600/2024/08/reliabe-cloud-banner-9.gif 600w, https://kb.reliabecloud.com/content/images/2024/08/reliabe-cloud-banner-9.gif 728w" sizes="(min-width: 720px) 720px"></a></figure>]]></content:encoded></item></channel></rss>