Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (382 - 384 of 3922)

Ticket Resolution Summary Owner Reporter
#1425 No Bug $PBS_MARQUEE not in documentation SwooshyCueb
Description

The $PBS_MARQUEE GUI style for progress bars is not included in the documentation.

#1427 No Bug RegWite REG_BINARY wites data to registry that cannot read by other application grabalife@…
Description

This command worked fine in v3.2.12.0 RegWrite("
" & $device & "\HKLM\SOFTWARE\SOMETHING\Default", "Password", "REG_BINARY", "DBD83CFD727A1458")

Result with v3.2.12.0 [HKEY_LOCAL_MACHINE\SOMETHING\Default] "Password"=hex:db,d8,3c,fd,72,7a,14,58

Result with V3.3.3.2 and V3.3.4.0 [HKEY_LOCAL_MACHINE\SOMETHING\Default] "Password"=hex:44,42,44,38,33,43,46,44,37,32,37,41,31,34,35,38

New behaviour of RegWrite for binary string does not produce good results. Values written by 3.3.2 and 3.3.4 are not correct for other application (not written in AutoIT) to read and are ignored.

#1430 No Bug RegRead() Function, Bug? cyril.ansons@…
Description

Hello,

I have a little problem about the RegRead() function.

In fact, its seems that this function can't read protected registry keys like:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_VBOXUSBMON

If I write this code:

If RegRead(HKLM\Software\microsoft, "") Then msgbox(0,"","ok")

It work perfectly, msgbox text is displayed. but if I write this code:

If RegRead(HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_VBOXUSBMON, "") Then msgbox(0,"","ok")

It will not work ..

Did I maybe omitted a parameter ?

Thank you.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.