Opened 16 years ago
Closed 16 years ago
#798 closed Bug (Works For Me)
RegRead / RegWrite broken inside Windows 2000 Pro SP4
Reported by: | ppass@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | Blocking |
Keywords: | registry regread regwrite w2k | Cc: | ppass@… |
Description
I want to dynamically change proxy settings inside IE. I cannot find any dedicated functions inside Autoit to do this, so I must change directly values inside Windows registry.
I am using Microsoft Windows 2000 Professionnal 5.00.2195 SP4 and the latest version of AutoIt3 (v3.3.0.0)
:) If I create a new registry entry with a registry editor, RegRead() will return the right value.
:) If I change the value in the editor, RegRead will return the changed value.
:( If I change the value with RegWrite, the actual value seen with the registry editor is not changed (even after a refresh - restart of the editor). Autoit returns no error (error code is 1)
:( If I change the value with the registry editor, then RegRead does not report the new value, sticks to the last value changed with RegWrite.
:( Even if I delete the entry from the registry, RegRead keeps reporting the value changed by RegWrite.
It seems that RegRead/RegWrite is totally disconnected from the actual registry database.
Could you look into this as having access to the registry with AutoIt is one of its key features.
Please email me back, I need a quick fix.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by Jpm
comment:2 Changed 16 years ago by Jpm
Instead of posting here you better to use the forum. here is for bug report not for support ;)
comment:3 Changed 16 years ago by Valik
- Resolution set to Works For Me
- Status changed from new to closed
You need to read WikiStart because you did about a billion things wrong.
I'm closing this as "Works For Me". The odds of the registry functions being so fundamentally broken as the poster claims seems incredibly unlikely.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Please post a repro script that demonstrate your report
Thanks