Windows 10: assoc and ftype not updating file association completely in windows 10.

Discus and support assoc and ftype not updating file association completely in windows 10. in Windows 10 Gaming to solve the problem; assoc and ftype not updating file association completely in windows 10. My security camera produces a .265 file which I find I can play using VLC... Discussion in 'Windows 10 Gaming' started by Dr-DB, Jun 25, 2022.

  1. Dr-DB Win User

    assoc and ftype not updating file association completely in windows 10.


    assoc and ftype not updating file association completely in windows 10. My security camera produces a .265 file which I find I can play using VLC --demux h265 I had previously associated the files with the windows media player which didn't work and so I updated the association from an elevated command prompt assoc .265=265file ftype 265file="C:\Program Files\VideoLAN\VLC\vlc.exe" --demux h265 --started-from-file "%1" by analogy with the other VLC associations revealed by running ftype alone. The files will not play without the demux switch at all by just running VLC alone. However despite

    :)
     
    Dr-DB, Jun 25, 2022
    #1

  2. How to create and delete a custom file association

    OH, and by the way, the "assoc" and "ftype" commands do not show all the correct file association definitions.

    Tests done on my Windows 10 laptop show that Windows seems to report the file association correctly under Settings and/or Control Panel, which is different and not the case for the "assoc" and "ftype" commands.
     
    YvesTrottier, Jun 25, 2022
    #2
  3. farag Win User
    How to associate Photo Viewer using ftype and assoc

    So I've found the solution to associate with Windows Photo Viewer instantly without restarting PC. But you need to uninstall UWP photo app before.
    Code:
     
    farag, Jun 25, 2022
    #3
  4. farag Win User

    assoc and ftype not updating file association completely in windows 10.

    How to associate Photo Viewer using ftype and assoc

    Hello.
    I want to associate png, bmp, jpg/jpeg with Windows Photo Viewer in Windows 10 (8.1) through console and without using GUI (Settings — Apps — Default apps — setting up Photo Viewer as a default app).
    Here is my code, but unfortunately it doesn't associate at all, but works with out any errors. Restarting Explorer or PC doesn't help.
    Code:
    Source: https://www.reddit.com/r/sysadmin/comments/72vv31/set_windows_photo_viewer_as_default_app_on/
    Source 2: Forcing Windows to use Windows Photo Viewer | NHL Data Blog
    How to really(!) associate an file extension to new program? - DosTips.com
     
    farag, Jun 25, 2022
    #4
Thema:

assoc and ftype not updating file association completely in windows 10.

Loading...
  1. assoc and ftype not updating file association completely in windows 10. - Similar Threads - assoc ftype updating

  2. Assoc command

    in Windows 10 Gaming
    Assoc command: question. does the assoc command truly work powershell/cmd? i noticed that the icon does not change in my file explorer, nor do the files open with the program specified using the assoc command. i have to manually change it. does it adjust on a restart? im not positive...
  3. Assoc command

    in Windows 10 Software and Apps
    Assoc command: question. does the assoc command truly work powershell/cmd? i noticed that the icon does not change in my file explorer, nor do the files open with the program specified using the assoc command. i have to manually change it. does it adjust on a restart? im not positive...
  4. Assoc command

    in Windows 10 Customization
    Assoc command: question. does the assoc command truly work powershell/cmd? i noticed that the icon does not change in my file explorer, nor do the files open with the program specified using the assoc command. i have to manually change it. does it adjust on a restart? im not positive...
  5. assoc and ftype not updating file association completely in windows 10.

    in Windows 10 Software and Apps
    assoc and ftype not updating file association completely in windows 10.: assoc and ftype not updating file association completely in windows 10. My security camera produces a .265 file which I find I can play using VLC --demux h265 I had previously associated the files with the windows media player which didn't work and so I updated the...
  6. Changing the file type assocation for a file

    in Windows 10 Software and Apps
    Changing the file type assocation for a file: Hi! I've been trying to get rid of Notepad++ as my automatic JSON file launcher thingy but I haven't been able to even after resetting to the defaults. I've tried many solutions I've seen on here but nothing seems to work. I've even deleted Notepad++ but it's not working, and...
  7. Windows 10 File Association Citrix

    in Windows 10 Customization
    Windows 10 File Association Citrix: I'm need to re-associate the Citrix .ica file to "Citrix Connection Manager" after installing Citrix Workspace. Currently, the .ica file is associated with Internet Explorer. When I click on Internet Explorer to change the association, only "Adobe Acrobat DC" and "Internet...
  8. Windows 10 File Associations

    in Windows 10 Customization
    Windows 10 File Associations: Hi, We are struggling to apply file associations effectively via our SCCM task sequence on build by applying a customisation XML we created. The only change the in the XML is for Adobe Reader for PDF to be used instead of Edge naively. The XML seems to apply...
  9. Recover default windows program file assocation

    in Windows 10 Software and Apps
    Recover default windows program file assocation: Hi all, is there a way to recover all my default program settings? I have made some mistakes and some settings arent working any moren for eg: (i dont know if the link is accepted: http://www.sevenforums.com/tutorials...ociations.html 21570
  10. How to associate Photo Viewer using ftype and assoc

    in Windows 10 Software and Apps
    How to associate Photo Viewer using ftype and assoc: Hello. I want to associate png, bmp, jpg/jpeg with Windows Photo Viewer in Windows 10 (8.1) through console and without using GUI (Settings — Apps — Default apps — setting up Photo Viewer as a default app). Here is my code, but unfortunately it doesn't associate at all, but...