Hey

What i have done so far is :

writevalue ( "HKEY_LOCAL_MACHINE\Software\CompanyName" , "" , "0" , "REG_SZ" )

But i get an error code 2, and i think it's because "ComputerName" not exist in the "HKEY_LOCAL_MACHINE\Software"

I've tried to create the "CompanyName" via the regedit-module and thereafter use the above writewalue, and that works fine.

But i have to create it first via kix. !!

Thanks [Smile]