Closed auxym closed 3 years ago
whooops!
see: https://www.winhelponline.com/blog/bat-files-do-not-run-when-double-clicked-fix-association/
You'll need fixes for .bat, .reg, .cmd, here:
https://www.winhelponline.com/blog/file-association-fixes-windows-10/
I'd probably need to revisit the shell documentation and check what's the proper verb for calling an editor.
Probably the "edit" verb. Thanks for the link to the reg fixes!
@auxym I've added uninstall option. It removes the FVim reg entries, but leaves the HKCR filetype trees intact, because I don't know what values to restore to.
Also updated to "edit" verb. Thanks!
Changing to "edit" verb does not fix the interference with .cmd, .ps1, .bat. Reopening.
Update: removed the bad associations... Still looking for a fix to the problem.
Added heuristics for this..
Is there a
--uninstall
option?Not sure why, but ever since I ran
fvim --setup
, on every reboot, fvim pops up with a line sayingnet start mavsc
. I'm getting the feeling that fvim associated itself as the default app for.bat
files, and not they are getting opened in fvim instead at executed at startup?