KaFu Posted September 6, 2016 Author Share Posted September 6, 2016 So how about this hack ? On Boss-Key start = hmw.exe Param = /AutoIt3ExecuteLine "WinClose('f6699824-0264-42f0-94c0-64accac68c9a')" OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
TheDcoder Posted September 7, 2016 Share Posted September 7, 2016 Oh, that? . What about the Exit Confirmation dialogue? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
KaFu Posted September 8, 2016 Author Share Posted September 8, 2016 The dialogue is not triggered on my system when using the above parameters for the Boss-Key, plus all hidden windows are revealed, all you've been asking for ? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
TheDcoder Posted September 8, 2016 Share Posted September 8, 2016 Oh, will check now @KaFu EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
TheDcoder Posted September 8, 2016 Share Posted September 8, 2016 I have just checked... and it worked but not as expected! EVERY window on my desktop closed! (I have set HMW to kill every process when exiting) EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
TheDcoder Posted September 8, 2016 Share Posted September 8, 2016 Oh, I have just looked and saw that Boss Key's purpose is to hide all windows. I wanted boss key to make HMW exit and close all the hidden windows EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
KaFu Posted September 8, 2016 Author Share Posted September 8, 2016 You can change that behavior with the "On Exit" dropdown box. OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
TheDcoder Posted September 8, 2016 Share Posted September 8, 2016 1 minute ago, KaFu said: You can change that behavior with the "On Exit" dropdown box. I have set it to Close Processes (It works fine when I close HMW window by pressing the "X" button) EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
KaFu Posted September 16, 2018 Author Share Posted September 16, 2018 2018-Sep-16, Changelog v2 > v3 Fixed some tray icons not display on Win10 Updated codebase to AutoIt v3.3.14.5 Source and Executable are available athttp://www.funk.eu Best Regards TheDcoder 1 OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
TheDcoder Posted September 16, 2018 Share Posted September 16, 2018 (edited) @KaFu Great, thanks! An update after two years! I was actually very inspired by your program. I researched many months about a similar solution for linux, in the end I even decided to write my own tool... after many months of (trying to) learning a bunch of languages and failing, I finally made myself a similar tool which can hide windows using C. It should work on any linux computer which uses the X display server, it is called mapmywindows and it is open source. I started working on it in March this year, but it was just a proof of concept until recently (a few days ago) I implemented full keyboard shortcut support and ability to hide multiple windows. Quite a coincidence Sorry for taking over your thread, I got excited. Thank you for the work and inspiring me P.S Also sorry for stealing the name... LOL Edited September 16, 2018 by TheDcoder fix KaFu 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
connected Posted November 28, 2018 Share Posted November 28, 2018 hi, can you make, for additional payment option to hide icon from tray using cmd, or some like, config file with process name to hide it permanently, not need to open program and check options, and also, running your software as service, best regards Link to comment Share on other sites More sharing options...
TheDcoder Posted December 13, 2018 Share Posted December 13, 2018 @KaFu I have added your software at AlternativeTo as an alternative to some programs, please update the icon there and check other details to make sure that they are correct (I copy pasted them from your website) ...now I am going to add my software as an alternative to HMW EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
KaFu Posted October 19 Author Share Posted October 19 2024-Oct-18, Changelog v3 > v4 Made code x64 safe Ported HMW Code to run on AutoIt Version v3.3.16.1 Source and Executable are available at https://funk.eu Best Regards OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now