我知道,在.NET中,我可以使用Environment.MachineName
获取当前的计算机名称。当使用Win + R ms-settings:about
或等效的方式来更改计算机名称时,如何获得重新启动后将使用的指定计算机名称?
答案 0 :(得分:1)
您可以在以下注册表项中找到MachineName属性的将来值...
SELECT *
FROM A
JOIN B ON (
(B.Source = 'Source1' AND A.NameCode = B.Code) OR
(B.Source <> 'Source1' AND A.UEN = B.[UEN**]) --Not sure what the ** is? Part of the field name?
)