Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Ocean,
We have reproduced this issue in TestComplete 9. If needed, our R&D team can prepare a patch to fix this issue - please contact our TestComplete Support team to request it.
As a workaround, you can implement your task via the WScript.Shell object. For example,
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\ScriptEngine\Value", "Some string value"
WshShell.RegWrite "HKCU\ScriptEngine\Key\", %userdomain% ,"REG_EXPAND_SZ"
Please read the following articles for details: