This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, paul.moore, steve.dower, thijsvandien, tim.golden, zach.ware
Date 2015-09-26.20:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443299697.11.0.397010388447.issue25125@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-09-26 20:34:57eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, thijsvandien
2015-09-26 20:34:57eryksunsetmessageid: <1443299697.11.0.397010388447.issue25125@psf.upfronthosting.co.za>
2015-09-26 20:34:57eryksunlinkissue25125 messages
2015-09-26 20:34:56eryksuncreate