{"id":39249,"date":"2019-11-04T21:16:24","date_gmt":"2019-11-04T13:16:24","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=39249"},"modified":"2022-07-13T17:15:59","modified_gmt":"2022-07-13T09:15:59","slug":"5-ways-command-prompt-fix-slow-internet","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/","title":{"rendered":"5 Ways to Boost Internet Speed with Command Prompt"},"content":{"rendered":"<p><strong>Slow internet speed is a never-ending issue<\/strong> that plagues internet users every now and then. Sometimes it\u2019s an issue with network configuration, other times the issue may lie with the PC or even the ISP itself.<\/p>\n<p>However, many of common DNS, TCP and IP address related <strong>issues can be resolved using Windows Command Prompt<\/strong>. Below are some of the Command Prompt commands that you should try using when you face slower internet speed than usual.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a target=\"_blank\" href=\"https:\/\/www.hongkiat.com\/blog\/fixing-slow-wifi\/\" rel=\"noopener noreferrer\">Everything You Need to Know to Fix Your Slow WiFi<\/a><\/p>\n<h2>Accessing the Comand Prompt<\/h2>\n<p>Before starting, first let\u2019s see how you can open elevated Command Prompt window.<\/p>\n<p>There are many ways to <strong>access Command Prompt with administrator rights<\/strong>, and each way is different based on the Windows version. However, an easy and sure-to-work method is to simply type <strong><code><strong>cmd<\/strong><\/code> in Windows search bar and right-click on the Command Prompt option<\/strong>.<\/p>\n<p>Now select \"<strong>Run as administrator<\/strong>\" from the context menu and confirm the dialog to open<strong> Command Prompt<\/strong> with administrator rights.<\/p>\n<p><strong>Note:<\/strong> It is better to run all of the below-mentioned commands in a Command Prompt with administrator right. It is also a requirement of some of these commands.<\/p>\n<h2>1. Renew IP address<\/h2>\n<p>A lot of issues may affect your current IP address and make your internet or <a href=\"https:\/\/www.hongkiat.com\/blog\/chrome-boost-browsing-speed\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>browsing slow<\/strong><\/a>. It could be an <strong>IP conflict or even a problem at the DHCP server<\/strong>. Thankfully, in most cases, a simple IP address reset is all you\u2019ll need to fix such issues.<\/p>\n<p>You can use <strong>two Command Prompt commands<\/strong> to first release the connection with the current IP address and then renew it.<\/p>\n<p>Here\u2019s how:<\/p>\n<ol>\n<li>Write the command <code>ipconfig \/release<\/code> and hit <strong>Enter<\/strong>, and some large columns of text will appear.<\/li>\n<li>Here, write <code>ipconfig \/renew<\/code> and hit <strong>Enter<\/strong> again. This should reset your IP address and solve any internet slowdowns that could be happening due to an IP address issue.<\/li>\n<\/ol>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg\" width=\"800\" height=\"420\" alt=\"renew ip address\"><\/figure>\n<p><strong>Note:<\/strong> Do keep in mind that it is <strong>normal to be reassigned the same IP address as before<\/strong>. The point here is to disconnect and create a new connection.<\/p>\n<h2>2. Flush DNS resolver cache<\/h2>\n<p>Your <strong>PC keeps a list of websites hostnames and IP addresses<\/strong> that you visit and saves it in <strong>DNS resolver cache<\/strong>. This makes it easy to create a connection with a website that you have previously accessed.<\/p>\n<p>However, there is a chance that <strong>any corruption in the DNS resolver cache could lead to slower or no access to websites<\/strong>. This may not slow down your actual internet, but it could slow down your overall browsing. If you face such a situation, then you can just <strong>flush the DNS resolver cache to fix the issue<\/strong>.<\/p>\n<p>To flush DNS resolver cache, enter the command <code>ipconfig \/flushdns<\/code> and hit enter. You should see a confirmation saying \"<strong>Successfully flushed DNS Resolver Cache<\/strong>\".<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/flush-dns.jpg\" width=\"800\" height=\"423\" alt=\"flush dns\"><\/figure>\n<h2>3. Reset Winsock<\/h2>\n<p>Windows uses multiple network sockets to exchange information, and programs can install LSP (Layered Service Providers) to manage traffic and redirect it to the right path. However, <strong>any corruption in sockets or an infected LSP could lead to slow connection<\/strong>, website redirects, or even no access to websites.<\/p>\n<p>If this happens, you can <strong>reset Windows network sockets back to default<\/strong>. To do so, type the command <code><strong>netsh winsock reset<\/strong><\/code> in Command Prompt and hit <strong>Enter<\/strong>.<\/p>\n<p>After successful execution, you\u2019ll have to <strong>restart your PC<\/strong> for the changes to take effect.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/reset-winsock.jpg\" width=\"800\" height=\"423\" alt=\"reset winsock\"><\/figure>\n<h2>4. Use Netsh command<\/h2>\n<p>The <strong><code>netsh<\/code> command allows you to configure multiple network settings<\/strong> that directly affect the performance of your connection. If your internet is taking an unusually long time to connect to websites, then you can make <strong>multiple changes in the network to speed up the connection<\/strong>.<\/p>\n<p>Below are some <strong>netsh commands that you can use to speed up your connection<\/strong>. An <strong>\"Ok.\"<\/strong> message will confirm that it has been executed. Do keep in mind that some of these commands may not work on your PC due to limited compatibility.<\/p>\n<ul>\n<li><code>netsh int tcp set global chimney=enabled<\/code><\/li>\n<li><code>netsh int tcp set global autotuninglevel=normal<\/code><\/li>\n<li><code>netsh int tcp set supplemental (Alternative command for Windows 7 users is at the end)<\/code><\/li>\n<li><code>netsh int tcp set global dca=enabled<\/code><\/li>\n<li><code>netsh int tcp set global netdma=enabled<\/code><\/li>\n<li><code>netsh int tcp set global ecncapability=enabled<\/code><\/li>\n<li><code>netsh int tcp set global congestionprovider=ctcp (For Windows 7 users)<\/code><\/li>\n<\/ul>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/netsh-commands.jpg\" width=\"800\" height=\"423\" alt=\"netsh command\"><\/figure>\n<p><strong>Enter all these commands and then restart your PC<\/strong> to let the configurations take effect. In most cases, they should speed up connectivity and also the overall internet speed.<\/p>\n<p>If you face any problem, <strong>replace <code>enabled<\/code> part of these commands with <code>disabled<\/code> and enter  to disable it<\/strong>.<\/p>\n<p>For example, the command <code>netsh int tcp set global chimney=disabled<\/code> will disable Chimney offload feature.<\/p>\n<h2>5. Speed up Streaming<\/h2>\n<p>If you\u2019re getting the best available internet speed but video streaming websites like YouTube are streaming slow, then there\u2019s a chance <strong>your ISP might be throttling your connection<\/strong>. It is common for ISPs to throttle streaming to save bandwidth. Thankfully, a simple command can fix this issue.<\/p>\n<p>In the Command Prompt, enter the below-mentioned command and hit enter:<\/p>\n<p><code>netsh advfirewall firewall add rule name=\"StopThrottling\" dir=in action=block remoteip=173.194.55.0\/24,206.111.0.0\/16 enable=yes<\/code><\/p>\n<p>This simply <strong>adds a rule in your firewall that will prevent your ISP from throttling your connection<\/strong> while streaming.<\/p>\n<h2><strong>To sum up<\/strong><\/h2>\n<p>If you face any internet problems, then you should try all the above commands first. In most cases, an unexpected slowdown in internet speed or web page access error is usually caused by problems in these areas. Do let us know in the comments if you manage to fix your slow internet speed using these methods.<\/p>","protected":false},"excerpt":{"rendered":"<p>Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it\u2019s an issue with network configuration, other times the issue may lie with the PC or even the ISP itself. However, many of common DNS, TCP and IP address related issues can be resolved using Windows Command Prompt. Below&hellip;<\/p>\n","protected":false},"author":158,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3398],"tags":[4449],"topic":[4521],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>5 Ways to Boost Internet Speed with Command Prompt - Hongkiat<\/title>\n<meta name=\"description\" content=\"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it&#039;s an issue with network configuration, other\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 Ways to Boost Internet Speed with Command Prompt\" \/>\n<meta property=\"og:description\" content=\"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it&#039;s an issue with network configuration, other\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-04T13:16:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-13T09:15:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg\" \/>\n<meta name=\"author\" content=\"Karrar Haider\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karrar Haider\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/\"},\"author\":{\"name\":\"Karrar Haider\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/958e86e540a026b3ff39e5378f2ce49f\"},\"headline\":\"5 Ways to Boost Internet Speed with Command Prompt\",\"datePublished\":\"2019-11-04T13:16:24+00:00\",\"dateModified\":\"2022-07-13T09:15:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/\"},\"wordCount\":844,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/5-ways-command-prompt-fix-slow-internet\\\/renew-ip-address.jpg\",\"keywords\":[\"Internet Speed and Connection\"],\"articleSection\":[\"Internet\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/\",\"name\":\"5 Ways to Boost Internet Speed with Command Prompt - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/5-ways-command-prompt-fix-slow-internet\\\/renew-ip-address.jpg\",\"datePublished\":\"2019-11-04T13:16:24+00:00\",\"dateModified\":\"2022-07-13T09:15:59+00:00\",\"description\":\"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it's an issue with network configuration, other\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/5-ways-command-prompt-fix-slow-internet\\\/renew-ip-address.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/5-ways-command-prompt-fix-slow-internet\\\/renew-ip-address.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/5-ways-command-prompt-fix-slow-internet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 Ways to Boost Internet Speed with Command Prompt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/958e86e540a026b3ff39e5378f2ce49f\",\"name\":\"Karrar Haider\",\"description\":\"For over six years, Karrar has been writing about everything Windows and Google with a strict focus on improving security and finding ways to get more out of our devices.\",\"sameAs\":[\"https:\\\/\\\/www.hongkiat.com\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/karrar_haider\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"5 Ways to Boost Internet Speed with Command Prompt - Hongkiat","description":"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it's an issue with network configuration, other","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/","og_locale":"en_US","og_type":"article","og_title":"5 Ways to Boost Internet Speed with Command Prompt","og_description":"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it's an issue with network configuration, other","og_url":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2019-11-04T13:16:24+00:00","article_modified_time":"2022-07-13T09:15:59+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg","type":"","width":"","height":""}],"author":"Karrar Haider","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Karrar Haider","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/"},"author":{"name":"Karrar Haider","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/958e86e540a026b3ff39e5378f2ce49f"},"headline":"5 Ways to Boost Internet Speed with Command Prompt","datePublished":"2019-11-04T13:16:24+00:00","dateModified":"2022-07-13T09:15:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/"},"wordCount":844,"commentCount":0,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg","keywords":["Internet Speed and Connection"],"articleSection":["Internet"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/","url":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/","name":"5 Ways to Boost Internet Speed with Command Prompt - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg","datePublished":"2019-11-04T13:16:24+00:00","dateModified":"2022-07-13T09:15:59+00:00","description":"Slow internet speed is a never-ending issue that plagues internet users every now and then. Sometimes it's an issue with network configuration, other","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/5-ways-command-prompt-fix-slow-internet\/renew-ip-address.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/5-ways-command-prompt-fix-slow-internet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"5 Ways to Boost Internet Speed with Command Prompt"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/958e86e540a026b3ff39e5378f2ce49f","name":"Karrar Haider","description":"For over six years, Karrar has been writing about everything Windows and Google with a strict focus on improving security and finding ways to get more out of our devices.","sameAs":["https:\/\/www.hongkiat.com"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/karrar_haider\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-ad3","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/39249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/158"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=39249"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/39249\/revisions"}],"predecessor-version":[{"id":48979,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/39249\/revisions\/48979"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=39249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=39249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=39249"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=39249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}