Hey can any body help me How can i lock desktop item Like(start button,mycomput er ,Internetexplor e,recyclebin etc) through visual stidio.net code
Destktop Lock
Collapse
X
-
Tags: None
-
-
you can do this by editing the registry (on hklm hklu->software->microsoft->windows->currentversi on->policies->explorer). there are lots of sample codes in net on how to edit registry through vb.net.
after editing registry, you need to restart the explorer (end process in task manager (explorer). then rerun again (click start-> run -> type the exlorer and press enter))Comment
Comment