Disable Open Pick an app dialog in Chrome

3 min read 22-10-2024
Disable Open Pick an app dialog in Chrome

When you attempt to open certain file types in Google Chrome, you might encounter an annoying dialog box that says "Open Pick an App." This prompt requires you to select an application to open the file, which can disrupt your browsing experience. In this article, we'll explore how to disable this dialog and streamline your workflow in Chrome.

Understanding the Problem

The original issue can be summarized as follows: Google Chrome shows an "Open Pick an App" dialog when attempting to open specific file types, leading to frustration and interruptions for users.

Original Code

<!-- Pseudocode to represent the dialog -->
<div class="dialog">
    <h2>Open Pick an App</h2>
    <button>Select an App</button>
</div>

While this pseudocode gives a simplistic representation of the dialog, understanding how to disable it requires a deeper dive into Chrome's settings and file handling mechanisms.

How to Disable the "Open Pick an App" Dialog

To stop Google Chrome from prompting you with the "Open Pick an App" dialog, follow these steps:

  1. Change File Associations:

    • Go to your computer's "Settings" or "Control Panel."
    • Navigate to "Default Apps" or "Programs" (this varies by operating system).
    • Here, you can adjust which applications are the default for various file types. Set the appropriate application for the file type you are trying to open in Chrome.
  2. Modify Chrome Settings:

    • Open Google Chrome and enter chrome://settings in the address bar.
    • Scroll down to the "Privacy and security" section, and click on "Site Settings."
    • Here, you can manage how Chrome handles downloads and file types, which can reduce the frequency of the dialog appearing.
  3. Disable Extensions:

    • Sometimes, extensions can cause file handling issues. Disable any extensions one by one to check if they are the source of the problem. Go to chrome://extensions/ to manage your extensions.
  4. Clear Browsing Data:

    • Clearing cache and cookies might resolve some persistent dialog issues. Go to chrome://settings/clearBrowserData and select the appropriate time range before hitting "Clear data."
  5. Check for Updates:

    • Make sure that you are using the latest version of Chrome. An outdated browser can often exhibit unexpected behaviors. To check for updates, go to chrome://settings/help.

Practical Example

Let’s say you're trying to open a PDF document directly from a webpage, but every time you click the link, Chrome brings up the "Open Pick an App" dialog. This might be due to your system not having a default application set for PDFs. By following the steps above, you can set Adobe Acrobat or another PDF viewer as the default app, allowing Chrome to open these files directly without interruption.

Added Value: Tips for a Better Chrome Experience

  • Use Chrome Profiles: If you share your computer, consider using different Chrome profiles for different users. This can help maintain distinct settings and reduce dialog box interruptions.

  • Keyboard Shortcuts: Familiarize yourself with keyboard shortcuts for Chrome. For instance, pressing Ctrl + J will take you directly to the Downloads page, where you can access downloaded files more efficiently.

  • Explore Chrome Flags: For advanced users, there are experimental features in Chrome called "flags." You can access them by typing chrome://flags in the address bar. However, be cautious, as modifying these settings can affect browser performance.

Useful Resources

By implementing these solutions and tips, you can effectively eliminate the "Open Pick an App" dialog from your browsing experience in Google Chrome. This not only saves time but also makes your workflow smoother and more efficient.


This article should provide a comprehensive understanding of how to disable the "Open Pick an App" dialog in Chrome, ensuring you have a seamless browsing experience.