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.