{"id":4555,"date":"2019-04-18T14:33:18","date_gmt":"2019-04-18T14:33:18","guid":{"rendered":"https:\/\/www.fileinspect.com\/blog\/?p=4555"},"modified":"2019-05-18T15:26:58","modified_gmt":"2019-05-18T15:26:58","slug":"block-google-chrome-software-reporter-tool","status":"publish","type":"post","link":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/","title":{"rendered":"How to block or disable Google Chrome&#8217;s Software Reporter tool?"},"content":{"rendered":"<p>Internet browsing is now a fact of life. As a result, web browsers have become an integral part of our day-to-day computer activities. One of such web browsers is Google Chrome. Over the years, it has established itself as one of the most widely used browsing programs, especially among Windows users. This is mainly due to the great features and optimizations Google constantly rolls out to Chrome.<\/p>\n<p>But have you noticed how, on certain occasions, your computer weirdly slows down when you\u2019re browsing with Google Chrome or after a browsing session? A known culprit for this phenomenon is the Software Reporter Tool. The tool is part of Google\u2019s methods to ensure you have a smooth browsing experience. However, it can cause certain issues that you may not be comfortable with.<\/p>\n<h2>What is software_reporter_tool.exe?<\/h2>\n<p>Software_reporter_tool.exe is a program that is designed to run scans on your computer. It comes with Google Chrome and is installed on your computer when you install the browser. The scan runs for about 20 minutes and is carried once a week.<\/p>\n<p>According to Google, the tool scans for the presence of \u201charmful or malicious content\u201d in folders associated with Chrome.<\/p>\n<p>It removes programs that are considered harmful or incompatible with Chrome once it detects any. However, the functions of the Software Reporter Tool can cause system lag issues, and many users are concerned about their privacy since the program runs without their permission.<\/p>\n<p>If you\u2019re one of such users that don\u2019t want the program running on their computer, rest easy: we\u2019ll show you how to disable Google Chrome&#8217;s Software Reporter Tool on Windows 10 in this article.<\/p>\n<p>As for malicious and harmful content on your computer, you can wipe them out from your Windows 10 PC by using <a href=\"https:\/\/www.auslogics.com\/en\/software\/anti-malware\/\">Auslogics Anti-Malware<\/a>. This is a Windows 10-friendly program that runs without causing any lags. It will detect and remove any content that may cause harm to your computer or get in the way of your browsing experience.<\/p>\n<h2>How to disable Google Chrome\u2019s Software Reporter Tool on Windows 10?<\/h2>\n<p>There are many ways you can stop this tool from running on your computer. From the simple method of finding and ending the process via Task Manager to using certain registry tweaks, we\u2019ll provide a complete guide on how to get rid of these scheduled scans on your PC.<\/p>\n<h3>Block Software Reporter Tool in Task Manager<\/h3>\n<p>This is one of the fastest ways to disable the Software Reporter Tool. This method is ideal if you want to disable the tool temporarily because you\u2019re running other heavy programs and your computer is slowing down. Follow these steps to disable the software reporter tool in Task Manager:<\/p>\n<ol>\n<li>Press the Windows and X keys together and then select Task Manager.<\/li>\n<li>Find Software_Reporter_Tool.exe in the Processes tab and select it.<\/li>\n<li>Press At+E or click End Task.<\/li>\n<\/ol>\n<p>Like we have mentioned, this is a temporary fix. The tool will likely start running the next time you launch your Google Chrome browser.<\/p>\n<h3>Disable Software Reporter Tool in Google Chrome\u2019s settings<\/h3>\n<ol>\n<li>Launch Google Chrome and click the three horizontal dots in the top-right corner.<\/li>\n<li>Click Settings in the menu.<\/li>\n<li>In the Settings page, scroll down and expand the Advanced option.<\/li>\n<li>Now, scroll down to locate the System segment.<\/li>\n<li>Toggle the \u201cContinue running background apps when Google Chrome is closed\u201d option to turn it off.<\/li>\n<li>Select Clean up Computer in the Reset and Clean up segment.<\/li>\n<li>Uncheck the box beside \u201cReport details to Google about harmful software, system settings, and processes that were found on your computer during this cleanup.\u201d<\/li>\n<li>The software report won\u2019t send scan results to Google anymore.<\/li>\n<\/ol>\n<h3>Disable Software Reporter Tool Using the Windows Registry Editor<\/h3>\n<p>You can use the Registry Editor to stop the reporter from running. We\u2019ll show you three different hacks that you can apply to do this. Be careful to follow all our guidelines here as tweaking the Windows registry is an advanced and sensitive procedure.<\/p>\n<h4>First registry hack<\/h4>\n<ol>\n<li>Open Run by pressing the Windows and R keys on your keyboard simultaneously.<\/li>\n<li>Type <em>regedit<\/em> in the Run text box and hit Enter.<\/li>\n<li>When the Registry Editor launches, go to this location in the left pane:<\/li>\n<\/ol>\n<p>HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies<\/p>\n<ol start=\"4\">\n<li>Right-click Policies, place your pointer over New, and then select Key.<\/li>\n<li>Rename the new key to Google<\/li>\n<li>Create a new key under the newly created Google Key (right-click Google and select New&gt;&gt;Key) and rename it to Chrome.<\/li>\n<li>Select the Chrome key and right-click the right pane.<\/li>\n<li>Place your pointer over New and then select DWORD (32-bit) Value. Rename the DWORD to <em>ChromeCleanupEnabled<\/em>.<\/li>\n<li>Create another DWORD and name it <em>ChromeCleanupReportingEnabled<\/em>.<\/li>\n<li>Set the values of both DWORDs to 0. To do this, simply double-click each DWORD and enter 0 in the text box under Value Data.<\/li>\n<\/ol>\n<p>The <strong>ChromeCleanupEnabled<\/strong> DWORD will prevent the Software Reporter Tool from scanning your computer, while the <strong>ChromeCleanupReportingEnabled<\/strong> DWORD will prohibit the tool from sending reports about your computer to Google.<\/p>\n<p>Note: If you decide to enable the Software Reporter Tool in the future, simply delete the DWORDs you created.<\/p>\n<h4>Second registry hack<\/h4>\n<ol>\n<li>Open the Registry Editor and go to:<\/li>\n<\/ol>\n<p>HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies<\/p>\n<ol start=\"2\">\n<li>Create a new key under Policies and rename it to Explorer.<\/li>\n<li>Create a DisallowRun key under Explorer.<\/li>\n<li>Select the DisallowRun key and right-click in the right pane.<\/li>\n<li>Place your mouse pointer over New and then select String Value.<\/li>\n<li>Rename the new string to String 1.<\/li>\n<li>Double-click String 1 and type <strong><em>Software_Reporter_Tool.exe<\/em><\/strong><strong> under Value Data.<\/strong><\/li>\n<li>Your system will now prohibit the Software Reporter Tool from running in the background.<\/li>\n<\/ol>\n<p>You can always enable the tool again by deleting the string you created.<\/p>\n<h4>Third registry hack<\/h4>\n<ol>\n<li>In the left pane of the Registry Editor, navigate to:<\/li>\n<\/ol>\n<p>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options<\/p>\n<ol start=\"2\">\n<li>Create a new key under Image File Execution Options and rename it to <strong><em>Software_Reporter_Tool.exe.<\/em><\/strong><\/li>\n<li>Select <strong>Software_Reporter_Tool.exe, create a new String in the right pane, and then rename it to <em>Debugger<\/em>.<\/strong><\/li>\n<li>Now, double-click Debugger and under Value Data, input another executable, such as notepad.exe (SysTray.exe is recommended), that you want to run in place of the <strong>Software Reporter Tool.<\/strong><\/li>\n<\/ol>\n<p>By doing this, the program you chose will run anytime Google Chrome launches the Software Reporter Tool.<\/p>\n<p>Note that you can always delete the <strong>Software_Reporter_Tool.exe key you created should you want to enable the Software Reporter Tool in the future.<\/strong><\/p>\n<h3>How to remove Google Chrome&#8217;s Software Reporter Tool on Windows 10 using File Explorer<\/h3>\n<p>If you want to disable the tool by deleting its executable file, you\u2019ll have to locate it through the File Manager. Follow these steps to do this:<\/p>\n<ol>\n<li>Press the Win+E keys to launch the File Explorer and then click This PC on the left.<\/li>\n<li>Now, navigate to C:&gt;&gt;Users[your name]&gt;&gt;AppData&gt;&gt;Local&gt;&gt;Google&gt;&gt;Chrome&gt;&gt;User Data&gt;&gt;SwReporter<\/li>\n<li>In the SwReporter folder, you\u2019ll find a folder named after the version number; double-click it and delete the Software_Reporter_Tool.exe.<\/li>\n<\/ol>\n<p>Note that this is also a temporary fix. The deleted file will be replaced once you update your Google Chrome. You can follow other methods if you want to disable the tool permanently.<\/p>\n<h3>Replace the Software Reporter Tool executable file<\/h3>\n<p>This method involves replacing the .exe file of the Software Reporter Tool with another program\u2019s .exe file. This action will prompt the program to come up whenever Google Chrome launches the Software Reporter Tool to scan your system.<\/p>\n<p>To do this, simply copy the .exe file of any program of your choice, such as Notepad.exe or Paint.exe, and paste it to the SwReporter folder. After this, remove the Software_Reporter_Tool.exe from the folder and rename the .exe file you copied earlier to Software_Reporter_Tool.exe.<\/p>\n<p>This will cause the substitute executable to launch anytime Software_Reporter_Tool.exe tries to execute, essentially preventing the Software reporter Tool from running.<\/p>\n<h3>How to disable Google Chrome&#8217;s software reporter tool on Windows 10 via text editor<\/h3>\n<p>This process involves preventing the Software Reporter Tool from running any scans on your computer using a text editor such as Notepad. Follow these steps to disable the tool via Notepad:<\/p>\n<ol>\n<li>Launch the Notepad application.<\/li>\n<li>Click File in the top-left corner and select Open or simply press Ctrl+O.<\/li>\n<li>In the file browser, navigate to the SWreporter folder and open Software_Reporter_Tool.exe.<\/li>\n<li>Now, delete the entire text on Notepad.<\/li>\n<li>Save your changes and close the program.<\/li>\n<\/ol>\n<p>You have now disabled the Software Reporter Tool, and it won\u2019t appear on the process list in Task Manager again.<\/p>\n<h3>Revoke all permissions on Software Reporter Tool folder<\/h3>\n<p>Another permanent fix is to remove all user and group permissions from the SWreporter folder. By revoking the folder\u2019s permissions, Google Chrome won\u2019t have access to the folder to launch the tool. Also, newer versions of the tool won\u2019t install on your computer due to this action. Follow these steps to revoke the permissions on the SWreporter folder:<\/p>\n<ol>\n<li>Open File Explorer and navigate to C:&gt;&gt;Users[your name]&gt;&gt;AppData&gt;&gt;Local&gt;&gt;Google&gt;&gt;Chrome&gt;&gt;User Data.<\/li>\n<li>Locate the Swreporter folder, right-click it, and select Properties.<\/li>\n<li>In the Properties window, go to the Security tab and click Advanced.<\/li>\n<li>The \u201cAdvanced security settings for SwReporter\u201d window will open.<\/li>\n<li>Now, click Disable Inheritance.<\/li>\n<li>In the Block Inheritance dialog box, choose &#8220;Remove all inherited permissions from this object.&#8221;<\/li>\n<li>Click Apply and select Yes in the next window that pops up.<\/li>\n<li>Click Ok in the Properties window.<\/li>\n<\/ol>\n<p>That settles it. The Software Reporter Tool will now be prevented from carrying out future scans on your computer. If you want to enable it in the future, you can go back to the settings above and select Enable Inheritance in the \u201cAdvanced security settings for SwReporter\u201d window.<\/p>\n<p>Remember, with the <a href=\"https:\/\/www.auslogics.com\/en\/software\/anti-malware\/\">Auslogics Anti-Malware<\/a> tool mentioned earlier, you will likely not need the Software Reporter Tool since your system will be safe from malicious programs.<\/p>\n<p><em>What do you know about Google Chrome\u2019s Software Reporter Tool?<\/em><\/p>\n<p><em>Share your knowledge and experience with us in the comments section below!<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Internet browsing is now a fact of life. As a result, web browsers have become an integral part of our day-to-day computer activities. One of such web browsers is Google Chrome. Over the years, it has established itself as one of the most widely used browsing programs, especially among Windows users. This is mainly due [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":4556,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[22],"tags":[120,86,68],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to block or disable Google Chrome&#039;s Software Reporter tool? - 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\/block-google-chrome-software-reporter-tool\/\" \/>\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=\"9 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\/block-google-chrome-software-reporter-tool\/\",\"url\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/\",\"name\":\"How to block or disable Google Chrome's Software Reporter tool? - The Official FileInspect Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#website\"},\"datePublished\":\"2019-04-18T14:33:18+00:00\",\"dateModified\":\"2019-05-18T15:26:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fileinspect.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PC Optimization\",\"item\":\"https:\/\/www.fileinspect.com\/blog\/windows-help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to block or disable Google Chrome&#8217;s Software Reporter tool?\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/\"},\"author\":{\"name\":\"ivan.diskin\",\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e\"},\"headline\":\"How to block or disable Google Chrome&#8217;s Software Reporter tool?\",\"datePublished\":\"2019-04-18T14:33:18+00:00\",\"dateModified\":\"2019-05-18T15:26:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/\"},\"wordCount\":1740,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.fileinspect.com\/blog\/#organization\"},\"keywords\":[\"browsers\",\"Google Chrome\",\"Internet options\"],\"articleSection\":[\"PC Optimization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#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 block or disable Google Chrome's Software Reporter tool? - 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\/block-google-chrome-software-reporter-tool\/","twitter_misc":{"Written by":"ivan.diskin","Est. reading time":"9 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\/block-google-chrome-software-reporter-tool\/","url":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/","name":"How to block or disable Google Chrome's Software Reporter tool? - The Official FileInspect Blog","isPartOf":{"@id":"https:\/\/www.fileinspect.com\/blog\/#website"},"datePublished":"2019-04-18T14:33:18+00:00","dateModified":"2019-05-18T15:26:58+00:00","breadcrumb":{"@id":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fileinspect.com\/blog\/"},{"@type":"ListItem","position":2,"name":"PC Optimization","item":"https:\/\/www.fileinspect.com\/blog\/windows-help\/"},{"@type":"ListItem","position":3,"name":"How to block or disable Google Chrome&#8217;s Software Reporter tool?"}]},{"@type":"Article","@id":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#article","isPartOf":{"@id":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/"},"author":{"name":"ivan.diskin","@id":"https:\/\/www.fileinspect.com\/blog\/#\/schema\/person\/adc3a27e72a3c0dc7f88886068ae7a1e"},"headline":"How to block or disable Google Chrome&#8217;s Software Reporter tool?","datePublished":"2019-04-18T14:33:18+00:00","dateModified":"2019-05-18T15:26:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/"},"wordCount":1740,"commentCount":0,"publisher":{"@id":"https:\/\/www.fileinspect.com\/blog\/#organization"},"keywords":["browsers","Google Chrome","Internet options"],"articleSection":["PC Optimization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fileinspect.com\/blog\/block-google-chrome-software-reporter-tool\/#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\/4555"}],"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=4555"}],"version-history":[{"count":2,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts\/4555\/revisions"}],"predecessor-version":[{"id":4558,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/posts\/4555\/revisions\/4558"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/media\/4556"}],"wp:attachment":[{"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/media?parent=4555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/categories?post=4555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fileinspect.com\/blog\/wp-json\/wp\/v2\/tags?post=4555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}