﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
798	RegRead / RegWrite broken inside Windows 2000 Pro SP4	ppass@…		"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.
"	Bug	closed		AutoIt	3.3.0.0	Blocking	Works For Me	registry regread regwrite w2k	ppass@…
