Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This example opens Flashupdate.exe when any *.os File is double-clicked:

[HKEY_CLASSES_ROOT\.os]
@="OsUpdate"
[HKEY_CLASSES_ROOT\OsUpdate]
@="OS-Updatefile"
[HKEY_CLASSES_ROOT\OsUpdate\defaultIcon]
@="FlashUpdate.exe,0"
[HKEY_CLASSES_ROOT\OsUpdate\shell]
[HKEY_CLASSES_ROOT\OsUpdate\shell\open]
[HKEY_CLASSES_ROOT\OsUpdate\shell\open\command]
@="\\Windows\\FlashUpdate.exe /UO /F\"%1\" /Y /RC /Q /V3"

  • No labels