Custom Query (3933 matches)
Results (79 - 81 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2866 | Fixed | regread cant read x64 keys remote | ||
| Description |
If you run regread from a x86 os PC and want to read a regkey from a x64 os remote than this is not working. Example: RegRead("\\REMOTEx64SYSTEM\HKLM64\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install", "LastSuccessTime")
This key doesn't exists in the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node so the command fails with @error 1 = unable to open requested key It makes no difference if run with HKLM or HKLM64 but in my opinion HKLM64 should do the job |
|||
| #830 | No Bug | recode --> ControlSend | ||
| Description |
hi there, maybe someone else has mentioned this before, but controlsend is a bit buggy, isn't it? after some time, all it does is shit, pressing randomly some keystrokes e.g. ControlSend("Window","","","Hallo!!") writes something like : hALlo!! or HALlo11 also capslock/alt/shift got activated by this command, or the "WIN" key so it does crap activating some hotkeys from another application or so on so i would suggest a recode, or that you maybe take a look at this function greetíngs ;) |
|||
| #2086 | No Bug | recieve error in array combination v 3.3.8.0 | ||
| Description |
hi, pretty new to the forum but have been using Autoit a while. I download version 3.3.8.0 today and when i ran my script that worked in previous 3.3.6.1 it ran great but gave me Error Allocating Memory in v3.3.8.0. I had also added 8 GB of ram to my laptop today and at first assumed i got bad ram, after doing a mem test with no errors i downgraded to Autoit 3.3.6.1 and no errors any more. I realize this UDF is not used all that much, just wanted you to be aware of it. simple code... #include <Array.au3> Global $aArray[49] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49] for $i = 6 To 6 $aArrayCombo = _ArrayCombinations($aArray, $i, ",") Next _ArrayDisplay($aArraycombo, "arraycombo") Thanks to you who maintain and update! Merry Christmas and Hapy New Year, Ben |
|||
