{"id":2345,"date":"2017-10-10T07:29:06","date_gmt":"2017-10-10T07:29:06","guid":{"rendered":"http:\/\/www.isumsoft.com\/it\/?p=2345"},"modified":"2019-11-25T08:13:42","modified_gmt":"2019-11-25T08:13:42","slug":"2-methods-to-disable-the-command-prompt-in-windows-10","status":"publish","type":"post","link":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/","title":{"rendered":"2 Methods to Disable the Command Prompt in Windows 10"},"content":{"rendered":"<p>The Command Prompt or cmd.exe is a useful utility built in Windows. Users can use Command Prompt to perform many actions in Windows. Some of the actions may be sensitive and have effects on Windows. Because of this (or for some other reason), you may want to prevent users from using the Command Prompt in your Windows. Now in this post, we will show you <a href=\"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\">how to disable the Command Prompt in Windows 10&nbsp;<\/a>by using Group Policy or Registry.<\/p>\n<ul>\n<li><a href=\"#method1\">Method 1: using Group Policy Editor<\/a><\/li>\n<li><a href=\"#method2\">Method 2: using Registry Editor<\/a><\/li>\n<\/ul>\n<h2 id=\"method1\">Method 1: Disable the Command Prompt using Group Policy Editor<\/h2>\n<p>Step 1: <a href=\"https:\/\/www.isumsoft.com\/it\/open-local-group-policy-editor-in-windows-10\/\">Open the Local Group Policy Editor in Windows 10<\/a>.<\/p>\n<p>Step 2: In the Group Policy Editor that opens, do the following steps. First, in the left side pane, expand <strong>User Configuration &gt; Administrative Templates<\/strong> and then select <strong>System<\/strong>. So in the right side pane, you will see a policy setting named &#8221;Prevent access to the command prompt&#8221;.&nbsp; This policy is not configured by default, which means the Command Prompt is enabled and accessible by default. Double-click this policy to enable it if you want to disable the command prompt.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"387\" class=\"alignnone size-full wp-image-2346\" src=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/configure-policy.png\" alt=\"prevent access to the command prompt\" srcset=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/configure-policy.png 660w, https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/configure-policy-300x176.png 300w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/p>\n<p>Step 3: Select Enabled, and then click Apply followed by OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"471\" class=\"alignnone size-full wp-image-2347\" src=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/enabled.png\" alt=\"Select Enabled\" srcset=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/enabled.png 620w, https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/enabled-300x228.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/p>\n<p>Changes take effect immediately, and the Command Prompt is disabled. From now on, you can open the Command Prompt window, but you can&#8217;t perform any task in the window. When you open the Command Prompt window, it will display a message in the window: <strong><a href=\"https:\/\/www.isumsoft.com\/windows-10\/fix-command-prompt-disabled-by-administrator.html\">The command prompt has been disabled by your administrator<\/a><\/strong>. <strong>Press any key to continue<\/strong>, as shown in the screenshot below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"518\" height=\"287\" class=\"alignnone size-full wp-image-2348\" src=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disabled.png\" alt=\"command prompt is disabled\" srcset=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disabled.png 518w, https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disabled-300x166.png 300w\" sizes=\"auto, (max-width: 518px) 100vw, 518px\" \/><\/p>\n<p>Whenever you need to enable the Command Prompt just set this policy to <strong>Not Configured<\/strong>.<\/p>\n<h2 id=\"method2\">Method 2: Disable the Command Prompt using Registry Editor<\/h2>\n<p>If your Windows 10 does not include Local Group Policy Editor, you can use Registry Editor to disable the Command Prompt. Here are steps.<\/p>\n<p>Step 1:<a href=\"https:\/\/www.isumsoft.com\/it\/access-registry-editor-in-windows-10\/\"> Open the Registry Editor in Windows 10<\/a>.<\/p>\n<p>Step 2: In the left side pane of the Registry Editor, navigate to the key: <em>KEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows\\System<\/em>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"477\" height=\"314\" class=\"alignnone size-full wp-image-2349\" src=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/system-key.png\" alt=\"system key\" srcset=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/system-key.png 477w, https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/system-key-300x197.png 300w\" sizes=\"auto, (max-width: 477px) 100vw, 477px\" \/><\/p>\n<p>If the <strong>System<\/strong> key does not exist under the <strong>Windows<\/strong> key, you need to create it. Right click on the Windows key and select <strong>New &gt; Key<\/strong> to create a new key, and then name it as <strong>System<\/strong>.<\/p>\n<p>Step 3: Within the <strong>System<\/strong> key, you can see a <strong>DWORD<\/strong> value named <strong>DisableCMD<\/strong>. If the <strong>DisableCMD<\/strong> value does not exist, you need to create it. Right click on the <strong>System<\/strong> key, and select <strong>New &gt; DWORD (32-bit) Value<\/strong> to create a new DWORD value; name the new value as <strong>DisableCMD<\/strong>. The value data of the <strong>DisableCMD<\/strong> is <strong>0<\/strong> by default, which means the Command Prompt is enabled and accessible by default. If you want to disable the Command Prompt, double-click the DisableCMD value and set its value data to <strong>2<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"603\" height=\"314\" class=\"alignnone size-full wp-image-2350\" src=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/set-value.png\" alt=\"set value data\" srcset=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/set-value.png 603w, https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/set-value-300x156.png 300w\" sizes=\"auto, (max-width: 603px) 100vw, 603px\" \/><\/p>\n<p>Finally, close the Registry Editor. That&#8217;s it. Now the Command Prompt has been disabled. Whenever you need to enable it, just set the <strong>DisableCMD<\/strong> value data to <strong>0<\/strong> or delete this value.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Command Prompt or cmd.exe is a useful utility built in Windows. Users can use Command Prompt to perform many actions in Windows. Some of the actions may be sensitive and have effects on Windows. Because of this&#8230; <\/p>\n","protected":false},"author":2,"featured_media":5588,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38],"tags":[],"class_list":["post-2345","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-10"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>2 Methods to Disable the Command Prompt in Windows 10<\/title>\n<meta name=\"description\" content=\"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.\" \/>\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.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2 Methods to Disable the Command Prompt in Windows 10\" \/>\n<meta property=\"og:description\" content=\"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/\" \/>\n<meta property=\"og:site_name\" content=\"iSumsoft\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/isumsofthome\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-10-10T07:29:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-25T08:13:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"507\" \/>\n\t<meta property=\"og:image:height\" content=\"272\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Darren\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@iSumsoft\" \/>\n<meta name=\"twitter:site\" content=\"@iSumsoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Darren\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/\"},\"author\":{\"name\":\"Darren\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#\\\/schema\\\/person\\\/53553bf339aeb82b9c6a240f3b262798\"},\"headline\":\"2 Methods to Disable the Command Prompt in Windows 10\",\"datePublished\":\"2017-10-10T07:29:06+00:00\",\"dateModified\":\"2019-11-25T08:13:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/\"},\"wordCount\":504,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/disable-the-command-prompt.png\",\"articleSection\":[\"Windows 10\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/\",\"name\":\"2 Methods to Disable the Command Prompt in Windows 10\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/disable-the-command-prompt.png\",\"datePublished\":\"2017-10-10T07:29:06+00:00\",\"dateModified\":\"2019-11-25T08:13:42+00:00\",\"description\":\"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/disable-the-command-prompt.png\",\"contentUrl\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/disable-the-command-prompt.png\",\"width\":507,\"height\":272,\"caption\":\"disable the command prompt\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/2-methods-to-disable-the-command-prompt-in-windows-10\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"2 Methods to Disable the Command Prompt in Windows 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/\",\"name\":\"iSumsoft\",\"description\":\"Tell You More about IT World\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#organization\",\"name\":\"iSumsoft Studio\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/favicon.ico\",\"contentUrl\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/favicon.ico\",\"width\":16,\"height\":16,\"caption\":\"iSumsoft Studio\"},\"image\":{\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/isumsofthome\\\/\",\"https:\\\/\\\/x.com\\\/iSumsoft\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCL9RaYqRcQ0f0buIzXiaNDw\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/#\\\/schema\\\/person\\\/53553bf339aeb82b9c6a240f3b262798\",\"name\":\"Darren\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/e5e\\\/e5eca2e7a3c501250b3030d7070548bbx96.jpg\",\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/e5e\\\/e5eca2e7a3c501250b3030d7070548bbx96.jpg\",\"contentUrl\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/e5e\\\/e5eca2e7a3c501250b3030d7070548bbx96.jpg\",\"caption\":\"Darren\"},\"url\":\"https:\\\/\\\/www.isumsoft.com\\\/it\\\/author\\\/darren-king\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"2 Methods to Disable the Command Prompt in Windows 10","description":"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.","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.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/","og_locale":"en_US","og_type":"article","og_title":"2 Methods to Disable the Command Prompt in Windows 10","og_description":"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.","og_url":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/","og_site_name":"iSumsoft","article_publisher":"https:\/\/www.facebook.com\/isumsofthome\/","article_published_time":"2017-10-10T07:29:06+00:00","article_modified_time":"2019-11-25T08:13:42+00:00","og_image":[{"width":507,"height":272,"url":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png","type":"image\/png"}],"author":"Darren","twitter_card":"summary_large_image","twitter_creator":"@iSumsoft","twitter_site":"@iSumsoft","twitter_misc":{"Written by":"Darren","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#article","isPartOf":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/"},"author":{"name":"Darren","@id":"https:\/\/www.isumsoft.com\/it\/#\/schema\/person\/53553bf339aeb82b9c6a240f3b262798"},"headline":"2 Methods to Disable the Command Prompt in Windows 10","datePublished":"2017-10-10T07:29:06+00:00","dateModified":"2019-11-25T08:13:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/"},"wordCount":504,"commentCount":0,"publisher":{"@id":"https:\/\/www.isumsoft.com\/it\/#organization"},"image":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png","articleSection":["Windows 10"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/","url":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/","name":"2 Methods to Disable the Command Prompt in Windows 10","isPartOf":{"@id":"https:\/\/www.isumsoft.com\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#primaryimage"},"image":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png","datePublished":"2017-10-10T07:29:06+00:00","dateModified":"2019-11-25T08:13:42+00:00","description":"This post shows you two methods to disable the command prompt in Windows 10, so that anyone including yourself can not use command prompt.","breadcrumb":{"@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#primaryimage","url":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png","contentUrl":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2017\/10\/disable-the-command-prompt.png","width":507,"height":272,"caption":"disable the command prompt"},{"@type":"BreadcrumbList","@id":"https:\/\/www.isumsoft.com\/it\/2-methods-to-disable-the-command-prompt-in-windows-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.isumsoft.com\/it\/"},{"@type":"ListItem","position":2,"name":"2 Methods to Disable the Command Prompt in Windows 10"}]},{"@type":"WebSite","@id":"https:\/\/www.isumsoft.com\/it\/#website","url":"https:\/\/www.isumsoft.com\/it\/","name":"iSumsoft","description":"Tell You More about IT World","publisher":{"@id":"https:\/\/www.isumsoft.com\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.isumsoft.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.isumsoft.com\/it\/#organization","name":"iSumsoft Studio","url":"https:\/\/www.isumsoft.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.isumsoft.com\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2019\/11\/favicon.ico","contentUrl":"https:\/\/www.isumsoft.com\/it\/wp-content\/uploads\/2019\/11\/favicon.ico","width":16,"height":16,"caption":"iSumsoft Studio"},"image":{"@id":"https:\/\/www.isumsoft.com\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/isumsofthome\/","https:\/\/x.com\/iSumsoft","https:\/\/www.youtube.com\/channel\/UCL9RaYqRcQ0f0buIzXiaNDw"]},{"@type":"Person","@id":"https:\/\/www.isumsoft.com\/it\/#\/schema\/person\/53553bf339aeb82b9c6a240f3b262798","name":"Darren","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.isumsoft.com\/it\/wp-content\/wphb-cache\/gravatar\/e5e\/e5eca2e7a3c501250b3030d7070548bbx96.jpg","url":"https:\/\/www.isumsoft.com\/it\/wp-content\/wphb-cache\/gravatar\/e5e\/e5eca2e7a3c501250b3030d7070548bbx96.jpg","contentUrl":"https:\/\/www.isumsoft.com\/it\/wp-content\/wphb-cache\/gravatar\/e5e\/e5eca2e7a3c501250b3030d7070548bbx96.jpg","caption":"Darren"},"url":"https:\/\/www.isumsoft.com\/it\/author\/darren-king\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/posts\/2345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/comments?post=2345"}],"version-history":[{"count":0,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/posts\/2345\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/media\/5588"}],"wp:attachment":[{"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/media?parent=2345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/categories?post=2345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.isumsoft.com\/it\/wp-json\/wp\/v2\/tags?post=2345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}