{"id":8641,"date":"2024-06-24T05:23:42","date_gmt":"2024-06-24T05:23:42","guid":{"rendered":"https:\/\/www.infinitivehost.com\/knowledge-base\/?p=8641"},"modified":"2024-07-30T06:48:09","modified_gmt":"2024-07-30T06:48:09","slug":"disable-gpu-scheduling-via-command-line-in-windows-10-11-guide","status":"publish","type":"post","link":"https:\/\/www.infinitivehost.com\/knowledge-base\/disable-gpu-scheduling-via-command-line-in-windows-10-11-guide\/","title":{"rendered":"Disable GPU Scheduling via Command Line in Windows 10\/11 | Guide"},"content":{"rendered":"<div class='epvc-post-count'><span class='epvc-eye'><\/span>  <span class=\"epvc-count\"> 19,161<\/span><span class='epvc-label'> Views<\/span><\/div>\n<p>Disabling hardware-accelerated GPU scheduling via the command line in Windows 10\/11 can be done using the Windows Registry Editor command-line tool <code>reg.exe<\/code>. This requires modifying a specific registry key.<\/p>\n\n\n\n<p>Here&#8217;s a step-by-step guide:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Steps to Disable Hardware-Accelerated GPU Scheduling via Command Line:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open Command Prompt as Administrator<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + X<\/code> and select <strong>&#8220;Command Prompt (Admin)&#8221;<\/strong> or <strong>&#8220;Windows Terminal (Admin)&#8221;<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>    2. <strong>Execute the Registry Modification Command<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter the following command to disable hardware-accelerated GPU scheduling: <code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">reg add \"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers\" \/v HwSchMode \/t REG_DWORD \/d 1 \/f<\/mark><\/code> Here&#8217;s what the command does:\n<ul class=\"wp-block-list\">\n<li><code>reg add<\/code> is the command to add a new registry entry.<\/li>\n\n\n\n<li><code>\"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers\"<\/code> specifies the path to the Graphics Drivers registry key.<\/li>\n\n\n\n<li><code>\/v HwSchMode<\/code> specifies the name of the registry value to be modified or added.<\/li>\n\n\n\n<li><code>\/t REG_DWORD<\/code> specifies the type of the registry value (a DWORD in this case).<\/li>\n\n\n\n<li><code>\/d 1<\/code> sets the value to <code>1<\/code>, which disables hardware-accelerated GPU scheduling.<\/li>\n\n\n\n<li><code>\/f<\/code> forces the command to run without asking for confirmation.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>    3. <strong>Restart Your Computer<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the changes to take effect, you need to restart your computer. You can do this by typing the following command in the Command Prompt: <code>s<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">hutdown \/r \/t 0<\/mark><\/code> This will restart your computer immediately.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Explanation:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Registry Key<\/strong>: The specific key <code>HwSchMode<\/code> under <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers<\/code> controls the hardware-accelerated GPU scheduling feature.<\/li>\n\n\n\n<li><strong>Value Explanation<\/strong>:<\/li>\n\n\n\n<li>Setting <code>HwSchMode<\/code> to <code>1<\/code> disables hardware-accelerated GPU scheduling.<\/li>\n\n\n\n<li>Setting <code>HwSchMode<\/code> to <code>2<\/code> enables it.<\/li>\n\n\n\n<li>Deleting or setting <code>HwSchMode<\/code> to <code>0<\/code> lets the system decide based on driver and system capabilities.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Re-enabling Hardware-Accelerated GPU Scheduling:<\/h3>\n\n\n\n<p>If you want to re-enable the feature, you can set the value to <code>2<\/code> using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">reg add \"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers\" \/v HwSchMode \/t REG_DWORD \/d 2 \/f<\/mark><\/code><\/code><\/pre>\n\n\n\n<p>Or simply delete the value to let the system decide:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">reg delete \"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers\" \/v HwSchMode \/f<\/mark><\/code><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Important Note:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Modifying the registry can have significant effects on system behavior. Always ensure you have a backup of the registry or create a system restore point before making changes.<\/li>\n<\/ul>\n\n\n\n<p>By following these steps, you can control the hardware-accelerated GPU scheduling feature in Windows 10\/11 through the command line.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Disable GPU scheduling via the command line in Windows 10\/11. The main goal is to enhance GPU resource management and decrease the latency of graphics-intensive applications on your <strong><a href=\"https:\/\/www.infinitivehost.com\/gpu-dedicated-server\"><mark style=\"background-color:#8ed1fc\" class=\"has-inline-color\">best GPU Dedicated Server<\/mark><\/a><\/strong>. This can be accomplished using the command-line tool reg.exe. In the above-mentioned article, you can discover the steps to disable GPU scheduling for performance reasons. By adhering to these steps, you can manage the hardware-accelerated GPU scheduling features through the command line in Windows 10\/11.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>19,161 Views Disabling hardware-accelerated GPU scheduling via the command line in Windows 10\/11 can be done using the Windows Registry Editor command-line tool reg.exe. This requires modifying a specific registry key. Here&#8217;s a step-by-step guide: Steps to Disable Hardware-Accelerated GPU Scheduling via Command Line: 2. Execute the Registry Modification Command: 3. Restart Your Computer: Explanation: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[202],"tags":[],"class_list":["post-8641","post","type-post","status-publish","format-standard","hentry","category-gpu-server"],"_links":{"self":[{"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/8641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=8641"}],"version-history":[{"count":2,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/8641\/revisions"}],"predecessor-version":[{"id":8776,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/8641\/revisions\/8776"}],"wp:attachment":[{"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=8641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=8641"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=8641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}