Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
AnswerRe: Registry Permissions Pin
#realJSOP29-Aug-11 5:28
professional#realJSOP29-Aug-11 5:28 
GeneralRe: Registry Permissions [modified] Pin
Zach.Saunders29-Aug-11 6:18
Zach.Saunders29-Aug-11 6:18 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 7:36
professionalAnthony Mushrow29-Aug-11 7:36 
AnswerRe: Registry Permissions Pin
Abhinav S29-Aug-11 6:51
Abhinav S29-Aug-11 6:51 
AnswerRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 8:34
Zach.Saunders29-Aug-11 8:34 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 8:48
professionalAnthony Mushrow29-Aug-11 8:48 
GeneralRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 9:04
Zach.Saunders29-Aug-11 9:04 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 9:24
professionalAnthony Mushrow29-Aug-11 9:24 
Well, I've come up with two solutions. The aim is to get access to the 64bit registry from a 32bit application (you'll have to check to make sure your running on x64 before trying to open the 64 bit version of the registry).

This Webpage[^] gives a few examples on how to do that. If you are already using (or are able to switch to) .Net 4 then its as simple as calling RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, RegistryView.Registry64); otherwise your going to have to use the standard windows API because earlier versions of the framework don't support this functionality.

Once you make sure your working in the actual registry (rather than the 32bit mirror if your running on x64) you should be able to carry on as normal. Also I was checking this in a Virtual Machine and the MSConfig wasn't initially there because it had never been run, and I'd never disabled any startup applications so don't assume it will always be there.
-SK Genius

Vehicle Simulation Demo - New and Improved!

GeneralRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 10:47
Zach.Saunders29-Aug-11 10:47 
QuestionC# Button Click - Press and Release Pin
asterix529-Aug-11 1:33
asterix529-Aug-11 1:33 
AnswerRe: C# Button Click - Press and Release Pin
Shameel29-Aug-11 2:02
professionalShameel29-Aug-11 2:02 
GeneralRe: C# Button Click - Press and Release Pin
asterix529-Aug-11 4:06
asterix529-Aug-11 4:06 
GeneralRe: C# Button Click - Press and Release Pin
Shameel29-Aug-11 5:42
professionalShameel29-Aug-11 5:42 
AnswerRe: C# Button Click - Press and Release Pin
Wayne Gaylard29-Aug-11 2:52
professionalWayne Gaylard29-Aug-11 2:52 
Question2D FFT / DFT + NxN Convolution (image processing) [SOLVED] [modified] Pin
Dusan Paulovic29-Aug-11 1:10
Dusan Paulovic29-Aug-11 1:10 
AnswerRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
share_holder29-Aug-11 1:54
share_holder29-Aug-11 1:54 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 5:13
Dusan Paulovic29-Aug-11 5:13 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
MicroVirus29-Aug-11 2:00
MicroVirus29-Aug-11 2:00 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 5:11
Dusan Paulovic29-Aug-11 5:11 
AnswerMessage Removed Pin
29-Aug-11 5:37
professionalN_tro_P29-Aug-11 5:37 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 7:10
Dusan Paulovic29-Aug-11 7:10 
GeneralMessage Removed Pin
29-Aug-11 7:32
professionalN_tro_P29-Aug-11 7:32 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) [modified] Pin
Dusan Paulovic29-Aug-11 8:57
Dusan Paulovic29-Aug-11 8:57 
AnswerRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Chris Losinger29-Aug-11 7:14
professionalChris Losinger29-Aug-11 7:14 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 8:59
Dusan Paulovic29-Aug-11 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.