No announcements
Found 2874980 threads
-
0 Votes
Proper place to read/save registry
Thanks, Brian. I'm using the commands "WriteProfileInt" and "GetProfileInt" in MFC and it seems to put it in HKCU\Software\Local ...Answered | 4 Replies | 4232 Views | Created by JimmyG - Tuesday, July 13, 2010 4:48 PM | Last reply by Brian Muth - Tuesday, July 13, 2010 6:17 PM -
0 Votes
Read windows registry using c#
Hi, from my understanding, the problem is not how to read the registry but how to store them in memory after reading. In ...Answered | 6 Replies | 2035 Views | Created by lovelyCSharp - Tuesday, June 5, 2012 7:13 AM | Last reply by lovelyCSharp - Tuesday, June 5, 2012 4:53 PM -
0 Votes
Read / Write REG_BINARY Registry values
I am trying to read and write REG_BINARY data values in the Registry. My VB.NET application uses the GetValue, but what should be the data type for ...Answered | 2 Replies | 7560 Views | Created by Sean Liming - Monday, January 22, 2007 5:07 AM | Last reply by Sean Liming - Monday, January 22, 2007 4:31 PM -
1 Votes
Read the Instances of TeamFoundation in Registry.
I did try out for myself and was successful. Below is the code to read the subkeys of registry keyAnswered | 2 Replies | 1021 Views | Created by Chas484 - Tuesday, June 25, 2013 11:59 PM | Last reply by Chas484 - Thursday, June 27, 2013 9:14 PM -
0 Votes
Read Registry Value as Integer
If DisplayVersion is a string in the registry, I think you need to read it into a String variable. You could then try to convert it to a number if you ...Answered | 3 Replies | 1727 Views | Created by Justin Chalfant - Wednesday, January 4, 2012 6:05 PM | Last reply by Justin Chalfant - Thursday, January 5, 2012 2:11 AM -
0 Votes
Earliest "Modern" Book for C++
What is the earliest publish date I should consider when selecting C++ books for programming methodologies and practices? I am told that much of theAnswered | 1 Replies | 3587 Views | Created by ssclaire - Thursday, September 7, 2006 4:51 AM | Last reply by Jonathan Caves - MSFT - Thursday, September 7, 2006 2:33 PM -
1 Votes
Custom Bootstrapper unable to Read Registry Value
to check the registry for the java key to see what version of java the user has installed. However I always get an "unable to read ...Answered | 1 Replies | 8101 Views | Created by Gail1234 - Monday, August 22, 2011 6:38 PM | Last reply by Pan Zhang - Monday, August 22, 2011 11:59 PM -
2 Votes
unable to read registry-value properly
It shows me "2" - which is not the value in the registry- it is the desired value i want to set. When i try to modifiy the ...Answered | 3 Replies | 1124 Views | Created by mr snipes - Wednesday, August 14, 2013 10:48 PM | Last reply by mr snipes - Thursday, August 15, 2013 9:19 PM -
0 Votes
how to read REG_RESOURCE_LIST data from registry
I am working on hardware ports. I want to know how to read REG_RESOURCE_LIST data from registry using c++/vc++.Answered | 4 Replies | 7489 Views | Created by Batth Gurjeet Singh - Monday, October 26, 2009 2:11 PM | Last reply by Mark Pahulje MVP - Monday, October 8, 2018 4:00 PM -
0 Votes
Read registry keys on x64
have their own little “sand-boxed” registry area inside the Win64 registry. You can read more about that here:Answered | 3 Replies | 8596 Views | Created by Krepik - Thursday, January 24, 2008 10:06 PM | Last reply by Feng Chen - Friday, January 25, 2008 9:15 AM -
0 Votes
Read Write Registry To Remote PC
Hello all , How To read and write Registry Entries to Remote Pc.. is there any constraint that u ...Answered | 4 Replies | 7688 Views | Created by TheKiller556 - Thursday, August 2, 2007 8:55 AM | Last reply by Alhambra Eidos Desarrollo - Tuesday, September 30, 2008 7:23 PM -
0 Votes
Read binary value from registry
RegistryKey class rather than WMI method. Please read the following link about how to read/write data from registry. It should satisfy your requirement. ...Answered | 2 Replies | 3217 Views | Created by jte - Tuesday, June 30, 2009 5:41 AM | Last reply by jte - Thursday, July 16, 2009 7:06 AM -
0 Votes
Read/write to device specifc Registry setting
user mode app to read/write in this Enum registry branch?Answered | 4 Replies | 1508 Views | Created by pjsrht - Thursday, October 25, 2012 9:42 PM | Last reply by - Thursday, October 25, 2012 11:18 PM -
0 Votes
How to read and write in registry.
And one button to close the form. I want to save the value of check box in a registry. Which the ...Answered | 4 Replies | 5046 Views | Created by Sandeep Soni - Wednesday, September 26, 2007 11:48 AM | Last reply by Sandeep Soni - Thursday, September 27, 2007 5:43 AM -
2 Votes
Remote Registry Read via system.management
this for the time being I am moving on to trying to write keys and values into the registry.CJAnswered | 16 Replies | 5560 Views | Created by Verne Baxter - Friday, April 4, 2008 7:18 PM | Last reply by How to get sValue from registry - Thursday, June 25, 2009 12:31 PM -
0 Votes
Invalidate property read from registry
you have time. Thanks for helping make community forums a great place. Click HERE to participate the survey.Answered | 2 Replies | 406 Views | Created by pepone.onrez - Wednesday, April 29, 2015 4:53 PM | Last reply by Caillen - Thursday, April 30, 2015 9:08 AM -
0 Votes
How to read registry in windows 10 universal app.
Magnus is correct even his links are for windows 8, on Windows 10 its still not possible to read registry, perhaps you can find some solutions to use ...Answered | 2 Replies | 5524 Views | Created by Read Registry in Windows 10 universal App - Friday, August 28, 2015 12:21 PM | Last reply by Jamles Hez - Thursday, September 3, 2015 9:05 AM -
0 Votes
Read/Write CurrentUser Registry Entry
While there is nothing wrong with using the registry, the perfered method (this week) is to store your settings in the user's Local Settings folder. If you are using VS 2005, the new ...Answered | 4 Replies | 4429 Views | Created by DEWright_CA - Tuesday, April 25, 2006 6:06 PM | Last reply by Jonathan Allen - Wednesday, April 26, 2006 4:50 PM -
0 Votes
Read from registry Error (UMDF)
Hi All: I found I use the follow way to read registry will result in error 0x80070002 by GetNameValue method. And I can't find this ...Answered | 2 Replies | 2053 Views | Created by wu330 - Tuesday, December 11, 2012 3:31 AM | Last reply by wu330 - Wednesday, December 12, 2012 9:30 AM -
1 Votes
Read Value of Registry Key
Software -> Folder1 -> Folder2 -> Application ---> FolderAnswered | 3 Replies | 2935 Views | Created by Takeo91 - Tuesday, January 27, 2009 6:07 PM | Last reply by Takeo91 - Thursday, January 29, 2009 12:01 PM
No announcements