How to fix a file extension back to the original file type

kay cordova 0 Reputation points
2026-07-27T02:14:42.38+00:00

I have a file that downloads as a .ast file extension. I mistakenly told Windows 11 to have it open in a embroidery design

application. I need to fix it so that it does not recognize the embroidery design application. User's image

Windows for home | Windows 11 | Settings
0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh Srinivasan 84,000 Reputation points Independent Advisor
    2026-07-27T02:49:49.66+00:00

    Hi,

    To remove the file association for the .ast file type, please do the following:

    Create a System Restore Point. Reference: System Protection | Microsoft Support

    Then, open Command Prompt (admin) and type the following commands:

    cmd.exe
    
    assoc .ast
    
    assoc .ast=
    
    reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ast" /f
    

    Post the output here.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.