Hi! ComputerName and ActiveComputerName are values from registry (HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\). If I use `wine regedit` to set ActiveComputerName to any value after a short time it becomes equal to the value of ComputerName. Can I set ActiveComputerName different than ComputerName? P.S. I have wine-1.3.13 and UseDnsComputerName=N.
Mox wrote:> Can I set ActiveComputerName different than ComputerName?Not really. ActiveComputerName is a volatile key (isn't saved to disk). And is being set from ComputerName on every Wine start. You can reset ActiveComputerName to anything, but that will last until all Wine processes exit.