Ok, ok. MUST merge is false indeed.
Like Kent said using poledit (if there is an option for this in poledit) can also be done.
We had some problems with poledit so we sort of tossed it out the window and got hooked on merging and then writing to the newly created value.

Everyone has its own favorite [Smile]

Sparko:
So this part...

code:
if KeyExist( $poleditkey ) <> 0
$screensavetab = Readvalue($poleditkey,"NoDispScrSavPage")
if $screensavetab <> 1
WRITEVALUE($poleditkey,"NoDispScrSavPage","1","REG_DWORD")
endif
else
AddKey($poleditkey)
WRITEVALUE($poleditkey,"NoDispScrSavPage","1","REG_DWORD")
endif

...is not working.

Weird. Tested it on here and works fine. Tried to put in @error and @serror [Confused]
Looks like some kind of access denied issue.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.