Message251662
> Ah, I misread that part. Will have to look deeper, but I'm not
> actually sure that shortcuts are supposed to support the same
> operations (though if it shows up, I guess it should work).
A LNK shortcut should support the same commands (e.g. open, edit) as its target. This works for me in Windows 10.
BTW, I don't see how to ShellExecute a subcommand documented on MSDN. One way is to just pass the subkey path as the 'verb', e.g. r"editwithidle\shell\edit35". Probably it's just passed along to RegOpenKeyEx as the subkey, so this shouldn't be used in practice. Could the installer create a simple "edit" command? It doesn't have to be smart about it. Just overwrite the current value, and let a per-user install take precedence. |
|
Date |
User |
Action |
Args |
2015-09-26 20:34:57 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, steve.dower, thijsvandien |
2015-09-26 20:34:57 | eryksun | set | messageid: <1443299697.11.0.397010388447.issue25125@psf.upfronthosting.co.za> |
2015-09-26 20:34:57 | eryksun | link | issue25125 messages |
2015-09-26 20:34:56 | eryksun | create | |
|