Making application default browser on windows 8

Hi all, I'm trying to create an application on windows 8 handling the http/https link clicks.
I found this page https://msdn.microsoft.com/en-us/library/cc144154(v=vs.85).aspx but seems that the solution there is not supported for windows 8.
Is there any other method / reference to do so? Thank you very much.

I read this:
https://msdn.microsoft.com/en-us/library/windows/desktop/cc144160%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
It seems that the Set Program Access and Computer Defaults (SPAD) still working in windows 8.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Default browser in Windows...

    You know, I am just amazed that Safari 4 still...still cannot correctly set itself as the default browser in Windows. Nothing but love for Apple, but...why...
    In the beta of 4, selecting Safari as the default browser in the Safari settings or in the Program Access Defaults had no effect for me. That still seems to be the case, but, at one point, it seemed to work. However, using "Run..." from the start menu with a URL would bring up Safari and an error that, for instance, read: "Windows cannot find 'www.google.com'..."
    If anyone has been able to properly set Safari as the default browser, please let me know how.
    Message was edited by: slakr

    No go. I tried again, and I am back to Safari being default. However, if I go to the Start Menu, click "Run...", type "www.google.com", and click OK, Safari comes up with Google, but I get the error:
    "Windows cannot find 'www.google.com'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search."
    If I do the same thing with Firefox or IE when they pop up correctly with no error.
    Also, playing around with it some more, it appears that I can only get this far if I set Safari as the default browser from the dialog that asks if you want to set Safari as default when Safari starts up.
    If I go into the Safari preferences, set say Firefox as default, and then type a URL into the Run box, Firefox comes up. If I then change the default browser back to Safari in the Safari preferences, Firefox will still be the default browser.
    If I then close the preferences, close Safari, restart Safari, and look at the preferences, Safari is shown as default, but Firefox is still really the default browser.
    Same thing happens if I go through the Program Access Defaults dialog. Safari will show as default, but Firefox will still be the default browser.
    I am running XP SP3.
    Safari 4 runs beautifully on all of my Macs, though. I just can't use those for work.

  • Setting default browser in Windows on iMac

    I am running Windows XP Pro on my iMac. I want to set it up to open Google Chrome (Mac) when I click a link in my Windows email program. I had that set up before and messed it up. But I can't remember how I did it before.
    Can anyone help me get the default browser in Windows to open as Google Chrome for Mac or Safari....either one.
    Thanks so much. My email program is Incredimail.

    No go. I tried again, and I am back to Safari being default. However, if I go to the Start Menu, click "Run...", type "www.google.com", and click OK, Safari comes up with Google, but I get the error:
    "Windows cannot find 'www.google.com'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search."
    If I do the same thing with Firefox or IE when they pop up correctly with no error.
    Also, playing around with it some more, it appears that I can only get this far if I set Safari as the default browser from the dialog that asks if you want to set Safari as default when Safari starts up.
    If I go into the Safari preferences, set say Firefox as default, and then type a URL into the Run box, Firefox comes up. If I then change the default browser back to Safari in the Safari preferences, Firefox will still be the default browser.
    If I then close the preferences, close Safari, restart Safari, and look at the preferences, Safari is shown as default, but Firefox is still really the default browser.
    Same thing happens if I go through the Program Access Defaults dialog. Safari will show as default, but Firefox will still be the default browser.
    I am running XP SP3.
    Safari 4 runs beautifully on all of my Macs, though. I just can't use those for work.

  • Making IE 11 as default browser for windows 8.1 Update

    Hi,
    We are performing bulk deployments for Windows 8.1 Update using Config manager 2012 R2. Its x64 OS deployment.
    I am looking for a way to make windows 8.1 Update IE browser as a default browser for all users.
    Any local group policy or batch file or any script that would do this, would be great.
    Can anyone pls. some script\pointers on how to achieve this? Thanks
    Regards,

    prior to Win8, you could set file-type associations and protocol associations a few ways.
    e.g.:
    http://www.grouppolicy.biz/2011/09/how-to-use-group-policy-to-change-open-with-file-associations/
    Since Win8, there are extra thing to deal with, e.g.:
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • When making firefox default browser, some print commands in Microsoft programs/games no longer work. example: printing a NAVLOG in Flight Simulator FSX. i have been able to reproduce this error at will. win7 IE9

    basically this is it. In FSX when creating a flightplan there is a print button where you can print (on the PC default printer) the flight plan. (NAVLOG) When Firefox current version is the default browser, this print button simply does not work. Making IE9 (32 bit) the default browser, this print button works again. No doubt this will occur in other applications also but I have only encountered this in FSX sofar.
    I run win7 64 bit but use the 32 bit browser. All patches are up to date. to be clear, this isnt limited to FSX. It affects all Microsoft programs that call the print command in win7. Clearly FF isnt fit for purpose if I cant make it reliably the default browser. anyone else come across this ?

    Sorry if this comes to late, I just now came across this thread.  I have rtorrent and rutorrent sunning successfully on my x64 Arch Linux install.
    Try putting the "SCGIMount /RPC2 127.0.0.1:5000" line in your httpd.conf file right after the LoadModule lines (it's line 124 for me).
    I seem to recall it not working when I put it at the end of the file.
    Best of Luck!
    Martian

  • How do I set firefox as the default browser in Windows Server 2012 Group Policy Editor?

    Hello, I am unable to set firefox as the default browser despite multiple different attempts to do so using group policy.
    I have:
    - Set a registry command (targeted at 32/64 via a WMI query) to reset the opening command as shown below:
    HKEY_CURRENT_USER\Software\Classes\http\shell\open\command
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -url "%1"
    - Set a powershell logon script to run (that does run):
    firefox.exe -silent -setDefaultBrowser
    Despite setting the above it seems the client computers browsers are not affected by the settings above. When the script runs or if I run the command above a UAC window pops up and requests that I accept the command (for the setDefaultBrowser) but even if I click yes as an administrator it does nothing.
    Since GPO in 2012 has changed perhaps there is something that I am missing? Do I need to somehow disable Windows Internet Explorer from achieving default browser status?
    Please do not reply if you will suggest that I use Internet Explorer Maintenance (since this function in GPO has been disabled since IE10)
    My DC is Server 2012, my client computers are Win7 32/64.

    The above reply does not take into account that I am trying to use GROUP POLICY EDITOR to make it the default browser.

  • Can't set Safari as true default browser in windows xp

    I'm running WindowsXP, and I installed the latest version of Safari. No matter what I do, it won't become the true default browser. I tried using the Safari preferences approach which only has one effect - it changes the icon at the top of the start button task bar to Safari. However, all my links from the desktop, from start...run <type url>, and from MS Outlook all lauch IE. I've also tried changing all the settings in the start...set program access and defaults and nothing will make Safari my default browser.

    I don't have access to "Set Programs and Defaults" on my machine. Safari's ability to set itself as web browser, at least on Windows XP, seems to be broken. But I found a workaround. Install Firefox, let it set itself as default browser. Your hyperlinks and such should open in Firefox. Uninstall Firefox. Open up Safari, go to preferences and make sure Safari is set as default browser. Then, at least for me, the hyperlinks started opening in Safari. If you go into Safari and set Internet Explorer as default, you'll probably hose the setup and have to do it again.

  • How do I set Firefox 10.0.2 to be default browser in Windows 7, using a script or setup switch. "Firefox.exe -setDefaultBrowser" does NOT work.

    I want to set Firefox as default browser for all my users.
    I can do this by opening Firefox and go to Tools --> Options --> Advanced and hit the "Check now" button. That works fine, but I need to accomplish this automatically.
    Running setup with the -setDefaultBrowser switch does NOT work. Running "firefox.exe -silent -SetDefaultBrowser" after setup does NOT work.
    Is this even possible? Or are we stuck with IE?

    Thank you for your reply, however it really does not work for me.
    I have Firefox installed, as well as Internet Explorer 9. If I check "Default Programs --> Set Default Programs" in Windows 7 it states that Internet Explorer is default.
    If I create a shortcut on my desktop that points to "www.mozilla.org" for example, and double-click that shortcut, it will open in Internet Explorer.
    I now run "%ProgramFiles%\Mozilla Firefox\Firefox.exe -silent -setDefaultBrowser" with administrative privileges.
    I look again in "Default programs" and i still says IE is default browser. If I click on my shortcut it still opens in IE.
    If I change the setting manually from within Firefox it works fine.
    Please help, I really can't make this work.

  • AFTER MAKING OPERA DEFAULT BROWSER FIREFIX CAN'T ACCESS INTERNET

    I have used Firefox for my browser for several years but decided to try Opera. After making Opera my default browser Firefox cannot seem to establish a network connection. Is Opera responsible? Is it not possible to use two different browsers?

    hi NeilCoy, this shouldn't be related to opera. normally such issues are caused by a firewall/security software which doesn't recognize & therefore blocks new firefox versions and there has just been an update during the last few days. please try to remove all program rules for firefox from your firewall and let it detect the new version of the browser again.
    [[Fix problems connecting to websites after updating Firefox]]

  • Safari locks up when making it default browser

    If I try to make Safari my default browser by going through the setting in Safari it always locks up Safari. I'm then forced to do a force quit on Safari to relaunch it. Anybody have any idea why this would happen? Firefox has gotten strange on me lately, so I want to make Safari my default one until I can figure out what's up with Firefox.

    Hi Barry,
    Sorry for the delay in saying thanks for the help. I ended up rebuilding the launch services database that cured that problem and another one I had. I do really appreciate your help.
    Many thanks again,
    Mike

  • PDF's in Acrobat Reader X will not open when using the browser, Internet explorer opertes all ok? Mozella 4 is the default browser! Windows XP Home ed with all latest updates!

    When using the Mozella Firefox 4 browser and the NEW version Adobe Reader X, PDF's online will not ever open. After 1-3 minuites, I eventually get a message the Adobe reader is running, but need to close and try again! I get same results when trying again.
    Internet Explorer operates and opens the online PDF's all ok and the Adobe Reader X seems to operate all else ok!
    I think, but not sure, that this issue appeared when the Adobe Reader updated from the older version 9 or so to the NEW Adobe Reader X version about 1 or 2 weeks ago, but not sure. I just remember that Mozella always worked ok previously to the Adobe Reader X version for opening online PDF's last month, etc.
    Note that I said that Internet Explorer browser operates ok Using the New automatically upgraded Adobe Reader X for viewing PDF"S! (adobe notified me that the new version 10 (X) was available for updating, etc) I also just discovered that google chrome browser opens the online PDF's ok!
    I have not trying re-storing the computer to the previous month, etc, since the issue seems to be with Mozella not liking the Adobe Reader X version and Internet Explored browser operating ok!
    Any ideas????

    I had the same problem and my solution was to disable the PDF extension that came with Firefox 4 which belongs to another company. I found out that it wast interfering with ReaderX. I unabled it and restarted Firefox. I have had no problems since then. Go to Tools, Add-On and click on Extensions and disable the PDF extension. I hope this helps

  • If Firefox is set as the default browser, and any application attempts to open a new window, this fails and I get the error "Firefox is already running..."

    Here is what I am running:
    Microsoft Windows 7, Service Pack 1, Fully updated to 4/10/2012
    Fresh Install of Firefox 11. No add-ons enabled as a result of troubleshooting.
    I am a user with administrator rights
    UAS is disabled.
    To begin, this has been going on Since Firefox 10 or so. A few months now.
    I am able to open Firefox. My add-ons worked (ABP, Flashblock, ABP Element Hiding Helper, IETAB2, Downthemall, Greasemonkey, 4chan extension) had no problems. Firefox is set and has been set for the last two years as my default web browser.
    However Since approximately Firefox 10 or so, maybe before that, If I have a Firefox session open, and any other application attempts to open a session in a new window, I get the Firefox is already running, but not responding error."
    I attempted to follow troubleshooting advice already posted (look for parent.lock files left behind [none present], multiple sessionstore.js files [none present], create a new user profile, attempted to clear out the "read-only" permission in windows 7, however as soon as it is cleared, the read only permission returns.)
    As a last resort, I deleted the Firefox folder, the %APPDATA%/Mozilla directory in its entirety, then utilized CCleaner to remove any and all references to Firefox in the windows registry, then did a full re-install, no extensions installed right now.
    I checked preferences and have the option "open new windows in a new tab" checked off. The problem persists regardless if this option is checked on or off. This problem persists in or out of safe mode, even with the brand new install.
    Test Cases:
    All cases:
    Firefox is selected as the default browser for windows 7
    Case 1: Open a firefox session. Utilize any other program that attempts to open a link to their website in a new browser window or new browser session. Experience "Firefox is already running" error
    Case 2: Open a firefox session. Right click on Firefox on the task bar. Select "open in new window". Experience "Firefox is already running" error
    Case 3: Open a firefox session. Select the Firefox Menu > New tab > New Window. A new window will actually open.
    This is the only method of opening a new window in the same browser session or profile that actually works on my system. Attempting to open a browser session from the task bar "open new window dialog" or opening a new window while a current window/session is running will not open firefox in a new window or a new tab in the current session. The "Firefox is already running, but is not responding" error will occur every time.

    Cor-el's suggestion resolved my problem. Apparently the MOZ_NO_REMOTE variable was set to 1 on my system variables. I never made it, and really have no idea how it got there, but deleting this variable and restarting firefox has resolved the issue. Thanks Cor-el!
    Marking case: Solved
    Solution: Verify the MOZ_NO_REMOTE variable is NOT set to 1. This can be achieved by simply deleting this variable.

  • How do you invoke the default browser for Unix/OSX

    Does anyone know how to programmatically display the contents of a URL in the default browser for a Unix system? I found a javaworld article on doing this using Runtime.getRuntime().exec(cmd). The article gives the cmd string for invoking the default browser in Windows, and for invoking the Netscape browser in Unix.
    This can easily be extended to invoke any known browser executable in a known path on a Unix system; but I'd like to invoke the default browser without knowing what or where it is. I'm specifically targetting Mac/OSX, but any Unix solution is worth trying.
    Is there a Unix command for launching the default browser to display the contents of a given URL? Or is there an alternative approach, rather than invoking Runtime.exec()?
    -Mark

    After extensive google searching, I came across a partial solution. This code detects the default browser on a Mac, and provides an elegant solution for trying standard browsers in turn for other Unix systems. I tested it on WIndows XP and Mac OSX 3.9, and it detected the default browser each time. A suped up version of this tool is available as a SourceForge project. You can find it here:
    http://sourceforge.net/projects/browserlaunch2/
    Here's the simplified code:
    //  Bare Bones Browser Launch                          //
    //  Version 1.5                                        //
    //  December 10, 2005                                  //
    //  Supports: Mac OS X, GNU/Linux, Unix, Windows XP    //
    //  Example Usage:                                     //
    //     String url = "http://www.centerkey.com/";       //
    //     BareBonesBrowserLaunch.openURL(url);            //
    //  Public Domain Software -- Free to Use as You Like  //
    import java.lang.reflect.Method;
    import javax.swing.JOptionPane;
    public class BareBonesBrowserLaunch {
       private static final String errMsg = "Error attempting to launch web browser";
       public static void openURL(String url) {
          String osName = System.getProperty("os.name");
          try {
             if (osName.startsWith("Mac OS")) {
                Class fileMgr = Class.forName("com.apple.eio.FileManager");
                Method openURL = fileMgr.getDeclaredMethod("openURL",
                   new Class[] {String.class});
                openURL.invoke(null, new Object[] {url});
             else if (osName.startsWith("Windows"))
                Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
             else { //assume Unix or Linux
                String[] browsers = {
                   "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape" };
                String browser = null;
                for (int count = 0; count < browsers.length && browser == null; count++)
                   if (Runtime.getRuntime().exec(
                         new String[] {"which", browsers[count]}).waitFor() == 0)
                      browser = browsers[count];
                if (browser == null)
                   throw new Exception("Could not find web browser");
                else
                   Runtime.getRuntime().exec(new String[] {browser, url});
          catch (Exception e) {
             JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
       }

  • Ince updating my firefox browser whenever i click on an internet link in an email it does not open on firefox although my mac switches to the firefox window as this is my default browser- what to do? Previously this has always worked without a hitch...

    ince updating my firefox browser whenever i click on an internet link in an email it does not open on firefox athough my mac switches to the firefox window as i have this set to be my default browser- what should i do?

    I have the same problem, and I also wondered if Google toolbar has anything to do with it. There GMAIL was set as the default mail application at first. I have removed that setting, but Firefox 4.0.1 continues to use GMAIL instead of Outlook which is my selection for mailto handling.

  • Could not initialize the application's security component when clicking on a hyberlink from LotusNotes, default browser Firefox

    I have Lotus Notes 8.5 installed on Windows 7 computer.
    Firefox 4.0.1 works fine.
    But when I change FF as default browser and launch a hyperlink from My mail client I get an error "Could not initialize the application's security component. The most likely cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behavior when accessing security features."
    After this error I can open tabs but no website will work.
    But if I close Firefox and reopen it will work.
    When Firefox is running, if I click the hyberlink from my mail client, it launches without error message and works fine.
    Gave Write access to profile folder. replaced cert8.db etc, but it is not helpful.
    I installed Firefox 4 - same.
    Installed Firefox 5 beta - same.
    Installed Firefox 3.6.17 - error message is there but Firefox keeps working after launch.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

Maybe you are looking for

  • I'm so Frustrated!!!

    Back story ... We live in a house with a barn at the end of the garden.  We have converted the barn and are moving into it for the next year (or maybe for ever) whilst we gut and renovate the house.  My first book has recently been published and I bo

  • Can't get image to "open in" CC Ps6 always opens

    When I try to get a jpg file to "open in" Ps CC it opens in Ps6. I have checked the shortcut I use to open CC and it is C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit) But the only EXE file in that folder opens Ps6; even though my shortcut; with t

  • Pc2510 Check Right Printer Cartridge/Not Supported/Hourglass Errors

    Hello! If anyone has had success resolving these errors, please let me know, even if it has meant replacing your print cartridge. Thanks! Error Description: Original problem: The printer cartridge error message "Check Right Printer Cartridge" is bloc

  • Separating albums that have the same name by the same artist?

    I have two albums by the group The Small Faces and both are entitled "Small Faces." One came out in 1966 and the next in 1967. They are different albums, just on different labels which may be why they used the same name twice. Anyway, i can't figure

  • Can the Same Variable used in the copied Queries and can it be transported?

    Hi all, While Transporting a Query from Developement to Quality, there is some elements missing in the Z Query, example: "Error when activating element 4BFWXYMKOQF5BQ373003Z2YZV Element 4BKGUS2Z64GKGEF9QH60W4MUJ is missing in version M" 4BKGUS2Z64GKG