<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>SyMenu - General discussion &amp; questions - Hotkey doesn't always work - Messages</title>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<description>SyMenu - General discussion &amp; questions - Hotkey doesn't always work - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<pubDate>Fri, 17 Feb 2023 19:53:07 GMT</pubDate>
<lastBuildDate>Fri, 17 Feb 2023 19:53:07 GMT</lastBuildDate>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[Then probably the launcher (Autohotkey script) has gained privileges... Try to work on that one and every other program will be OK.]]></description>
<pubDate>Fri, 17 Feb 2023 19:53:07 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[Thank you.<br/><br/>So it turns out a lot of my running software is running elevated but I do not know why. Maybe it's because I have an Autohotkey script that runs several programs that I always want open at startup? I just checked and for instance if I kill Thunderbird and run it manually than it's not elevated. I have never given this any thought before.]]></description>
<pubDate>Fri, 17 Feb 2023 19:06:19 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[BTW to check if a program is running in elevate mode you can use Task manager (https://www.elevenforum.com/t/check-if-process-is-running-as-administrator-elevated-in-windows-11.7199/)]]></description>
<pubDate>Fri, 17 Feb 2023 17:51:43 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[A program executes in elevated mode for several reasons. <br/><br/>I will try to list everything that comes to my mind:<br/><ul><li>you can run a program through a shortcut and a Windows shortcut can have a flag that tells Windows to execute in elevated mode;</li><li>if  you check whatever program settings you will find a checkbox with the  same behaviour of the shortcut one. It's called "Run this program as an  administrator";</li><li>a program can have this information written on  its manifest. Reading the manifest Windows understands the program needs  and asks the user to grant the elevation through UAC. The reason can be  the program needs to control your system/FS/HD in a way that is  impossible if executed with normal privileges</li><li>a program can be launched by an elevated launcher (we already talked about this one).</li></ul><br/>I think that's all.]]></description>
<pubDate>Fri, 17 Feb 2023 17:50:53 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[So, I don't use a user account with privileges at all, just standard. I don't know why certain programs are preventing your hotkey system from working. You say it's because they are elevated but I don't do anything to cause that nor do I know how to find out if they are elevated and then how to change that.]]></description>
<pubDate>Fri, 17 Feb 2023 16:23:34 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[<a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/implementing-least-privilege-administrative-models" target="_blank" rel="nofollow">https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/implementing-least-privilege-administrative-models</a>]]></description>
<pubDate>Fri, 17 Feb 2023 07:10:06 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[What does that mean? "follow the Microsoft recommendation and work with a user with no privileges".]]></description>
<pubDate>Thu, 16 Feb 2023 17:17:52 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[Since I've implemented the keyboard hook and not the keyboard  shortcut technique, there is no way to overcome the Windows security  limits.<br/>I advise you to follow the Microsoft recommendation and work with a user with no privileges.]]></description>
<pubDate>Wed, 15 Feb 2023 08:51:12 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[Is there any way to have a simple hotkey always work to see SyMenu's menu without having to run it in as admin?]]></description>
<pubDate>Tue, 14 Feb 2023 23:14:53 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[Well the keyboard hook works this way.<br/>If PSMenu is  successfully notified of a keyboard event even when a higher privileged  app is active, it means it is not using a hook but a shortcut. <br/><br/><br/>The differences among the two systems are simple.<br/><br/>The  shortcut way is considered safer by Windows and for this reason can  overcome the applications privilege hierarchy. But the reason it is considered safer  it's because you can register only some keys and modifiers. For example  you can't register CTRL+C or CTRL+V because it goes against the OS  shortcuts Copy and Paste. An application will be refused to  register a globally already taken shortcut so imagine what could happen on a portable application like SyMenu... in a PC your shortcut works in another not. A mess.<br/><br/><br/>The  hook way is considered less safe because you can use it to create a  keyboard hooker and use it to register the user data. For this reason  Windows limits this kind of tech. The Windows hook system is powerful  and flexible because you can register any kind of keyboard combination  and then bubble it to the next subscriber (or not, it's your choice). To be clear if you want you can  open the SyMenu contextual menu with a CTRL+V. SyMenu opens, but, since I decided to stop  the propagation and the focus is grabbed by SyMenu, you completely lose the ability to paste your  text or files. But it's my decision not an hook system limit.<br/><br/><br/>Anyway I have a workaround for  your little issue: start SyMenu in elevated mode. There is a second  executable file (SyMenu.Admin.exe) you can use for this purpose or you  can set it in a shortcut to the SyMenu.exe. This way SyMenu can register  his hooks on the higher possible level and will always work.]]></description>
<pubDate>Fri, 10 Feb 2023 08:43:15 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[I don't quite understand why this doesn't work. I've tried a different program called PSmenu, which is similar to SyMenu though with less features. It also has the ability for a hotkey and those hotkeys work fine, even when Thunderbird or any other program is open. I don't open anything in admin mode as far as i know.]]></description>
<pubDate>Thu, 09 Feb 2023 19:35:03 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from Gianluca</title>
<description><![CDATA[Hello and welcome to the community.<br/><br/>It's normal Windows behavior with hotkeys management.<br/>If SyMenu is running with normal  privileges and the program in the foreground is running in elevated mode Windows prevents the less privileged program from getting the pressed keys for  security purposes.<br/><br/>Is it possible you are executing Thunderbird in admin mode? Otherwise the reason should be different and we have to investigate.<br/><br/>When you have an issue possibly tied with your system like this one,  you should mention your Windows version, your .NET Framework version and  your SyMenu version to ease the resolution.]]></description>
<pubDate>Wed, 01 Feb 2023 15:45:37 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=856</link>
<title>Message from teadrinker</title>
<description><![CDATA[I'm trying out this program but the hotkey doesn't seem to work all the time. When some other programs are maximized, like for instance Thunderbird, hotkeys don't work, no matter what hotkey is set and regardless of whether that hotkey is used in Thunderbird]]></description>
<pubDate>Wed, 01 Feb 2023 14:34:02 GMT</pubDate>
</item>
</channel>
</rss>
