-
Posts
196 -
Joined
-
Last visited
Profile Information
-
Location
The Outer Rim
Recent Profile Visitors
coffeeturtle's Achievements
Prodigy (4/7)
8
Reputation
-
@Chimp - NICELY DONE! If you are ever so inclined, would like, please, options to control which monitors to have the aquarium or all of them at once while fishes swim between them.
- 3 replies
-
- browser control
- javascript
-
(and 1 more)
Tagged with:
-
coffeeturtle reacted to a post in a topic: Aquarium
-
coffeeturtle reacted to a post in a topic: Windows 11 OS detection: IsWindows_11()
-
coffeeturtle reacted to a post in a topic: AutoIt v3.3.15.4 Beta
-
coffeeturtle reacted to a post in a topic: AutoIt v3.3.15.4 Beta
-
coffeeturtle reacted to a post in a topic: Are my AutoIt exes really infected?
-
coffeeturtle reacted to a post in a topic: Shorten Web File Name - path too long
-
coffeeturtle reacted to a post in a topic: Shorten Web File Name - path too long
-
coffeeturtle reacted to a post in a topic: Shorten Web File Name - path too long
-
coffeeturtle reacted to a post in a topic: Shorten Web File Name - path too long
-
Microsoft Edge Chromium Apps
coffeeturtle replied to coffeeturtle's topic in AutoIt General Help and Support
Thank you! I will check into it. -
Like the _IECreate command and similar, is there an easy way to create/destroy "Apps" using the new Microsoft (Chromium based) Edge Apps feature? These "Apps" are a lot like _IECreateEmbedded() but with a few other tools in the title bar like back and refresh, Chromium engine, and Win10 treats them a lot like real apps. I would like to use these through AutoIT, creating and destroying these APPS on the fly. Is it possible, please? Thank you.
-
TheDcoder reacted to a post in a topic: Check if Win10 system is LEGACY or UEFI installed
-
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
GPT conversion is a go! Thank you. The mbr2gpt /convert /allowfullOS command worked without a hitch and more smoothly than I anticipated. The drive is now listed as GPT and my BIOS Mode = UEFI. There are some other things I have to check out, but all is good! Thank you again! -
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
Thanks. It used to work though. I think it was my fault when I was cloning the drive to use an SSD. I must have reverted the drive to MBR instead of GPT. Even if this isn't the issue, I think I would like to have the drive back as a GPT drive anyway...and hopefully I can use UEFI again as well-icing on the cake. Since we last talked, I went ahead and cloned the SSD to an HDD I still had as a backup and precaution before attempting anything. Won't have much time this weekend, but I can update you to how it goes using your instructions if I get anything done. -
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
Thank you so much! The option to go into UEFI is there, but when I hit enter on it, it doesn't do anything. I'm guessing since the OS is on an MBR HDD as opposed to GPT. Maybe? -
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
As I wrote my previous response a light bulb went off in my head. I think I am now on the right path to fixing my issue (and solve the mystery why I may have lost UEFI): 😁 -
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
Thanks. I used to be able to access the UEFI settings. The last thing I did was turn off the WiFi card as it wasn't necessary at the time in the UEFI settings. Of course, now I need to turn it back on and going though the Legacy BIOS the setting isn't there. I believe the machine was still Windows 7, but upgraded to Windows 10 when the free offer was first available. I know these forums aren't really the place for this discussion, but I was hoping since the OP and others here were familiar with obtaining the setting, they may have been involved with projects that might have had similar experiences as mine. -
Check if Win10 system is LEGACY or UEFI installed
coffeeturtle replied to ModemJunki's topic in AutoIt Example Scripts
Any ideas if the system returns true UEFI is enabled, but you are not able to enter UEFI ... just the legacy BIOS. How to correct this? -
AutoIt Windows Screenshooter v1.84 Build 2019-08-18
coffeeturtle replied to UEZ's topic in AutoIt Example Scripts
you were right, UEZ. Updated and all is good. Thanks.- 129 replies
-
- screencapture
- gdi+
-
(and 3 more)
Tagged with:
-
AutoIt Windows Screenshooter v1.84 Build 2019-08-18
coffeeturtle replied to UEZ's topic in AutoIt Example Scripts
Hmmm.... good question. I am on 3.3.14.3. Apparently, I am two minor versions behind as the current one is 3.3.14.5. Looks like there are no script breaking changes between .3 and .5...I will update and retry today, UEZ. Thanks.- 129 replies
-
- screencapture
- gdi+
-
(and 3 more)
Tagged with:
-
AutoIt Windows Screenshooter v1.84 Build 2019-08-18
coffeeturtle replied to UEZ's topic in AutoIt Example Scripts
Just out of curiosity, I ran the example with the built-in screen shot on my Windows 10 machine. It doesn't seem to work any longer. Am I right? #include <ScreenCapture.au3> Example() Func Example() ; Capture full screen _ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg") ShellExecute(@MyDocumentsDir & "\GDIPlus_Image1.jpg") ; Capture region _ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", 0, 0, 796, 596) ShellExecute(@MyDocumentsDir & "\GDIPlus_Image2.jpg") EndFunc ;==>Example Thanks for any feedback.- 129 replies
-
- screencapture
- gdi+
-
(and 3 more)
Tagged with:
-
Thank you for sharing! By the way, Marc, if something interrupts the copy half-way (a PC crash or something), will the copy when restarted pickup where it left off, or will it start all over (maybe ignoring files that were completely copied)? Thanks!
-
nacerbaaziz reacted to a post in a topic: _RegReadToArray
-
@Polymath Thank you! This is nice! I guess you're using msgbox for demonstrative purposes. Easier to see output though when maybe just add #include <Array.au3> at the top and instead of the msgBox to display each value one at a time, just use _ArrayDisplay($a_array) (outside of the loop) (you probably already knew that) Thanks again though!
-
This might help...You could start here: https://www.autoitscript.com/autoit3/docs/functions/Ping.htm