Just to share information here!

In my case, I use the following script to change Office 97 Workgroup Template location to server directory:-

$returncode=existkey("HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Common\FileNew")
if $returncode=0
addkey("HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Common\FileNew\SharedTemplates")
writevalue("HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Common\FileNew\SharedTemplates", "", "\\XXXXXXX\SYS\SHARED\TEMPLATE", "reg_sz")
endif
redirectoutput($logpath)
? "@time @day @month @mdayno, @year."
? "@wksta @userid @fullname"
?

All Users=Domain Users and equals local NT Workstation administrator

The script is running fine with any version of kix32.exe but show the error in event log if using kix32 2001.

The same occurs even using local administrator.

One more thing, even if just enter "kix32 /?" at DOS prompt I still got the error in event log.

regards,
James