Quantcast
Viewing all articles
Browse latest Browse all 27015

VS 2010 remove from registry

hello,

how do i remove from the registry i use the following code to add it to the registry
code Code:
  1. Public Shared Sub AddToStartup()
  2.         Dim regkey As RegistryKey
  3.         regkey = Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True)
  4.         regkey.SetValue("ApplicationName", Application.ExecutablePath, RegistryValueKind.String)
  5.         regkey.Close()
  6.     End Sub

Viewing all articles
Browse latest Browse all 27015

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>