开发者

Handle all registry keys without restart in C#

开发者 https://www.devze.com 2023-01-24 07:31 出处:网络
i have make keys to Disable Task Manager on changing its value it works but some of the keys required to log off or restart Window(e.g. Change Desktop background)

i have make keys to Disable Task Manager

on changing its value it works

but some of the keys required to log off or restart Window(e.g. Change Desktop background)

is it possible take effect of all registry keys without restarting Window开发者_StackOverflow?


Yes, you can use .NET framework classes to access Registry.

Check http://www.codeproject.com/KB/system/modifyregistry.aspx

It will help you I think.

0

精彩评论

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