The Picard ManeuverM to [email protected] • 1 year agoIt's beautifullemmy.worldimagemessage-square105fedilinkarrow-up1536
arrow-up1536imageIt's beautifullemmy.worldThe Picard ManeuverM to [email protected] • 1 year agomessage-square105fedilink
minus-square@[email protected]linkfedilink18•edit-21 year agoHKCU\Software\Classes\ms-officeapp\Shell\Open\Command Add a REG_SZ entry with your desired command as value. Since the command doesn’t parse parameters, you’ll have to write a script that opens your browser at the desired url and put it in your PATH.
Report back.
HKCU\Software\Classes\ms-officeapp\Shell\Open\Command
Add a REG_SZ entry with your desired command as value.
Since the command doesn’t parse parameters, you’ll have to write a script that opens your browser at the desired url and put it in your PATH.