M:
cd "M:\Steam\steamapps\common\Elite Dangerous\Products\elite-dangerous-64\Movies"
DEL /F /Q Ident_Frontier*.webm
cd "M:\Steam\steamapps\common\Elite Dangerous\Products\elite-dangerous-odyssey-64\Movies"
DEL /F /Q Ident_Frontier*.webm
Didn't even cross my mind to do that. Thank you for sharing your workIf this helps, I did automate it with batch :
Bash:M: cd "M:\Steam\steamapps\common\Elite Dangerous\Products\elite-dangerous-64\Movies" DEL /F /Q Ident_Frontier*.webm cd "M:\Steam\steamapps\common\Elite Dangerous\Products\elite-dangerous-odyssey-64\Movies" DEL /F /Q Ident_Frontier*.webm
but I think this option is in deed missing anyway...
if you wish to look for the whole batch I'm using to play, check here : https://forums.frontier.co.uk/threads/prevent-lost-keybind.586307/Didn't even cross my mind to do that. Thank you for sharing your work