Thanks, that opens "Windows Firewall"
I'm looking for a shortcut to the Defender dialog that has the "Realtime protection" toggle switch.
Search found 27 matches
- 26 Apr 2024, 08:47
- Forum: Ask for Help (v2)
- Topic: Shortcut to Defender Real-Time protection dialog?
- Replies: 3
- Views: 593
- 25 Apr 2024, 23:36
- Forum: Ask for Help (v2)
- Topic: Shortcut to Defender Real-Time protection dialog?
- Replies: 3
- Views: 593
Shortcut to Defender Real-Time protection dialog?
I would rather turn off Defender completely, or even remove it from the system (like I did with older Windows versions until now, even remove it from install.wim), but I believe we all have to accept it now, and turning it off/ removing it in Windows 11 is becoming more and more difficult anyway. So...
- 22 Feb 2023, 01:02
- Forum: Ask for Help (v1)
- Topic: Please help me create an elegant "logging list"
- Replies: 11
- Views: 1896
Re: Please help me create an elegant "logging list"
Thank you very much for that suggestion, I will test it as soon as I can.
I must admit the first line of code is looking a bit complicated to me, so I have to do some studying on those "=>" etc. first.
But it's always nice to have alternative solutions, so thank again!
I must admit the first line of code is looking a bit complicated to me, so I have to do some studying on those "=>" etc. first.
But it's always nice to have alternative solutions, so thank again!
- 21 Feb 2023, 11:03
- Forum: Ask for Help (v1)
- Topic: Please help me create an elegant "logging list"
- Replies: 11
- Views: 1896
Re: Please help me create an elegant "logging list"
If anybody is wondering how to convert this function to AutoHotkey v2, here's a thread about it: https://www.autohotkey.com/boards/viewtopic.php?f=82&t=114166 This was the solution by "Just Me": ;------------------------------------------------------------------------------- output_Text(Text, hWnd) ...
- 21 Feb 2023, 11:01
- Forum: Ask for Help (v2)
- Topic: Adapt code to V2 - "Logging list" using SendMessage etc Topic is solved
- Replies: 2
- Views: 405
Re: Adapt code to V2 - "Logging list" using SendMessage etc Topic is solved
Thank you very much!!!!
I've been using that "output_text" function in a lot of tools for around 7 years now, it's great for an update/ info/ logging window.
Using AutoHotkey v2 has been a joy so far, specially using multiple GUIs is so easy now.
Thanks again, really appreciated!
I've been using that "output_text" function in a lot of tools for around 7 years now, it's great for an update/ info/ logging window.
Using AutoHotkey v2 has been a joy so far, specially using multiple GUIs is so easy now.
Thanks again, really appreciated!
- 20 Feb 2023, 14:04
- Forum: Ask for Help (v2)
- Topic: Adapt code to V2 - "Logging list" using SendMessage etc Topic is solved
- Replies: 2
- Views: 405
Adapt code to V2 - "Logging list" using SendMessage etc Topic is solved
7 years ago (Wow, time really flies) "Wolf_II" created a wonderful piece of code for me, with it I could make a scrolling "log list" in an Edit control, I've used that code a LOT in my tools, thanks again Wolf_II if you're still around. Now I'm trying to convert my code to V2, and I'm actually havin...
- 13 Nov 2017, 11:48
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
Re: DLLCall assistance please for UUP direct apply project
In the meantime, I'm stuck with the Wimgapi.dll calls. The basic apply test (with a tiny wim) works, but I need to know more about all the stuff jeeswg mentions in the previous post, and also about the Wimgapi stuff. So if anybody else with some knowledge in that field stumbles upon this thread, any...
- 12 Nov 2017, 14:31
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
Re: DLLCall assistance please for UUP direct apply project
I've tried lots of combinations of what you both mentioned, but I can't seem to get "Open" to work on the "Big" esd. If my first code was not correct, then why did the "Small" wim file open (and apply) correctly? I'm stuck now, if there are specific variations of code you want me to test (using the ...
- 12 Nov 2017, 13:47
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
Re: DLLCall assistance please for UUP direct apply project
Thanks again, I will study everything you mentioned there. Just a few hours left of my weekend now, but as I said, thanks to your help I'm already ahead of schedule :-) I did a quick test just now, trying to open a "real" esd file (still without all the ref files) instead of my test wim, but this do...
- 12 Nov 2017, 13:27
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
Re: DLLCall assistance please for UUP direct apply project
My very first apply test seems to work! ; (1) Open file for read Handle := Dllcall("wimgapi.dll\WIMCreateFile" , Str, "e:\wimgapi\test01.wim" ,UInt, 0x80000000 ; DesiredAccess: Read ,UInt, 0x00000003 ; CreationDisposition: Existing ,UInt, 0x00000002 ; Flags and attributes: Verify ,UInt, 0x00000000 ;...
- 12 Nov 2017, 11:50
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
Re: DLLCall assistance please for UUP direct apply project
Thank you, Jeeswg, that was FAST!!! Errorlevel=0, Return code=[handle], so ready to continue the project. I'll let you know how it's going, and of course will post working code when (if) I get it all to work. I will add some more info on the UUP files etc. as well, who knows, somebody might find it ...
- 12 Nov 2017, 10:56
- Forum: Ask for Help (v1)
- Topic: DLLCall assistance please for UUP direct apply project
- Replies: 14
- Views: 3267
DLLCall assistance please for UUP direct apply project
I will ask my question as short as possible first, then expand below to explain what I'm trying to do... (1) Short version: I can't figure DLLCall out and wonder if any of you friendly people can give me some pointers so I can take the next step in my little project. For now, I'm trying to convert t...
- 11 Jun 2016, 23:45
- Forum: Ask for Help (v1)
- Topic: Change w7 theme (for automatic postinstall)
- Replies: 4
- Views: 3639
Re: Change w7 theme (for automatic postinstall)
Capn Odin: Thank you for your reply. Thanks for finding the link to that SevenForums article, I actually read that before, as you can see it is quite a complicated affair, the article also mentions it sometimes doesn't work for 64bit, etc. So that's why I said "not an easy task" in my original quest...
- 11 Jun 2016, 01:47
- Forum: Ask for Help (v1)
- Topic: Change w7 theme (for automatic postinstall)
- Replies: 4
- Views: 3639
Change w7 theme (for automatic postinstall)
Hello everybody, I've used Autohotkey for many years and really love it. I've joined this forum only a couple of weeks ago and have already received some wonderful help and tips, thanks!!! I'm looking for code to change the Windows 7 theme automatically. This is the only thing I've never been able t...
- 04 May 2016, 12:19
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
Thanks! Will try ASAP...
- 03 May 2016, 14:31
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
All three examples I've tried are working now. I'm ashamed to admit I might have botched tmplinshi's last code when I tried to change the range back from "Range", "bytes=1-100" to "Range", "336336896-450673718" See?, I might have "copy and pasted away" the "bytes=" part... Not 100% sure, but that mi...
- 03 May 2016, 14:11
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
Did you already know that it was possible to download pieces of an iso in this manner? (I certainly was not, until JFX's GetWAIKTools). I actually did not, and I've used that tool in the past, too - I just made the assumption it downloaded from a non-MS server containing just the files :/ I will be...
- 03 May 2016, 13:58
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
qwerty12, you're typing faster than me... :lol: Once again: your second example (in the EDIT part) works best for me for now. The code corrected by tmplinshi still doesn't save the file in my test a few minutes ago, but I guess I need a bit more time to read and test. There's a lot of net and cooler...
- 03 May 2016, 13:51
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
EDIT: I had a go at converting MS' WinHTTP example. I know it's not what you asked for - tmplinshi's reply will serve you far better than anything I've wrote in that case (and it also looks nicer than what's here) - and like with the HTTPRequest idea, I can't say if this approach is better, but it'...
- 03 May 2016, 13:26
- Forum: Ask for Help (v1)
- Topic: Download byte range of large iso using WinHttp, please help with code example
- Replies: 15
- Views: 5420
Re: Download byte range of large iso using WinHttp, please help with code example
Sorry, I was typing my previous reply to qwrty12 before I read your post, tmplinshi.tmplinshi wrote:Your code is correct, just need to save the ResponseBody.
THANK YOU for correcting my example!!!!