Sure you can, just add it to the extensions you want instead of * in the registry.
That is not working...I have to use "programextension" instead of *
So that would be a lot of entry's, for each associated program all extensions
I think this is better....
[HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\watched]
@="Watched for Mede8er"
"NoWorkingDirectory"=""
"icon"="%SystemRoot%\\system32\\shell32.dll,-246"
[HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\watched\command]
@="cmd.exe /c echo \"%1\" > \"%1.t\""
"IsolatedCommand"="cmd.exe /c echo \"%1\" > \"%1.t\""
And if some are not working...
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4\shell\watched]
@="Watched for Mede8er"
"NoWorkingDirectory"=""
"icon"="%SystemRoot%\\system32\\shell32.dll,-246"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4\shell\watched\command]
@="cmd.exe /c echo \"%1\" > \"%1.t\""
"IsolatedCommand"="cmd.exe /c echo \"%1\" > \"%1.t\""