{"id":4569,"date":"2019-04-24T10:54:56","date_gmt":"2019-04-24T10:54:56","guid":{"rendered":"https:\/\/www.fileinspect.com\/blog\/?p=4569"},"modified":"2019-06-05T17:52:25","modified_gmt":"2019-06-05T17:52:25","slug":"fix-component-store-has-been-corrupted-error","status":"publish","type":"post","link":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/","title":{"rendered":"How to resolve \u201cThe component store has been corrupted\u201d error?"},"content":{"rendered":"<p>On rare occasions, you can run into the \u2018The component store has been corrupted\u2019 error when trying to execute a command using the DISM utility. DISM (Deployment Image Servicing and Management) is a Windows built-in command-line tool that can be used to mount the Windows image file install.wim.<\/p>\n<p>DISM also performs image servicing, including installing, uninstalling, configuring, and updating Windows.<\/p>\n<p>If you get the error 14098 \u2018The component store has been corrupted\u2019, it means that something has interfered with Windows Update and some of its packages.<\/p>\n<p>Luckily, the problem can easily be resolved and this post outlines a variety of fixes that helped other users.<\/p>\n<h2>How to Fix DISM Error 14098 &#8216;The component store has been corrupted&#8217;<\/h2>\n<h3>Run the Restore Health Command<\/h3>\n<p>The RestoreHealth command checks for corruption in the component store, records the information to C:\\Windows\\Logs\\CBS\\CBS.log, and then fixes the corruption using an external bootable installation source or Windows Update.<\/p>\n<p>This operation takes more than 10 minutes depending on your PC\u2019s speed and the level of corruption in the Windows component store.<\/p>\n<p>To execute this command:<\/p>\n<ol>\n<li>Open the Command Prompt as an administrator. Simply press the Windows Key and type command prompt. Right-click \u201cCommand Prompt\u201d from the results and select \u201cRun as administrator\u201d.<\/li>\n<li>Input the following command: Dism \/Online \/Cleanup-Image \/RestoreHealth, and hit \u201cEnter\u201d. Take note of the spacing, otherwise, the command won&#8217;t work.<\/li>\n<\/ol>\n<p>After the DISM command successfully fixes the corruption, restart your machine and try to execute a command using the DISM tool. If it fails, try the next fix.<\/p>\n<h3>Run StartComponentCleanup Task<\/h3>\n<p>The StartComponentCleanup task helps to automatically clean up components when your system is offline or not in use. If the above command line doesn\u2019t work, you can trigger this task via Task Scheduler.<\/p>\n<p>This operation can take more than 30 minutes and should be allowed to complete without interruptions. Here\u2019s what you need to do:<\/p>\n<ol>\n<li>Click \u201cStart\u201d and type Task Scheduler.<\/li>\n<li>Right-click on the top result, which should be \u201cTask Scheduler\u201d, and select \u201cRun as administrator\u201d.<\/li>\n<li>When Task Scheduler opens, follow this path: Task Scheduler Library\\Microsoft\\Windows\\Servicing.<\/li>\n<li>Click the \u201cServicing\u201d folder, and right-click StartComponentCleanup on the left pane.<\/li>\n<li>Select \u201cRun\u201d.<\/li>\n<\/ol>\n<p>You can also start the StartComponentCleanup task from the command line. Here are the steps to follow:<\/p>\n<ol>\n<li>Right-click \u201cStart\u201d and click on \u201cCommand Prompt (Admin)\u201d.<\/li>\n<li>Input the following command into the \u201cCommand Prompt\u201d window: Dism.exe \/online \/Cleanup-Image \/StartComponentCleanup, and press \u201cEnter\u201d on your keyboard.<\/li>\n<li>Wait until the command completes the process, and then restart your computer.<\/li>\n<\/ol>\n<p>If you still encounter the \u2018The component store has been corrupted\u2019 error after executing the command above, move on to the next fix.<\/p>\n<h3>Reset Windows Update Components<\/h3>\n<ol>\n<li>Open \u201cStart\u201d by pressing the Windows Key.<\/li>\n<li>Start typing command prompt, and right-click the top result, which should be Command Prompt. Choose \u201cRun as administrator\u201d.<\/li>\n<li>Next, you need to stop three services, namely Background Intelligent Service (BITS), Windows Update service, and Cryptographic service. To do so, type in the following commands, and press \u201cEnter\u201d after each command line:\n<ul>\n<li>net stop bits<\/li>\n<li>net stop wuauserv<\/li>\n<li>net stop appidsvc<\/li>\n<li>net stop cryptsvc<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>Useful tip: You may have to run a command more than once until you see the message \u2018\u2026the service was stopped successfully\u2019.<\/p>\n<ol start=\"4\">\n<li>Next, you need to delete all the qmgr*.dat files created and used by BITS from your computer. To achieve this, execute the following command: Del &#8220;%ALLUSERSPROFILE%\\Application Data\\Microsoft\\Network\\Downloader\\qmgr*.dat&#8221;<\/li>\n<li>Restart your computer and try to do image servicing using DISM. If it fails, you need to try the \u201cAggressive\u201d mode of the fix explained above. To proceed, repeat Step 1, 2, and 3 above.<\/li>\n<li>Next, after you\u2019ve stopped the three services, you&#8217;ll be required to rename the following folders:\n<ul>\n<li>%systemroot%\\SoftwareDistribution\\DataStore<\/li>\n<li>%systemroot%\\SoftwareDistribution\\Download<\/li>\n<li>%systemroot%\\system32\\catroot2<\/li>\n<\/ul>\n<\/li>\n<li>To do so, type the following commands in the \u201cCommand Prompt\u201d window, followed by \u201cEnter\u201d after each command line:\n<ul>\n<li>Ren %systemroot%\\SoftwareDistribution\\DataStore *.bak<\/li>\n<li>Ren %systemroot%\\SoftwareDistribution\\Download *.bak<\/li>\n<li>Ren %systemroot%\\system32\\catroot2 *.bak<\/li>\n<\/ul>\n<\/li>\n<li>Reset the BITS service and the Windows Update service to their default security descriptor by executing the following commands. Be sure to type \u201cEnter\u201d after each command line:\n<ul>\n<li>exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)<\/li>\n<li>exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)<\/li>\n<\/ul>\n<\/li>\n<li>Type this command followed by \u201cEnter\u201d: cd \/d %windir%\\system32<\/li>\n<li>Next, you need to reregister the BITS files and Windows Update files. To achieve this, type the following commands one by one, and press \u201cEnter\u201d after each command line.\n<ul>\n<li>exe atl.dll<\/li>\n<li>exe urlmon.dll<\/li>\n<li>exe mshtml.dll<\/li>\n<li>exe shdocvw.dll<\/li>\n<li>exe browseui.dll<\/li>\n<li>exe jscript.dll<\/li>\n<li>exe vbscript.dll<\/li>\n<li>exe scrrun.dll<\/li>\n<li>exe msxml.dll<\/li>\n<li>exe msxml3.dll<\/li>\n<li>exe msxml6.dll<\/li>\n<li>exe actxprxy.dll<\/li>\n<li>exe softpub.dll<\/li>\n<li>exe wintrust.dll<\/li>\n<li>exe dssenh.dll<\/li>\n<li>exe rsaenh.dll<\/li>\n<li>exe gpkcsp.dll<\/li>\n<li>exe sccbase.dll<\/li>\n<li>exe slbcsp.dll<\/li>\n<li>exe cryptdlg.dll<\/li>\n<li>exe oleaut32.dll<\/li>\n<li>exe ole32.dll<\/li>\n<li>exe shell32.dll<\/li>\n<li>exe initpki.dll<\/li>\n<li>exe wuapi.dll<\/li>\n<li>exe wuaueng.dll<\/li>\n<li>exe wuaueng1.dll<\/li>\n<li>exe wucltui.dll<\/li>\n<li>exe wups.dll<\/li>\n<li>exe wups2.dll<\/li>\n<li>exe wuweb.dll<\/li>\n<li>exe qmgr.dll<\/li>\n<li>exe qmgrprxy.dll<\/li>\n<li>exe wucltux.dll<\/li>\n<li>exe muweb.dll<\/li>\n<li>exe wuwebv.dll<\/li>\n<\/ul>\n<\/li>\n<li>Reset the network configuration, which might also be responsible for the error. Type the following command, followed by \u201cEnter\u201d:\n<ul>\n<li>netsh winsock reset<\/li>\n<\/ul>\n<\/li>\n<li>Now restart the three services you stopped when you started this process. Still, at the command prompt, type the following commands and hit \u201cEnter\u201d after each one of them:\n<ul>\n<li>net start bits<\/li>\n<li>net start wuauserv<\/li>\n<li>net start appidsvc<\/li>\n<li>net start cryptsvc<\/li>\n<\/ul>\n<\/li>\n<li>Restart your PC.<\/li>\n<\/ol>\n<p>DISM should now function without any hitches.<\/p>\n<h3>Run Malware Removal Tool<\/h3>\n<p>One of the most common causes of file corruption is malware attacks. When malware is injected into your system, it may delete or corrupt system files and as a result, some external programs and Windows built-in apps may fail to function normally.<\/p>\n<p>You may also notice slow performance and lags when opening apps and programs or during Windows startup. If left unchecked, a malware attack can make your PC unusable, not to mention the risk of losing important data and information.<\/p>\n<p>For this reason, you need a powerful tool like <a href=\"https:\/\/www.auslogics.com\/en\/software\/anti-malware\/\">Auslogics Anti-Malware<\/a> that\u2019s created specifically to fight malware intrusion. This software is easy to use and forms a strong shield that protects your system against the different kinds of malware items. The tool scans your entire system and then shows you the threat level of your PC.<\/p>\n<p>All the suspicious files and programs are quarantined so that you can restore them if you trust their sources. Auslogics Anti-Malware offers real-time protection to keep your system and files safe even when you&#8217;re not using your PC.<\/p>\n<p>To use this tool, simply install and run it. Select the type of scan you want to carry out and then click \u201cStart Scan\u201d. The application even allows you to schedule automatic scans and add files and folders that you need to be excluded from future scans to the Ignore List.<\/p>\n<p>After scanning your computer and removing suspicious files and folders from your system, restart your device and check if it has fixed the \u2018The component store has been corrupted\u2019 error.<\/p>\n<h3>Uninstall Recent Windows Updates<\/h3>\n<p>If the error appeared after a recent Windows update, then uninstalling it can fix this. To uninstall Windows updates:<\/p>\n<ol>\n<li>Go to Settings &gt; Update &amp; Security &gt; Windows Update &gt; View update history.<\/li>\n<li>Click the link that says \u201cUninstall updates\u201d.<\/li>\n<li>Select the updates that you want to uninstall, and then click \u201cUninstall\u201d.<\/li>\n<\/ol>\n<p>We hope this helps. Give us your feedback or ask our experts for assistance by commenting below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On rare occasions, you can run into the \u2018The component store has been corrupted\u2019 error when trying to execute a command using the DISM utility. DISM (Deployment Image Servicing and Management) is a Windows built-in command-line tool that can be used to mount the Windows image file install.wim. DISM also performs image servicing, including installing, [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":4703,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[172,15,61],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to resolve \u201cThe component store has been corrupted\u201d error? - The Official FileInspect Blog<\/title>\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.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ivan.diskin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#organization\",\"name\":\"Outbyte Computing Pty Ltd\",\"url\":\"https:\/\/www.fileinspect.com\/blog\/\",\"sameAs\":[\"https:\/\/www.youtube.com\/channel\/UCI6brHKmaiiUCcseAlcV3tQ\",\"https:\/\/www.facebook.com\/outbyte\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.fileinspect.com\/blog\/wp-content\/uploads\/2021\/05\/1200x630-3.jpg\",\"contentUrl\":\"https:\/\/www.fileinspect.com\/blog\/wp-content\/uploads\/2021\/05\/1200x630-3.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Outbyte Computing Pty Ltd\"},\"image\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#website\",\"url\":\"https:\/\/www.fileinspect.com\/blog\/\",\"name\":\"The Official FileInspect Blog\",\"description\":\"News and Perspectives from IT Experts\",\"publisher\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fileinspect.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\",\"url\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\",\"name\":\"How to resolve \u201cThe component store has been corrupted\u201d error? - The Official FileInspect Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#website\"},\"datePublished\":\"2019-04-24T10:54:56+00:00\",\"dateModified\":\"2019-06-05T17:52:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fileinspect.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cleanup &amp; Repair\",\"item\":\"https:\/\/www.fileinspect.com\/blog\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to resolve \u201cThe component store has been corrupted\u201d error?\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\"},\"author\":{\"name\":\"ivan.diskin\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e\"},\"headline\":\"How to resolve \u201cThe component store has been corrupted\u201d error?\",\"datePublished\":\"2019-04-24T10:54:56+00:00\",\"dateModified\":\"2019-06-05T17:52:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/\"},\"wordCount\":1288,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#organization\"},\"keywords\":[\"data management\",\"troubleshooting\",\"Windows 10\"],\"articleSection\":[\"Cleanup &amp; Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e\",\"name\":\"ivan.diskin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/54b9e8452b4d854a9ae7270f2a131047?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/54b9e8452b4d854a9ae7270f2a131047?s=96&r=g\",\"caption\":\"ivan.diskin\"},\"sameAs\":[\"https:\/\/www.fileinspect.com\/blog\/author\/ivan.diskin\/\"],\"url\":\"https:\/\/www.fileinspect.com\/blog\/author\/ivan-diskin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to resolve \u201cThe component store has been corrupted\u201d error? - The Official FileInspect Blog","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.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/","twitter_misc":{"Written by":"ivan.diskin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.fileinspect.com\/blog\/#organization","name":"Outbyte Computing Pty Ltd","url":"https:\/\/www.fileinspect.com\/blog\/","sameAs":["https:\/\/www.youtube.com\/channel\/UCI6brHKmaiiUCcseAlcV3tQ","https:\/\/www.facebook.com\/outbyte"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.fileinspect.com\/blog\/wp-content\/uploads\/2021\/05\/1200x630-3.jpg","contentUrl":"https:\/\/www.fileinspect.com\/blog\/wp-content\/uploads\/2021\/05\/1200x630-3.jpg","width":1200,"height":630,"caption":"Outbyte Computing Pty Ltd"},"image":{"@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/www.fileinspect.com\/blog\/#website","url":"https:\/\/www.fileinspect.com\/blog\/","name":"The Official FileInspect Blog","description":"News and Perspectives from IT Experts","publisher":{"@id":"https:\/\/www.fileinspect.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fileinspect.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/","url":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/","name":"How to resolve \u201cThe component store has been corrupted\u201d error? - The Official FileInspect Blog","isPartOf":{"@id":"https:\/\/www.fileinspect.com\/blog\/#website"},"datePublished":"2019-04-24T10:54:56+00:00","dateModified":"2019-06-05T17:52:25+00:00","breadcrumb":{"@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fileinspect.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Cleanup &amp; Repair","item":"https:\/\/www.fileinspect.com\/blog\/articles\/"},{"@type":"ListItem","position":3,"name":"How to resolve \u201cThe component store has been corrupted\u201d error?"}]},{"@type":"Article","@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#article","isPartOf":{"@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/"},"author":{"name":"ivan.diskin","@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e"},"headline":"How to resolve \u201cThe component store has been corrupted\u201d error?","datePublished":"2019-04-24T10:54:56+00:00","dateModified":"2019-06-05T17:52:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/"},"wordCount":1288,"commentCount":0,"publisher":{"@id":"https:\/\/www.fileinspect.com\/blog\/#organization"},"keywords":["data management","troubleshooting","Windows 10"],"articleSection":["Cleanup &amp; Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fileinspect.com\/blog\/fix-component-store-has-been-corrupted-error\/#respond"]}]},{"@type":"Person","@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e","name":"ivan.diskin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/54b9e8452b4d854a9ae7270f2a131047?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/54b9e8452b4d854a9ae7270f2a131047?s=96&r=g","caption":"ivan.diskin"},"sameAs":["https:\/\/www.fileinspect.com\/blog\/author\/ivan.diskin\/"],"url":"https:\/\/www.fileinspect.com\/blog\/author\/ivan-diskin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts\/4569"}],"collection":[{"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/comments?post=4569"}],"version-history":[{"count":1,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts\/4569\/revisions"}],"predecessor-version":[{"id":4570,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts\/4569\/revisions\/4570"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/media\/4703"}],"wp:attachment":[{"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/media?parent=4569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/categories?post=4569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/tags?post=4569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}