{"id":27357,"date":"2022-08-20T19:10:29","date_gmt":"2022-08-20T13:40:29","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=27357"},"modified":"2022-11-29T22:51:32","modified_gmt":"2022-11-29T17:21:32","slug":"open-with-dialog-appears-login","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/open-with-dialog-appears-login\/","title":{"rendered":"&#8220;How do you want to open this file&#8221; Pops Up at Startup"},"content":{"rendered":"<p><em>Symptom: Every time you log in to your user account, the &#8220;<strong>How do you want to open this file?<\/strong>&#8221; (aka, the &#8220;Open with&#8221; dialog) dialog may appear.<\/em><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27358\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup.png\" alt=\"open with dialog appears during login\" width=\"554\" height=\"472\" \/><\/p>\n<p style=\"text-align: right;\">(Go directly to the <a href=\"#solution\">Solution \u2193<\/a>)<\/p>\n<p>If you select Notepad from the list and click OK, it may open a log file that has contents similar to the following:<!--more--><\/p>\n<pre>[50CC:3DD8][2022-07-07T21:30:58]i001: Burn v3.10.4.4718, Windows v10.0 (Build 22000: Service Pack 0), path: C:\\WINDOWS\\Temp\\{0AFB5279-0CBB-411A-8561-1EC21318DAA4}\\.cr\\VC_redist.x64.exe\r\n\r\n[50CC:3DD8][2022-07-07T21:30:58]i009: Command Line: '-burn.clean.room=C:\\ProgramData\\Microsoft\\VisualStudio\\Packages\\Microsoft.VisualCpp.Redist.14.Latest,version=14.32.31332,chip=x64\\VC_redist.x64.exe -burn.filehandle.attached=552 -burn.filehandle.self=556 \/q \/norestart \/log C:\\Users\\Mario Jose\\AppData\\Local\\Temp\\dd_setup_20220707212329_554_Microsoft.VisualCpp.Redist.14.Latest.log'\r\n\r\n[50CC:3DD8][2022-07-07T21:30:58]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\\ProgramData\\Microsoft\\VisualStudio\\Packages\\Microsoft.VisualCpp.Redist.14.Latest,version=14.32.31332,chip=x64\\VC_redist.x64.exe'\r\n\r\n[50CC:3DD8][2022-07-07T21:30:58]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\\ProgramData\\Microsoft\\VisualStudio\\Packages\\Microsoft.VisualCpp.Redist.14.Latest,version=14.32.31332,chip=x64\\'\r\n\r\n[50CC:3DD8][2022-07-07T21:30:58]i000: Setting string variable 'WixBundleLog' to value 'C:\\Users\\Mario'\r\n\r\n[50CC:3DD8][2022-07-07T21:30:58]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.32.31332'<\/pre>\n<p>One other systems, opening the &#8220;unknown&#8221; file using Notepad via the Open With dialog shows the following content:<\/p>\n<pre>Usage : fsutil behavior query &lt;option&gt;\r\n\r\n&lt;option&gt;\r\n\r\nAllowExtChar\r\nBugcheckOnCorrupt\r\nDisable8dot3 [&lt;Volume Path&gt;]\r\nDisableCompression\r\nDisableCompressionLimit\r\nDisableDeleteNotify [NTFS|ReFS]\r\nDisableEncryption\r\nDisableFileMetadataOptimization\r\nDisableLastAccess\r\nDisableSpotCorruptionHandling\r\nEncryptPagingFile\r\nMemoryUsage\r\nMftZone\r\nQuotaNotify\r\nSymlinkEvaluation\r\nDisableWriteAutoTiering [&lt;Volume Path&gt;]\r\nDisableTxf [&lt;Volume Path&gt;]\r\n\r\nPlease use \"fsutil 8dot3name query \/?\" for more information.\r\n\r\nFor DisableDeleteNotify if neither \"NTFS\" nor \"ReFS\" is specified, both values are shown.<\/pre>\n<p>Additionally, the &#8220;How do you want to open this file?&#8221; or the &#8220;Open with&#8221; dialog may also appear when you run one of the following environment variables:<\/p>\n<ul>\n<li>%USERPROFILE%<\/li>\n<li>%APPDATA%<\/li>\n<li>%LOCALAPPDATA%<\/li>\n<\/ul>\n<p>And the same issue may occur when you use the Run dialog to launch files located in your user profile folder, such as:<\/p>\n<ul>\n<li>C:\\Users\\Ramesh Srinivasan\\Desktop\\MonOff.Bat<\/li>\n<\/ul>\n<h2>Cause<\/h2>\n<p>The above symptoms occur if an extensionless file with the same name as your first name (or the first word of your profile home folder name) is located under the <code>C:\\Users<\/code> directory. This issue occurs only on user accounts whose home folder name contains one or more spaces.<\/p>\n<p>In the above VC++ Redist log file, it&#8217;s clear that a (log) file named &#8220;Mario&#8221; exists in the C:\\Users directory, whereas the user profile folder name is &#8220;Mario Jose.&#8221; The log file was created by the Microsoft Visual C++ 2015-2022 Redistributable (x64) installer.<\/p>\n<p>The VC++ installer has a bug wherein it didn&#8217;t enclose the log file path within double quotes, which caused the following file to be created:<\/p>\n<pre>C:\\Users\\Mario<\/pre>\n<p>Instead of:<\/p>\n<pre>C:\\Users\\Mario Jose\\AppData\\Local\\Temp\\dd_setup_20220707212329_554_Microsoft.VisualCpp.Redist.14.Latest.log<\/pre>\n<p>As the user name contains one or more spaces, the Operating System created a file named &#8220;Mario&#8221; in the C:\\Users directory without resolving the full path.<\/p>\n<p>In the above situation, the &#8220;Open With&#8221; dialog appears on the screen during the following situations:<\/p>\n<ul>\n<li>A startup entry in the registry points to a file inside the User profile folder, and the startup entry is not enclosed within double quotes. This triggers the launch of the &#8220;Open With&#8221; dialog to open the extensionless file.<\/li>\n<li><span style=\"font-size: inherit;\">Whenever you run %USERPROFILE%, %APPDATA%, %LOCALAPPDATA%, or launch a file in your user profile (e.g., <\/span><code style=\"font-size: inherit;\">C:\\Users\\Backup User\\Desktop\\Launch.bat<\/code><span style=\"font-size: inherit;\">) using its full path (without using double quotes), the same issue occurs.<\/span><\/li>\n<\/ul>\n<p>In the second case (Fsutil log), some app seems to have run the following command and piped the output to a file under C:\\Users\\%username% in the same way, without enclosing the destination path within double-quotes.<\/p>\n<pre>fsutil behavior query<\/pre>\n<p><strong>Another Example<\/strong><\/p>\n<p>For instance, if your user account name is &#8220;Backup Master&#8221; and a blank file named &#8220;Backup&#8221; exists in the C:\\Users directory, it causes the problem.<\/p>\n<p>When you open the Task Manager \u2192 Startup tab, you can see that the Operating System resolves the path incorrectly. As you can see in the &#8220;Command line&#8221; column, the OS ignores the rest of the folder path that appears after the text &#8220;C:\\Users\\Backup&#8221;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27361\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup-4.png\" alt=\"open with dialog appears during login\" width=\"748\" height=\"244\" \/><\/p>\n<p>In the Registry Editor, the Run registry key points to a file named: &#8220;<code>Launch.bat<\/code>&#8221; in the user&#8217;s Desktop directory.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27360\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup-3.png\" alt=\"open with dialog appears during login\" width=\"614\" height=\"188\" \/><\/p>\n<p>The OS takes the partial path because the entry is not enclosed within double quotes.<\/p>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/task-manager-unknown-program-startup-entry-fix\/\">What is \u201cProgram\u201d in Task Manager Startup Tab<\/a><\/div>\n<h2><a id=\"solution\"><\/a>Solution<\/h2>\n<p>To resolve the issue of the &#8220;How do you want to open this file&#8221; Dialog opening at login or during other situations explained in the &#8220;Symptoms&#8221; section, follow these steps:<\/p>\n<h3>Step 1: Delete the extensionless file from C:\\Users<\/h3>\n<p>Open the <code>C:\\Users<\/code> folder and delete the extensionless file with the <strong>same name<\/strong> as the first word of your user profile home folder.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27359\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup-2.png\" alt=\"open with dialog appears during login\" width=\"509\" height=\"218\" \/><\/p>\n<p>This stops the Open With dialog from being triggered by a registry startup\/Run key.<\/p>\n<h3>Step 2:\u00a0Enclose the Registry value within double quotes<\/h3>\n<p>Launch the Registry Editor (<code>regedit.exe<\/code>) and go to the following branches:<\/p>\n<pre>HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\r\nHKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-6338 alignleft\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/07\/icotip.gif\" alt=\"tips bulb icon\" width=\"34\" height=\"34\" \/>Tip: From a branch under HKEY_CURRENT_USER, you can jump to the parallel key under HKEY_LOCAL_MACHINE (and the other way) by using the &#8220;Go to HKEY&#8221; context menu. See the article <a href=\"https:\/\/www.winhelponline.com\/blog\/switch-hklm-hkcu-regedit-go-to\/\">Switch between HKCU and HKLM quickly in RegEdit<\/a> for more information.<\/p>\n<p>Double-click each entry whose value data doesn&#8217;t contain double quotes.<\/p>\n<p>Enclose the existing value data within double quotes, and click OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27362\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup-5.png\" alt=\"open with dialog appears during login\" width=\"642\" height=\"373\" \/><\/p>\n<p>You can now see that the OS\/Task Manager \u2192 Startup tab resolves the path correctly!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-27363\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/08\/open-with-startup-6.png\" alt=\"open with dialog appears during login\" width=\"748\" height=\"281\" \/><\/p>\n<p>Also, the startup item&#8217;s name is now correctly formed &#8211; &#8220;Launch&#8221; instead of &#8220;Backup&#8221;.<\/p>\n<p>After performing the above steps, the &#8220;Open with&#8221; dialog shouldn&#8217;t appear at Startup. However, you may also need to check if a Task Scheduler Startup task is triggering the &#8220;Open With&#8221; dialog, and if so, edit the task and fix the path accordingly.<\/p>\n<p><em>(For some reason, on Windows 10\/11 systems, the <a href=\"https:\/\/www.winhelponline.com\/blog\/taskmgr-startup-tab-empty-no-items\/\">Startup folders<\/a> don&#8217;t trigger the &#8220;Open With&#8221; dialog even if the shortcut target is missing double quotes. Only the startup Registry entries or Task Scheduler Startup tasks seem to cause this issue.)<\/em><\/p>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/task-manager-startup-tab-entries-remove-invalid\/\">How to Remove Invalid Entries from Task Manager Startup tab<\/a><\/div>\n<hr \/>\n<h3>Step 3: Rename your User Profile Folder (Optional)<\/h3>\n<p>While the above methods help you stop the unwanted &#8220;Open with&#8221; dialog from appearing at startup, the fundamental issue remains: your user profile folder name contains one or more spaces in it. A poorly coded program or installer may repeatedly create a file under &#8220;C:\\Users&#8221; by not enclosing the path within double quotes.<\/p>\n<p>Also, if the home folder name contains space(s), you must enclose the file paths within double quotes, whether you run it from a Batch file, Script, or via the Run dialog. Example:<\/p>\n<pre>\"%APPDATA%\"\r\n\r\n\"%LOCALAPPDATA%\"\r\n\r\n\"%USERPROFILE\"\"\r\n\r\n\"C:\\Users\\Ramesh Srinivasan\\Desktop\\Launch.bat\"<\/pre>\n<p><em>Enclosing the commands or paths within double quotes is the best practice. However, doing it every time to launch a file or folder is a headache, especially in the long run.<\/em><\/p>\n<h4>Ultimate Fix<\/h4>\n<p>To fix this issue permanently, you may create a new user name (without a space) or rename the existing user profile folder (e.g., from &#8220;Ramesh Srinivasan&#8221; to &#8220;Ramesh&#8221;) via the registry.<\/p>\n<p>Renaming the user profile folder name in the registry has to be done cautiously. Please go through my detailed article <a href=\"https:\/\/www.winhelponline.com\/blog\/rename-user-profile-folder-windows\/\">How to Rename User Profile Folder in Windows 10\/11<\/a>. Also, please have appropriate backups (preferably a full image backup using Macrium Reflect Free) in place before trying the rename procedure.<\/p>\n<p><em><strong>Editor&#8217;s Note:<\/strong> The screenshots in this article are from a computer running the latest Windows 11 Insider Build. That&#8217;s why the Task Manager&#8217;s Startup tab looks different than the one in Windows 11 version 21H2.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Symptom: Every time you log in to your user account, the &#8220;How do you want to open this file?&#8221; (aka, the &#8220;Open with&#8221; dialog) dialog may appear. (Go directly to the Solution \u2193) If you select Notepad from the list and click OK, it may open a log file that has contents similar to the &#8230; <a title=\"&#8220;How do you want to open this file&#8221; Pops Up at Startup\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/open-with-dialog-appears-login\/\" aria-label=\"Read more about &#8220;How do you want to open this file&#8221; Pops Up at Startup\">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_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[729,441],"class_list":["post-27357","post","type-post","status-publish","format-standard","hentry","category-windows","tag-open-with","tag-registry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":80358,"url":"https:\/\/www.winhelponline.com\/blog\/mfc140u-dll-missing-vc-runtime\/","url_meta":{"origin":27357,"position":0},"title":"[Fix] mfc140u.dll was not found","author":"Ramesh","date":"February 28, 2026","format":false,"excerpt":"When you open Lightroom Classic, TrafficMonitor or any other app that depends on the VC++ v14 (2015-2022) runtimes, the following error may occur: The code execution cannot proceed because mfc140u.dll was not found. Reinstalling the program may fix the problem. RELATED: VC++ Redist for Visual Studio 2015 - 2022 (List\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":"mfc140u.dll vc++ redist runtime error 0xc000012f","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":6078,"url":"https:\/\/www.winhelponline.com\/blog\/fix-vcruntime140-dll-missing-error-windows\/","url_meta":{"origin":27357,"position":1},"title":"[Fix] Missing VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, MSVCP140.DLL","author":"Ramesh","date":"January 1, 2018","format":false,"excerpt":"On your Windows 10 or 11 computer, a 3rd party program (e.g., Epic Games) may throw the error that the module VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, or MSVCP140.dll is missing from the computer. Here are the error messages which you may encounter: The program can't start because VCRUNTIME140.dll is missing from your computer.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"powertoys runtime files","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":856,"url":"https:\/\/www.winhelponline.com\/blog\/change-default-icon-file-type-windows\/","url_meta":{"origin":27357,"position":2},"title":"How to Change the Icon for a File Type in Windows","author":"Ramesh","date":"February 11, 2009","format":false,"excerpt":"Surprisingly, Windows doesn't have a built-in option to allow users to set custom icons for file types. If you have a custom file type and the corresponding program doesn't have a nice-looking icon in its .exe or .dll resource, you can manually change or customize the default icon for that\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"How to Change the Icon for a File Type in Windows","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":26942,"url":"https:\/\/www.winhelponline.com\/blog\/internet-shortcuts-open-print-dialog-web-doc-tab-missing\/","url_meta":{"origin":27357,"position":3},"title":"Internet Shortcuts Open Print Dialog; Web Document Tab Missing","author":"Ramesh","date":"July 26, 2022","format":false,"excerpt":"When you right-click an internet shortcut (.URL file), the \"Print\" command is the default (shown in bold letters) action. As a result, double-clicking on internet shortcuts will open the Print dialog. And, the Web document tab may be missing in the property sheet for Internet Shortcut (.URL) files. Additionally, the\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"web document tab missing url properties","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/07\/webdoctab-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1113,"url":"https:\/\/www.winhelponline.com\/blog\/exe-files-open-notepad-fix-association\/","url_meta":{"origin":27357,"position":4},"title":"[Fix] .EXE Files Open in Notepad or Other App when Double-clicked","author":"Ramesh","date":"March 9, 2007","format":false,"excerpt":"Summary: Double-clicking an .exe file may open Notepad or any other application, displaying junk characters. On some systems, the Open with dialog may appear when double-clicking .exe files. This article explains how to fix the .exe file association in Windows 10 and 11. Did you accidentally use the Default Programs\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"exe files open in notepad","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2007\/03\/exe_open_notepad.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2007\/03\/exe_open_notepad.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2007\/03\/exe_open_notepad.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":1009,"url":"https:\/\/www.winhelponline.com\/blog\/fix-error-system-information-cannot-open-this-nfo-file-xp\/","url_meta":{"origin":27357,"position":5},"title":"Error: System Information cannot open this NFO file","author":"Ramesh","date":"February 12, 2008","format":false,"excerpt":".nfo (also written .NFO or NFO, a contraction of \"info\", or \"information\") is a commonly used three-letter filename extension for text files that accompany various digital scene releases with information about them. NFO files are used to deliver release information about the media, such as the digital media title, authorship,\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":".nfo file system information utility error","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/02\/nfo-sample-file.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/02\/nfo-sample-file.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/02\/nfo-sample-file.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/02\/nfo-sample-file.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/27357","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=27357"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/27357\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=27357"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=27357"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=27357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}