开发者

c# change Registered User and the Organization in Windows?

how t开发者_如何学Co change the Registered User and the Organization in Windows (XP and higher) using C#? I know how to retrieve them, but not sure how to update/change them!

cheers


The information for those data are located in

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

section of the registry under the keys

RegisteredOrganization

and

RegisteredOwner

You can write a C# app to edit these values and you are set.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜