开发者

c# change Registered User and the Organization in Windows?

开发者 https://www.devze.com 2023-01-30 03:22 出处:网络
how t开发者_如何学Co change the Registered User and the Organization in Windows (XP and higher) using C#?

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

精彩评论

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