Destktop Lock

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Roshan Jha
    New Member
    • Mar 2012
    • 1

    Destktop Lock

    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
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Why would you want/need to do such a task. Sounds like something malicious to me

    Comment

    • rexzel0230
      New Member
      • Aug 2007
      • 3

      #3
      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

      Working...