(imported topic written by Heath-TitanIT)
I am currently building a fixlet that will make the appropriate Registry fixes to the keys specified by the following KB article:
http://support.microsoft.com/kb/282402
I need the following Relevance to evaluate to False after my action script has run. However, even with the registry in place, it still evaluated to True on my test system:
not exist key “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\MaxConnectionsPer1_0Server” of registry
I am running this on my test machine directly, local debugger and local client give me the same answers. This always evaluate to True.
To make matters worse I have the following action script"
delete __createfile
delete c:\setup.reg
Createfile until end-reg-edit-commands
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
“MaxConnectionsPer1_0Server”=dword:0000000a
“MaxConnectionsPerServer”=dword:0000000a
end-reg-edit-commands
move __createfile c:\setup.reg
waithidden regedit.exe /s c:\setup.reg
When run on the test machine directly, this works fine, but when I run it through the fixlet on the server to the same test machine, no keys are generated.
This is my first post so if I have missed some information let me know!
Thanks all!