<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    With new version of Firefox ProgId has changed with complicated Id.<br>
    It was easier before (just "FirefoxURL" or "FirefoxHTML").<br>
    <br>
    Is this Id was generate by Firefox or Windows ? Is possible to keep
    same id for all versions of Firefox and future ?<br>
    <br>
    It's used to set/enforce Firefox to default web browser for all
    users in Windows 10.<br>
    <br>
    <i>Dism /online
      /Export-DefaultAppAssociations:c:\temp\defaultApp.xml<br>
    </i><i><i>Dism /online
        /Import-DefaultAppAssociations:c:\temp\defaultApp.xml</i></i><br>
    <br>
    Before :<br>
        <Association Identifier="http" ProgId="FirefoxURL"
    ApplicationName="Firefox" />
<br>
        <Association Identifier="https" ProgId="FirefoxURL"
    ApplicationName="Firefox" />
<br>
    <br>
        <Association Identifier=".htm" ProgId="FirefoxHTML"
    ApplicationName="Firefox" />
    <br>
        <Association Identifier=".html" ProgId="FirefoxHTML"
    ApplicationName="Firefox" /><br>
         <br>
    Today:<br>
       <Association Identifier="http"
    ProgId="FirefoxURL-E7CF176E110C211B" ApplicationName="Firefox" />
    <br>
       <Association Identifier="https"
    ProgId="FirefoxURL-E7CF176E110C211B" ApplicationName="Firefox" />
    <br>
         <br>
        <Association Identifier=".htm"
    ProgId="FirefoxHTML-E7CF176E110C211B" ApplicationName="Firefox"
    />
<br>
        <Association Identifier=".html"
    ProgId="FirefoxHTML-E7CF176E110C211B" ApplicationName="Firefox"
    />
<br>
           <br>
  </body>
</html>