{"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":"2026-05-04T07:12:17","modified_gmt":"2026-05-04T07:12:17","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\"> 21,071<\/span><span class='epvc-label'> Views<\/span><\/div>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8641\" class=\"elementor elementor-8641\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-65066342 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"65066342\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d5f9d16\" data-id=\"d5f9d16\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3392dc2e elementor-widget elementor-widget-text-editor\" data-id=\"3392dc2e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<span style=\"font-weight: 400;\">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.<\/span>\n\n<span style=\"font-weight: 400;\">For all those brands that are using a <a href=\"https:\/\/www.infinitivehost.com\/gpu-dedicated-server-usa\">dedicated GPU server Windows<\/a> environment, managing all these settings can help improve performance, compatibility, and resource management for challenging tasks.<\/span>\n<h2 style=\"font-size: 24px !important; margin-top: 20px !important;\"><b>Steps to Disable Hardware-Accelerated GPU Scheduling via Command Line:<\/b><\/h2>\n<ol>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open Command Prompt as an Admin:<\/span><\/li>\n<\/ol>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Press Win + X and choose \u201cCommand Prompt (Admin)\u201d or \u201cWindows Terminal (Admin)\u201d.<\/span><\/li>\n<\/ul>\n<ol>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run the Registry Modification Command:<\/span><\/li>\n<\/ol>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Enter the below-mentioned command to disable hardware-accelerated GPU scheduling: reg add<\/span><\/li>\n<\/ul>\n<span style=\"font-weight: 400;\">&#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers&#8221; \/v HwSchMode \/t REG_DWORD \/d 1 \/f Here\u2019s what the command does:<\/span>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">reg add is the command to add a new registry entry.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">&#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers&#8221; tells about the path to the Graphics Drivers registry key.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">\/v HwSchMode mentioned the name of the registry value to be modified or included.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">\/t REG_DWORD mentions the type of the registry value (a DWORD in this case).<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">\/d 1 sets the value to 1, which disables hardware-based GPU scheduling.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">\/f forces the command to run without asking for any verification.<\/span><\/li>\n<\/ul>\n<ol>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Restart Your Computer:<\/span><\/li>\n<\/ol>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For all the changes to be shown, you must have to restart your PC. You can simply do this by typing the command below in the Command Prompt:\u00a0<\/span><\/li>\n<\/ul>\n<span style=\"font-weight: 400;\">shutdown \/r \/t 0\u00a0<\/span>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This will restart your computer immediately.<\/span><\/li>\n<\/ul>\n<h2 style=\"font-size: 24px !important; margin-top: 20px !important;\"><b>Description:<\/b><\/h2>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Registry Key: The specific key HwSchMode under HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers controls the hardware-accelerated GPU scheduling feature.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Value Explanation:<\/span>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Setting HwSchMode to 1 disables hardware-accelerated GPU scheduling.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Setting HwSchMode to 2 enables it.<\/span><\/li>\n \t<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Deleting or setting HwSchMode to zero lets the system decide, as per your driver and system features.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 style=\"font-size: 24px !important; margin-top: 20px !important;\"><b>Re-enabling Hardware-Accelerated GPU Scheduling:<\/b><\/h2>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers&#8221; \/v HwSchMode \/t REG_DWORD \/d 2 \/f<\/span><\/li>\n<\/ul>\n<span style=\"font-weight: 400;\">Or easily delete the value to let the system decide:<\/span>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">reg delete &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers&#8221; \/v HwSchMode \/f<\/span><\/li>\n<\/ul>\n<h2 style=\"font-size: 24px !important; margin-top: 20px !important;\"><b>Key Note:<\/b><\/h2>\n<ul>\n \t<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing the registry can have some important effects on system behavior. Always make sure that you have a backup of the registry or create a system restore point before making changes.<\/span><\/li>\n<\/ul>\n<span style=\"font-weight: 400;\">By following all these steps, you can control the hardware-accelerated GPU scheduling feature in Windows 10\/11 through the command line. Check out Infinitive Host\u2019s <a href=\"https:\/\/www.infinitivehost.com\/gpu-dedicated-server-uk\">high-performance GPU server plans<\/a> to see more options.<\/span>\n<h2 style=\"font-size: 24px !important; margin-top: 20px !important;\"><b>Conclusion<\/b><\/h2>\n<span style=\"font-weight: 400;\">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 <a href=\"https:\/\/www.gpu4host.com\/\" target=\"_blank\" rel=\"noopener\">GPU server<\/a>, and <a href=\"https:\/\/www.infinitivehost.com\/gpu-dedicated-server-germany\">explore our GPU dedicated servers<\/a>. This can be done using the command prompt utility reg.exe. In the article provided above, there is a way on how to turn off GPU scheduling for performance purposes. This will help you properly manage the hardware acceleration GPU scheduling capabilities in Windows 10\/11 through the command prompt.<\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b041d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b041d2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7ac996\" data-id=\"d7ac996\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa40266 elementor-widget elementor-widget-heading\" data-id=\"aa40266\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">FAQs<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b8639 elementor-widget elementor-widget-accordion\" data-id=\"f5b8639\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2571\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2571\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What is hardware-accelerated GPU scheduling in Windows 10\/11?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2571\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2571\"><p><span style=\"font-weight: 400;\">GPU Scheduling, particularly on Windows operating systems, refers to a sophisticated piece of technology that allows the GPU to handle everything on its own, reducing latency and boosting performance in graphical applications.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2572\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2572\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How can I easily disable GPU scheduling using Command Prompt?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2572\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2572\"><p><span style=\"font-weight: 400;\">To turn off GPU scheduling, all you have to do is use the reg add command in Command Prompt with administrative privileges to update the HwSchMode registry key. Once you&#8217;ve done that, restart your PC.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2573\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2573\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What does the HwSchMode registry value mean?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2573\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2573\"><p><span style=\"font-weight: 400;\">The HwSchMode tells the different GPU scheduling mode, where:<\/span><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><b>1 <\/b><span style=\"font-weight: 400;\">is equal to GPU scheduling disabled<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>2 <\/b><span style=\"font-weight: 400;\">is equal to GPU scheduling enabled<\/span><\/li><\/ul><p><b>0 or missing <\/b><span style=\"font-weight: 400;\">is equal to Windows making an automatic decision<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2574\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2574\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Is it quite safe to change GPU scheduling via the registry?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2574\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2574\"><p><span style=\"font-weight: 400;\">Yes, however, it is suggested that you first back up your registry or make a restore point in case anything goes wrong.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2575\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2575\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Why would businesses that use dedicated GPU servers with Windows disable GPU scheduling?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2575\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2575\"><p><span style=\"font-weight: 400;\">They could be optimizing their system&#8217;s performance and compatibility with different types of tasks and resource-heavy workloads, like AI\/ML and virtualization.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>21,071 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. For all those brands that are using a dedicated GPU server Windows environment, managing all these settings can help improve performance, compatibility, and resource [&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":8,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/8641\/revisions"}],"predecessor-version":[{"id":9620,"href":"https:\/\/www.infinitivehost.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/8641\/revisions\/9620"}],"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}]}}