ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows 10 changes default application

    IT Discussion
    windows 10 default application
    4
    8
    1.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender
      last edited by

      Anyone run into the issue where Windows 10 something bad happened and is changing the default for some app back to it's "default"?

      These registry changes remove these defaults at the user level.

      Credit where credits due - http://www.tenforums.com/tutorials/45792-app-default-reset-fix-windows-10-a.html

      Windows Registry Editor Version 5.00
      
      ;Created by: Shawn Brink
      
      ;Created on: March 31st 2016
      
      ;Tutorial: http://www.tenforums.com/tutorials/45792-app-default-reset-fix-windows-10-a.html
      
      ; Microsoft.3DBuilder
      
      ;File Types: .3ds, .3mf, .bmp, .dae, .dxf, .fbx, .jpg, .obj, .ply, .png, .stl, .tga, .wrl
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXvhc4p7vz4b485xfp46hhk3fq3grkdgjg]
      
      "NoOpenWith"=""
      
      ; Microsoft Edge
      
      ;File Types: .htm, .html
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppX4hxtad77fbk3jkkeerkrm0ze94wjf3s9]
      
      "NoOpenWith"=""
      
      ;File Types: .pdf
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXd4nrz8ff68srnhf9t5a8sbjyar1cr723]
      
      "NoOpenWith"=""
      
      ;File Types: .svg
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXde74bfzw9j31bzhcvsrxsyjnhhbq66cs]
      
      "NoOpenWith"=""
      
      ;File Types: .xml
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXcc58vyzkbjbs4ky0mxrmxf8278rk9b3t]
      
      "NoOpenWith"=""
      
      ; Microsoft Photos
      
      ;File Types: .3g2,.3gp, .3gp2, .3gpp, .asf, .avi, .m2t, .m2ts, .m4v, .mkv, mov, .mp4, mp4v, .mts, .tif, .tiff, .wmv
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXk0g4vb8gvt7b93tg50ybcy892pge6jmt]
      
      "NoOpenWith"=""
      
      ;File Types: Most Image File Types
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppX43hnxtbyyps62jhe9sqpdzxn1790zetc]
      
      "NoOpenWith"=""
      
      ;File Types: .raw, .rwl, .rw2 and others
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppX9rkaq77s0jzh1tyccadx9ghba15r6t3h]
      
      "NoOpenWith"=""
      
      ; Zune Music
      
      ;File Types: .aac, .adt, .adts ,.amr, .flac, .m3u, .m4a, .m4r, .mp3, .mpa, .wav, .wma, .wpl, .zpl
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppXqj98qxeaynz6dv4459ayz6bnqxbyaqcs]
      
      "NoOpenWith"=""
      
      ; Zune Video
      
      ;File Types: .3g2,.3gp, .3gpp, .avi, .divx, .m2t, .m2ts, .m4v, .mkv, .mod, .mov, .mp4, mp4v, .mpe, .mpeg, .mpg, .mpv2, .mts, .tod, .ts, .tts, .wm, .wmv, .xvid
      
      [HKEY_CURRENT_USER\SOFTWARE\Classes\AppX6eg8h5sxqq90pv53845wmnbewywdqq5h]
      
      "NoOpenWith"=""
      
      1 Reply Last reply Reply Quote 0
      • IRJI
        IRJ
        last edited by

        How are you using this? Logon script?

        DustinB3403D DashrenderD 2 Replies Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @IRJ
          last edited by

          @IRJ said in Windows 10 changes default application:

          How are you using this? Logon script?

          No these are registry entries. It would overwrite or create these entries, to fix the issue described.

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @DustinB3403
            last edited by

            @DustinB3403 said in Windows 10 changes default application:

            @IRJ said in Windows 10 changes default application:

            How are you using this? Logon script?

            No these are registry entries. It would overwrite or create these entries, to fix the issue described.

            Wtf does that even mean. You can deploy registry changes many ways.
            @IRJ was asking how @Dashrender is doing it.

            DustinB3403D 1 Reply Last reply Reply Quote 1
            • DustinB3403D
              DustinB3403 @JaredBusch
              last edited by

              @JaredBusch said in Windows 10 changes default application:

              @DustinB3403 said in Windows 10 changes default application:

              @IRJ said in Windows 10 changes default application:

              How are you using this? Logon script?

              No these are registry entries. It would overwrite or create these entries, to fix the issue described.

              Wtf does that even mean. You can deploy registry changes many ways.
              @IRJ was asking how @Dashrender is doing it.

              I was thinking it was just a double click and deploy. Yes, it could be deployed in many ways, but no need to jump down my throat about it.

              1 Reply Last reply Reply Quote 0
              • IRJI
                IRJ
                last edited by

                Yeah I realize it's registry changes. I was just asking how he deploys it. I was thinking logon script since he said he has a problem with it resetting.

                1 Reply Last reply Reply Quote 1
                • DashrenderD
                  Dashrender
                  last edited by

                  Whenever I update Adobe Reader (these days using Chocolatey) Windows gives the new slide out error message as follows:

                  0_1472576920505_app-crash.png

                  It's not really know why Windows thinks there's a problem, but when it does, it resets to the crappy MS Win 10 apps. Applying these changes disables the system's ability to change back to these apps.

                  1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @IRJ
                    last edited by

                    @IRJ said in Windows 10 changes default application:

                    How are you using this? Logon script?

                    No - I haven't done anything with them yet.

                    If anything I think I will put them in my GP.

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post