{"id":3928,"date":"2025-12-17T14:30:50","date_gmt":"2025-12-17T14:30:50","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=3928"},"modified":"2026-04-08T12:43:09","modified_gmt":"2026-04-08T12:43:09","slug":"check-net-framework-version-in-windows","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html","title":{"rendered":"How to Check .NET Framework Version in Windows CMD?"},"content":{"rendered":"<style>\n.blg-advrt-main {\n    width: 100%;\n    max-width: 1000px;   \/* increase overall box width *\/\n    margin: 30px auto;   \/* center it nicely *\/\n}\n\n.blg-prm-bx {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 40px;           \/* more spacing between image & text *\/\n    padding: 30px 40px;  \/* increase inner space *\/\n    border-radius: 12px;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n\n\/* Image *\/\n.blg-prm-bx img {\n    max-width: 320px;   \/* bigger image *\/\n    height: auto;\n}\n\n\/* Content area *\/\n.blg-prm-bx .content {\n    max-width: 550px;\n}\n\n\/* Heading *\/\n.blg-prm-bx h2 {\n    font-size: 26px;\n    margin-bottom: 12px;\n}\n\n\/* Paragraph *\/\n.blg-prm-bx p {\n    font-size: 16px;\n    line-height: 1.6;\n}\n\n\/* Button *\/\n.blg-prm-bx a {\n    display: inline-block;\n    margin-top: 15px;\n    padding: 12px 22px;\n    font-size: 15px;\n    border-radius: 6px;\n}\n<\/style>\n\n<p>If you are working on a Windows server or computer, you have likely encountered applications that depend on the .NET Framework. Many software, control panels, hosting tools, and enterprise applications require a specific .NET Framework version to run correctly.<\/p>\n\n\n\n<p>When something doesn\u2019t work as expected, one of the first questions asked is:<\/p>\n\n\n\n<p><strong>Which .NET Framework version is installed?<\/strong><\/p>\n\n\n\n<p>Instead of clicking through multiple windows or control panel settings, Windows provides a faster and more reliable way to check this using Command Prompt (CMD).<\/p>\n\n\n\n<p>In this detailed guide, we will walk you through simple CMD commands to check the installed .NET Framework version and also explain what each command actually does, so you understand what\u2019s happening behind the scenes.<\/p>\n\n\n\n<p>Let\u2019s get started!<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/479\/check-laravel-version-windows-cmd.html\"><strong>How to Check Laravel Version in Windows CMD?<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Methods to Check .NET Framework Version Using CMD<\/strong><\/h2>\n\n\n\n<p>Windows stores .NET Framework installation details in specific system folders and registry locations. CMD allows us to query this information directly.<\/p>\n\n\n\n<p><strong>Step 1: Open Command Prompt<\/strong><\/p>\n\n\n\n<p>First, open CMD with regular user access.<\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style:'\\2794';\">\n<li>&nbsp;Press <strong>Windows + R<\/strong><\/li>\n\n\n\n<li>&nbsp;Type <strong>\u2018cmd\u2019<\/strong><\/li>\n\n\n\n<li>&nbsp;Press <strong>Enter<\/strong><\/li>\n<\/ul>\n\n\n\n<p>The Command Prompt window will open!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Method 1: Check .NET Framework Version Using the System Folder<\/strong><\/h3>\n\n\n\n<p>This method checks the system folder where .NET Framework files are stored. Each folder name represents a version of the .NET Framework installed on the system. It is the fastest way to confirm whether the .NET Framework is installed and to see the available major versions.<\/p>\n\n\n\n<p>This method is best when you want a quick overview of installed versions!<\/p>\n\n\n\n<p>\u2794 Enter the following command in CMD and press Enter:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>dir %windir%\\Microsoft.NET\\Framework \/AD<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>What This Command Means:<\/strong><\/p>\n\n\n\n<p>\u27a2 <strong>dir: <\/strong>Lists files and folders in a directory.<\/p>\n\n\n\n<p>\u27a2 <strong>%windir%:<\/strong> Refers to the Windows installation directory (usually C:\\Windows).<\/p>\n\n\n\n<p>\u27a2 <strong>Microsoft.NET\\Framework:<\/strong> This folder stores installed .NET Framework versions.<\/p>\n\n\n\n<p>\u27a2 <strong>\/AD:<\/strong> Displays only directories (folders), not files.<\/p>\n\n\n\n<p><strong>What You\u2019ll See:<\/strong><\/p>\n\n\n\n<p>After running the command, CMD will show folders with names like:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"401\" height=\"134\" src=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png\" alt=\"Check .NET Framework Version Using the System Folder\" class=\"wp-image-3929\" srcset=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png 401w, https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder-300x100.png 300w\" sizes=\"auto, (max-width: 401px) 100vw, 401px\" \/><\/figure>\n<\/div>\n\n\n<p>Each folder represents a version of the .NET Framework installed on your system.<\/p>\n\n\n\n<p><strong>Here:<\/strong><\/p>\n\n\n\n<p>v4.0 means .NET Framework 4.0 is installed<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/477\/check-react-version-in-cmd.html\"><strong>How to Check React Version in Windows CMD?<\/strong><\/a><\/p><hr>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Method 2: Check the Exact .NET Framework 4.x Version Using Registry (CMD)<\/strong><\/h3>\n\n\n\n<p>This method directly reads the Windows Registry, where Microsoft stores detailed information about the .NET Framework installation. The command returns a release number that uniquely identifies the installed .NET Framework 4.x version.<\/p>\n\n\n\n<p>This is the most accurate method and is commonly used by system administrators and developers when an application requires a specific .NET Framework version.<\/p>\n\n\n\n<p>\u2794 To find the exact version of .NET Framework 4.x, use this command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>reg query &#8220;HKLM\\SOFTWARE\\Microsoft\\Net Framework Setup\\NDP&#8221; \/s<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>What This Command Means:<\/strong><\/p>\n\n\n\n<p>\u2794 <strong>reg query: <\/strong>This command tells Windows to search the registry and display the results.<\/p>\n\n\n\n<p>\u2794 <strong>HKLM (HKEY_LOCAL_MACHINE): <\/strong>This registry hive contains system-wide settings that apply to all users.<\/p>\n\n\n\n<p>\u2794 <strong>Microsoft\\NET Framework Setup\\NDP: <\/strong>This is the main registry location where Microsoft stores details of every installed .NET Framework version, including older and newer releases.<\/p>\n\n\n\n<p>\u2794 <strong>\/s: <\/strong>This option means search recursively. It scans all subkeys under the specified path, ensuring that no installed .NET Framework version is missed.<\/p>\n\n\n\n<p><strong>What You\u2019ll See:<\/strong><\/p>\n\n\n\n<p>CMD will return a numeric value like:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"623\" height=\"279\" src=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-the-Exact-.NET-Framework-4.x-Version-Using-Registry-CMD.png\" alt=\"Check the Exact .NET Framework 4.x Version Using Registry (CMD)\" class=\"wp-image-3930\" srcset=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-the-Exact-.NET-Framework-4.x-Version-Using-Registry-CMD.png 623w, https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-the-Exact-.NET-Framework-4.x-Version-Using-Registry-CMD-300x134.png 300w\" sizes=\"auto, (max-width: 623px) 100vw, 623px\" \/><\/figure>\n<\/div>\n\n\n<p>This number represents the installed .NET Framework 4.7 version.<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/474\/check-sql-version-in-windows-cmd.html\"><strong>How to Check the SQL Version in Windows CMD?<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Important Things to Keep in Mind<\/strong><\/h2>\n\n\n\n<p>\u2794 Windows systems can have multiple versions of the .NET Framework installed at the same time.<\/p>\n\n\n\n<p>\u2794 Applications usually use the version they are built for.<\/p>\n\n\n\n<p>\u2794 Versions of the .NET Framework 4.x are in-place upgrades, so only the latest version is active.<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\"><strong>How to Check Angular Version in Windows CMD?<\/strong><\/a><\/p><hr>\n\n\n    <div class=\"blg-advrt-main blg-prm-bx\">\n        <div class=\"row\" style=\"display: flex; justify-content: space-evenly; align-items: center;\">\n            <div class=\"col-md-5\">\n                <div class=\"blg-advrt-first blg-advrt-right\">\n                    <img decoding=\"async\" src=\"https:\/\/www.hostitsmart.com\/assets\/images\/Knowledgebase\/windows-hosting.png\" alt=\"windows-hosting\" \/>\n                <\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"blg-advrt-first blg-advrt-left\">\n                    <div class=\"blg_advrt_cnt\">\n                        Your Terminal Deserves a Powerful Home!                    <\/div>\n                    <p>\n                        Launch your projects on a secure, scalable Windows VPS designed for strong performance.                    <\/p>\n                    <div class=\"blg-advrt-first-btn affl-blg-btn\">\n                        <a href=\"https:\/\/www.hostitsmart.com\/servers\/windows-vps-hosting\">\n                            Explore Windows VPS Server                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Checking the .NET Framework version using Windows CMD is quick, reliable, and doesn\u2019t require navigating through multiple settings screens. Using simple commands, you can instantly identify which versions are installed and whether your system meets the application requirements.<\/p>\n\n\n\n<p>If you want a quick check, listing the framework folders works well. But if you need the exact .NET 4.x version, querying the registry is the most accurate method. Knowing this information can save you time when troubleshooting software issues or preparing a server for new applications.<\/p>\n\n\n<script>\nfunction copyCommand(btn) {\n  const td = btn.parentElement.querySelector(\"td.kb_firewall\");\n  const text = td.innerText.trim();\n\n  navigator.clipboard.writeText(text).then(() => {\n    const msg = btn.parentElement.querySelector(\".copy-msg\");\n    msg.style.display = \"inline-block\";\n    setTimeout(() => msg.style.display = \"none\", 1000);\n  });\n}\n<\/script>","protected":false},"excerpt":{"rendered":"<p>If you are working on a Windows server or computer, you have likely encountered applications that depend on the .NET Framework. Many software, control panels, hosting tools, and enterprise applications require a specific .NET Framework version to run correctly. When something doesn\u2019t work as expected, one of the first questions asked is: Which .NET Framework [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-3928","post","type-post","status-publish","format-standard","hentry","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Check .NET Framework Version in Windows CMD?<\/title>\n<meta name=\"description\" content=\"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.\" \/>\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.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check .NET Framework Version in Windows CMD?\" \/>\n<meta property=\"og:description\" content=\"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-17T14:30:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T12:43:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png\" \/>\n\t<meta property=\"og:image:width\" content=\"401\" \/>\n\t<meta property=\"og:image:height\" content=\"134\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\",\"name\":\"How to Check .NET Framework Version in Windows CMD?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png\",\"datePublished\":\"2025-12-17T14:30:50+00:00\",\"dateModified\":\"2026-04-08T12:43:09+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png\",\"contentUrl\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png\",\"width\":401,\"height\":134},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\",\"name\":\"Host IT Smart Knowledge base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\"],\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check .NET Framework Version in Windows CMD?","description":"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.","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.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html","og_locale":"en_US","og_type":"article","og_title":"How to Check .NET Framework Version in Windows CMD?","og_description":"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2025-12-17T14:30:50+00:00","article_modified_time":"2026-04-08T12:43:09+00:00","og_image":[{"width":401,"height":134,"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png","type":"image\/png"}],"author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html","name":"How to Check .NET Framework Version in Windows CMD?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage"},"image":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage"},"thumbnailUrl":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png","datePublished":"2025-12-17T14:30:50+00:00","dateModified":"2026-04-08T12:43:09+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"Check the installed .NET Framework version in Windows using simple CMD commands, with our beginner-friendly guide that explains methods clearly.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html#primaryimage","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png","contentUrl":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/12\/Check-.NET-Framework-Version-Using-the-System-Folder.png","width":401,"height":134},{"@type":"WebSite","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/","name":"Host IT Smart Knowledge base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/"],"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/comments?post=3928"}],"version-history":[{"count":11,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3928\/revisions"}],"predecessor-version":[{"id":4323,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3928\/revisions\/4323"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=3928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=3928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=3928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}