Since moving to Windows 10, I've noticed that keyboard emulation and the Move Window, Resize Window actions don't seem to work any more. I'm using EventGhost 0.4.1.r1722.
Is it just me, or is it because Windows 10 is relatively new?
Thanks.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Windows 10 issues (fixed)
Windows 10 issues (fixed)
Last edited by blaher on Tue Aug 16, 2016 3:39 am, edited 1 time in total.
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Windows 10 issues
windows 10 has caused numerous errors and I have been trying to sort out some of the issues. I think it would be great if one of the forum moderators would make a sticky for windows 10 problems. because they are kind of getting posted all over the place. that way they can be worked through one at a time without forgetting anyone.
and possibly a list at the beginning of that thread with a current list of known problems and if a fix has been found.
and possibly a list at the beginning of that thread with a current list of known problems and if a fix has been found.
Re: Windows 10 issues
Sounds like you're trying to operate on elevated windows from an unelevated EventGhost. Run EventGhost as Administrator or disable UAC. There's nothing we can do on our end.
/bw
Re: Windows 10 issues
Thank you! That did the trick. I did have UAC disabled, but I was not running EventGhost as Admin, even though I am.blackwind wrote:Sounds like you're trying to operate on elevated windows from an unelevated EventGhost. Run EventGhost as Administrator or disable UAC. There's nothing we can do on our end.
Also you have to click on the right part of the 'find window' in some applications, eg. Windows 10 Photos, or the move/resize bit won't work, or it will, but the keyboard emulation won't.
Cheers.
Re: Windows 10 issues (fixed)
It should also work if you disable UAC completely. Most people who think they've disabled UAC only have UAC notifications disabled. Unless you've set `EnableLUA` to 0, UAC is still active -- it's just not bothering you anymore.
/bw
Re: Windows 10 issues (fixed)
Thanks again, this allows EventGhost to load on startup, when running as admin too. Before doing that, I had to use task scheduler to run a batch file on logon, which loaded EventGhost.blackwind wrote:It should also work if you disable UAC completely. Most people who think they've disabled UAC only have UAC notifications disabled. Unless you've set `EnableLUA` to 0, UAC is still active -- it's just not bothering you anymore.
Edit: using the registry hack breaks some windows apps like photos, calculator, so the batch file method is a work around; here's mine, in case it helps others:
start "" "C:\Program Files (x86)\EventGhost\EventGhost.exe" -file "C:\Program Files (x86)\EventGhost\yourEGconfignameHERE.xml" -hide
exit
