{"id":5472,"date":"2017-10-12T08:36:59","date_gmt":"2017-10-12T03:06:59","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=5472"},"modified":"2024-12-30T08:55:45","modified_gmt":"2024-12-30T03:25:45","slug":"fix-turn-windows-features-on-or-off-is-blank-in-windows-10","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/fix-turn-windows-features-on-or-off-is-blank-in-windows-10\/","title":{"rendered":"[Fix] Turn Windows Features On Or Off is Blank in Windows 10\/11"},"content":{"rendered":"<p>The Windows Features dialog box (<code>optionalfeatures.exe<\/code>) lets you add or remove additional or optional Windows features. For instance, you can remove Media Features \u2192 Windows Media Player using the Windows Features (&#8220;Turn Windows Features On Or Off&#8221;) dialog box if you no longer plan to use WMP.<\/p>\n<p>Sometimes, the &#8220;Turn Windows Features On Or Off&#8221; box may be completely empty.<!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27023\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/windows-features-blank.png\" alt=\"windows features white box\" width=\"415\" height=\"368\" \/><\/p>\n<p>Or, it may stall with the message &#8220;Please wait&#8230;&#8221; as if it got stuck during the enumeration of components.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5473\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/optionalfeatures-blank-1.png\" alt=\"turn windows features on or off is blank\" width=\"415\" height=\"368\" \/><\/p>\n<h2>Cause<\/h2>\n<p>If the &#8220;Turn Windows Features On Or Off&#8221; box is completely empty but with a white background, it means the Components Based Servicing registry key is corrupted or some .mum\/.cat files are missing. It can also occur if the servicing modules are corrupted (0x800703e6).<\/p>\n<p>If the &#8220;Turn Windows Features On Or Off&#8221; box shows the &#8220;Please wait&#8221; message with a gray background, it means the servicing stack or the TrustedInstaller components are not working correctly. In that case, DISM and SFC may output some errors.<\/p>\n<h2>Resolution<\/h2>\n<p>If the optional Windows features list doesn&#8217;t populate even after waiting for several minutes, here is how to fix the problem.<\/p>\n<h3>Step 1: Start the Windows Modules Installer service<\/h3>\n<ol>\n<li>Press <kbd>WinKey<\/kbd> + <kbd>R<\/kbd> to open the Run dialog<\/li>\n<li>Type <code>services.msc<\/code> and press <kbd>ENTER<\/kbd>. This will open the Services console.<\/li>\n<li>Double-click <strong>Windows Modules Installer<\/strong> service.<\/li>\n<li>Set its Start type to Automatic.<\/li>\n<li>If the Windows Modules Installer service is not running, click the Start button to start it.<\/li>\n<\/ol>\n<hr \/>\n<h3>Step 2: Run the System File Checker<\/h3>\n<p>The System File Checker is used to scan for missing or corrupted system files and restore them from the component store.<\/p>\n<ol>\n<li>Open an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">elevated Command Prompt<\/a> window.<\/li>\n<li>Type the following command and hit <kbd>ENTER<\/kbd>:\n<pre>sfc \/scannow<\/pre>\n<\/li>\n<\/ol>\n<p>If SFC is unable to restore the missing or corrupt system files due to component store corruption, proceed to Step 3.<\/p>\n<hr \/>\n<h3>Step 3: Repair the Component Store using DISM<\/h3>\n<p>Run the following command to repair the component store on Windows 10\/11:<\/p>\n<p><em>On Windows 7 and earlier, you used the <a href=\"https:\/\/support.microsoft.com\/en-us\/help\/947821\/fix-windows-update-errors-by-using-the-dism-or-system-update-readiness\" target=\"_blank\" rel=\"noopener noreferrer\">System Update Readiness tool<\/a> to fix the corruption of system files or component store. On Windows 8, 10, and 11, we use DISM for that purpose.<\/em><\/p>\n<ul>\n<li>From the <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">elevated Command Prompt<\/a> window, type the following command:\n<pre>DISM \/Online \/Cleanup-image \/Restorehealth<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5457\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/dism-restorehealth.png\" alt=\"turn windows features on or off is blank - dism restorehealth\" width=\"649\" height=\"216\" \/><\/p>\n<p>Wait for the operation to complete. This command <a href=\"https:\/\/www.winhelponline.com\/blog\/repair-windows-10-using-dism-sfc\/\">repairs the Component Store<\/a> if any corruption is found.<\/li>\n<\/ul>\n<p><em>(If the above steps don&#8217;t help, you can run the DISM command mentioning the <a href=\"https:\/\/docs.microsoft.com\/en-us\/previous-versions\/windows\/it-pro\/windows-8.1-and-8\/hh824869(v=win.10)\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">source image<\/a> (fresh Windows 10\/11 Install.wim) from the mounted ISO or DVD media matching the same Windows 10\/11 build your system is running.)<\/em><\/p>\n<h4>Run DISM with the &#8220;\/Source&#8221; argument, if needed<\/h4>\n<p>If you encounter an error when running the above command, try running it with the &#8220;<code>\/source<\/code>&#8221; argument. For more information, check out the article <a href=\"https:\/\/www.winhelponline.com\/blog\/repair-windows-10-using-dism-sfc\/\">Repair Windows 10\/11 Using DISM and SFC<\/a>.\u00a0Follow these steps:<\/p>\n<ol>\n<li>Download Windows 10\/11 ISO and double-click to mount it.<\/li>\n<li>Note down the drive-letter for the mounted ISO &#8212; e.g., <code>G:\\<\/code><\/li>\n<li>Get the indexes available in the WIM file, by running this command:\n<pre>dism \/get-wiminfo \/wimfile:\"G:\\sources\\install.wim\"<\/pre>\n<p><em>(For more information on the indexes of a WIM file, check out <a href=\"https:\/\/www.winhelponline.com\/blog\/extract-files-windows-10-iso-dvd-install-wim\/#dism_extract\">this article<\/a>.)<\/em><\/li>\n<li>Let&#8217;s say Index #6 in the WIM file is &#8220;Windows 10\/11 Professional Edition&#8221;, then run this command:\n<pre>dism \/Online \/Cleanup-Image \/RestoreHealth \/Source:wim:G:\\Sources\\Install.wim:6<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27025\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/dism-restorehealth-source-wim.png\" alt=\"dism restorehealth source wim\" width=\"699\" height=\"280\" \/><\/li>\n<\/ol>\n<p>That&#8217;s it! DISM should have restored all the missing packages (<code>*.mum<\/code> and <code>*.cat<\/code> files) inside the &#8220;<code>Servicing\\Packages<\/code>&#8221; folder and other folders.<\/p>\n<p>The Windows Features dialog should now be functional!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27021\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/windows-features-ie-enabled.png\" alt=\"internet explorer missing in optional windows features\" width=\"415\" height=\"368\" \/><\/p>\n<hr \/>\n<h3>Step 4: Delete the orphaned Package Name in the registry<\/h3>\n<p>As a last resort, you may delete the problematic\/missing package reference in the registry.<\/p>\n<ol>\n<li>Launch <code>OptionalFeatures.exe<\/code> and close it.<\/li>\n<li>Open the <code>C:\\Windows\\Logs\\CBS\\CBS.log<\/code> file.<\/li>\n<li>Look for the most recent set of entries, matching the date or timestamp. The <code>CBS.log<\/code> file should reveal the problem component\/package, as in the following example:\n<pre>2022-08-07 16:52:08, Info    CBS    Session: 30976591_4001857438 initialized by client Windows Optional Component Manager, external staging directory: (null), external registry directory: (null)\n2022-08-07 16:52:08, Info    CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, applicable state: Installed\n2022-08-07 16:52:08, Info    CBS    External EvaluateApplicability, package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, package applicable State: Installed, highest update applicable state: Installed, resulting applicable state:Installed\n2022-08-07 16:52:08, Info    CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow\n<strong>2022-08-07 16:52:08, Info    CBS    Store corruption, manifest missing for package: Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826\n2022-08-07 16:52:08, Error   CBS    Failed to resolve package 'Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n2022-08-07 16:52:08, Info    CBS    Mark store corruption flag because of package: Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]<\/strong>\n2022-08-07 16:52:08, Info    CBS    Failed to resolve package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n2022-08-07 16:52:08, Info    CBS    Failed to check whether this is the real child: Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n2022-08-07 16:52:08, Info    CBS    Failed to enumerate updates from child package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n2022-08-07 16:52:08, Info    CBS    Failed to enumerate updates from child package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n2022-08-07 16:52:08, Error   CBS    Failed to enumerate all updates. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]\n<\/pre>\n<p>It&#8217;s now clear that the following package (missing) is the root cause of the Windows Features blank window issue:<\/p>\n<pre>Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826<\/pre>\n<\/li>\n<li>Launch the Registry Editor (<code>regedit.exe<\/code>) and go to the package key here:\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Packages\\Microsoft-Windows-IIS-WebServer-ServerCommon-Package~31bf3856ad364e35~amd64~~10.0.19041.1826<\/pre>\n<p><em>(<strong>Note:<\/strong> The name of the registry key is exactly the same as the missing package name, as shown in CBS.log)<\/em><\/li>\n<li>First, export the key to a <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-use-reg-files-registration-entries-windows\/\">registry (.reg) file<\/a>.<\/li>\n<li>Right-click on the key and choose Delete.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27026\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/delete-package-component-store-registry.png\" alt=\"delete component store package registry\" width=\"703\" height=\"361\" \/><\/p>\n<div class=\"qt\">Alternatively, you can change the <code><strong>CurrentState<\/strong><\/code> registry value (for the above problematic package) to <code>0<\/code>, instead of deleting the key. The value data of <code>0<\/code> for this item means the package is &#8220;Absent&#8221;. This prevents the Windows Features dialog from enumerating the item.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27027\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/currentstate-package-component-store-registry.png\" alt=\"component store package registry currentstate\" width=\"749\" height=\"380\" \/><\/p>\n<p><em>See <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-check-if-a-windows-update-kb-is-installed\/\">this article<\/a> to know more about the <code>CurrentState<\/code> registry value.<\/em><\/p>\n<\/div>\n<\/li>\n<li>Repeat the same for every missing component (mentioned in the <code>CBS.log<\/code> file), if any.<\/li>\n<li>Exit the Registry Editor.<\/li>\n<\/ol>\n<p>Launch the Windows Features dialog now.<\/p>\n<hr \/>\n<h3>Step 5: Delete the &#8220;StoreDirty&#8221; registry value (Windows 8)<\/h3>\n<p>If you&#8217;re using Windows 8, run this command. This command may not be necessary (or the <strong>Components<\/strong> branch be missing) if using Windows 10\/11.<\/p>\n<ul>\n<li>Open an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">elevated command prompt<\/a>, type the following, and hit ENTER:\n<pre>reg delete HKLM\\COMPONENTS \/v StoreDirty<\/pre>\n<\/li>\n<\/ul>\n<p>I hope that fixes the Windows Features (&#8220;Turn Windows Features on or off&#8221;) dialog in Windows 10 and 11.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Windows Features dialog box (optionalfeatures.exe) lets you add or remove additional or optional Windows features. For instance, you can remove Media Features \u2192 Windows Media Player using the Windows Features (&#8220;Turn Windows Features On Or Off&#8221;) dialog box if you no longer plan to use WMP. Sometimes, the &#8220;Turn Windows Features On Or Off&#8221; &#8230; <a title=\"[Fix] Turn Windows Features On Or Off is Blank in Windows 10\/11\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/fix-turn-windows-features-on-or-off-is-blank-in-windows-10\/\" aria-label=\"Read more about [Fix] Turn Windows Features On Or Off is Blank in Windows 10\/11\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[8,869],"tags":[160,366,493],"class_list":["post-5472","post","type-post","status-publish","format-standard","hentry","category-windows-10","category-windows-11","tag-dism","tag-optionalfeatures","tag-sfc"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":80630,"url":"https:\/\/www.winhelponline.com\/blog\/windows-10-setup-media-center-installed\/","url_meta":{"origin":5472,"position":0},"title":"Windows 10 Setup: Windows Media Center is installed on this PC","author":"Ramesh","date":"April 3, 2026","format":false,"excerpt":"When you upgrade to Windows 10 from Windows 7 or 8, the setup may fail with the following error: What needs your attention The following things need your attention to continue the installation and keep your Windows settings, personal files, and apps. Windows Media Center is installed on this PC\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"windows 10 setup - windows media center is installed","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/windows_10_setup_error_media_center.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/windows_10_setup_error_media_center.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/windows_10_setup_error_media_center.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/windows_10_setup_error_media_center.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":74995,"url":"https:\/\/www.winhelponline.com\/blog\/optional-windows-features-defaults\/","url_meta":{"origin":5472,"position":1},"title":"&#8220;Turn Windows features on or off&#8221; Default Settings for Windows 10","author":"Ramesh","date":"April 29, 2024","format":false,"excerpt":"We may sometimes mess up with the Optional Features (\"Turn Windows features on or off\") setting and don't remember exactly what they changed.\u00a0You wonder how to restore the system default settings for the \"Turn Windows features on or off\" (OptionalFeatures.exe) dialog without resetting Windows. \"Turn Windows feature on or off\"\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"optionalfeatures.exe default settings for windows 10","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/optional-features-defaults-windows-10-22h2.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":6072,"url":"https:\/\/www.winhelponline.com\/blog\/icloud-setup-error-missing-media-features\/","url_meta":{"origin":5472,"position":2},"title":"Fix: iCloud Setup Error &#8220;Your computer is missing Media features&#8221;","author":"Ramesh","date":"December 31, 2017","format":false,"excerpt":"When you attempt to install Apple iCloud cloud storage client software on your Windows PC, the following error may occur: Your computer is missing Media features. Please download Media Features Pack for Windows from Microsoft and install and try again. Fix iCloud Error: Your computer is missing Media features To\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"icloud missing media features windows","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/icloud-missing-media-features.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/icloud-missing-media-features.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/icloud-missing-media-features.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/icloud-missing-media-features.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":27016,"url":"https:\/\/www.winhelponline.com\/blog\/internet-explorer-missing-windows-features-optional\/","url_meta":{"origin":5472,"position":3},"title":"Fix: Internet Explorer is Missing from Windows Features","author":"Ramesh","date":"August 7, 2022","format":false,"excerpt":"Internet Explorer is a legacy component in Windows that can be installed or uninstalled via Windows Features (Optional Features) dialog box. On some systems, Internet Explorer may be completely missing in the Windows Features classic dialog as well as the \"Manage Optional Features\" modern Settings page on your Windows 10\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"internet explorer missing in optional windows features","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/dism-install-ie-feature-cab-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/dism-install-ie-feature-cab-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/dism-install-ie-feature-cab-1.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":3088,"url":"https:\/\/www.winhelponline.com\/blog\/windows-media-player-windows-10\/","url_meta":{"origin":5472,"position":4},"title":"How to Install Media Feature Pack and Windows Media Player","author":"Ramesh","date":"May 6, 2016","format":false,"excerpt":"After buying a brand-new Windows 10 or 11 computer, double-clicking a video file opens it in Films & TV (or Movies & TV), and the Windows Media Player shortcut is nowhere to be found. This makes one wonder if Windows Media Player has been removed in Windows 10 and 11.\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"install WMP legacy app and Media Features in Windows 11","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/wmp-media-features-windows-11.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/wmp-media-features-windows-11.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/wmp-media-features-windows-11.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/wmp-media-features-windows-11.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":1564,"url":"https:\/\/www.winhelponline.com\/blog\/reinstall-microsoft-print-to-pdf-delete-accidentally\/","url_meta":{"origin":5472,"position":5},"title":"How to Reinstall Microsoft Print to PDF After Deleting it Accidentally","author":"Ramesh","date":"February 3, 2016","format":false,"excerpt":"Windows 10 and 11, as you know, includes the Microsoft Print to PDF virtual printer built-in that can print (convert) documents to PDF format from any application. Microsoft Print to PDF is a handy tool in Windows 10\/11. In the previous Windows Operating Systems, users needed to use a third-party\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"microsoft print to pdf printer missing add printer list","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/ms-print-pdf-driver-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/5472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=5472"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/5472\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=5472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=5472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=5472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}