The text of this article is not in this database — only its details are. Read it on the old site: Working with Windows Registry in .NET
17 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Working with Windows Registry in .NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Lakshmi NarayananPosted May 2, 2011, 12:42 AM
This is a Nice Article MR.Mahesh .
snehal chaudharyPosted Mar 22, 2011, 6:20 AM
How to find Last written time of any key in registry through vb.net code only?
khavy xxxxxxxxPosted Dec 31, 2010, 2:14 PM
I want VS.net 2008 code to make User Registration Form (30 days trial) like: http://www.codeproject.com/KB/vb/registration.aspx [email protected] Thx!
amit deshpandePosted Aug 1, 2009, 1:06 AM
i want retrive all information about my machine using registry tell how can it possible
shahd shamkPosted Jul 5, 2009, 2:43 AM
I want to watch changes in window registery using c#
archePosted Feb 9, 2009, 3:17 PM
Hi. Is it posible to write registry key value in Vista without running program as Admin? I mean that f.e. I am logged in as normal user a program need to write registry value. In vista application throw exception that I haven't rights to write it. How can I change it? I have other program (not written by me) which probably was written in vb 6 and it adding registry key value without asking for admin provilages. Is there any posibility to have similar effect in vb.net?
yamini vijayPosted Feb 3, 2009, 9:48 AM
hi,i want to delete the subkey in localmachine registry class ,is it safe to do it.
VrushankeditedPosted Dec 31, 2008, 7:52 AMEdited Dec 31, 2008, 7:54 AM
How do you export keys??? I tried reading a key by making a key called "TEST" in HKCU and added a value of each type. The following code (view my google notebook page) : http://www.google.co.in/notebook/public/17225106981949168415/BDRFtDAoQ59W86Ogj?hl=en was made using 'for' loops. However, the code seems to read only one value of the key. Also it gives errors while reading BINARY values and Expandable String values. Can you please help me out??????
Anas AhamedPosted Sep 6, 2007, 3:05 AM
how to get the login user informations and thier timing of usage. how much resources utilized by the each users?
Srilakshmi DPosted Apr 25, 2007, 1:06 AM
Hi, you have given good explanation on Windows Registry in .NET. Thanks.
ChadPosted Apr 9, 2007, 9:03 PM
How can I list the count of the SubKeys along with displaying them in a list?
Bharathi mohanPosted Mar 30, 2007, 3:05 AM
How to protect our vb application using the registry editor ...pls help me
UwePosted Jan 31, 2007, 7:28 AM
Hi, you wrote a great tut on handling registry using VB 2005! There's one thing that gives me heartaches, though, and this is deleting subkeys from the registry. I want to delete fonts from the fonts section under hklm which I added before. I get the error "insufficient rights" everytime and can't figure out the reason. Can you help? Greetings from Hamburg, UWe