Roshworld
Friday, March 20, 2009
Delete Key Fro registry
RegistryKey key = Registry.CurrentUser;
key.DeleteSubKey("Software\\Rosh");
//Removing From startup
Registry.LocalMachine.OpenSubKey ("SOFTWARE\ Microsoft\Windows\ CurrentVersion\ Run", True).DeleteValue(Application.ProductName)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment