Hi i have got a litle problem.Im trying to use kix to modify office2000 registry settings on a Terminalserver.
Here's one it fails on:
$skey=”HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\General”
writevalue($skey”,"SharedTemplates",$sharetempl,“REG_EXPAND_SZ”)
I have defined: $sharetempl=m:\office2000\templates”;
But this works...
$skey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4"
writevalue($skey,"CachePath",$cachepath4,"REG_SZ")

The erromessage i get is the same as my subject.
any hints will be greateful