10

Windows x64 Registry Creating My Key on Wow6432node and Does Not Work Correctly

 3 years ago
source link: https://www.codesd.com/item/windows-x64-registry-creating-my-key-on-wow6432node-and-does-not-work-correctly.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Windows x64 Registry Creating My Key on Wow6432node and Does Not Work Correctly

advertisements

My program is trying to create an key on the

HKLM\Software\Microsoft\Shared Tools\MSCONFIG\startupreg\test\

but instead the key is created on the

HKLM\Wow6432node\Software\Microsoft\Shared Tools\MSCONFIG\startupreg\test\

and don't work properly... Why? How can I solve it?


Registry redirection is on, because you are running a 32-bit program. If you switch to 64-bit, you will not have this redirection.

Related Articles

C # Windows Forms Application Created by Using Visual Studio 2012 Does Not Work on Windows XP

I have created a windows forms application using C#.net 4.0 on Visual studio 2012. App works great on windows 8 and windows 7 but when I try to run the same app on Windows XP I get following error message. Following are the prerequisites for my app:

Creating new AVPlayer in the background does not work?

I'm playing music with an AVPlayer. Now at a certain time a NSTimer fires and I'dlike to fade over to another track. So I start fading out my AVPlayer and create a new AVPlayer instance to play the next song. When on foreground this works as expected

Cocoa Key Equivalent in Menu does not work

I have created a NSStatusItem and I have assigned two key equivalents within interface builder (Xcode 4.0). These are for the preference menu cmd-, and the quit option cmd-q. Both of these will work when the Menu is highlighted/open but will not work

Ctrl + C Does Not Work Correctly in a Windows Forms Application

I have an event on my DataGridView to copy data to clipboard, but my event doesn't detect Ctrl+C pressing correctly (I have to press Ctrl+C about 15 times, to make this event detect Ctrl+C pressing). Here is the code: private void DataGridView_KeyUp(

The iPhone application created with Xcode 3.2.3 does not work on 3.1.3 OS

I can't figure this out and I thought that someone might run through the same thing. I have Xcode 3.2.3 (Pre Release with OS 4 beta) and I started to create my application, after the final touches and everything worked ok, I changed the Simulator - 4

_wfopen_s Does Not Work Correctly in Windows Phone App

I need to open the file that is stored in my app's package using _wfopen_s function, but it returns a FILE object with NULL _ptr. It happens like this: var file = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync("test\\te

Conditional on updating the duplicate key does not work correctly

I need to update my created_on datetime field value to NOW() only if the old value for is_active field was 0 and it changed to 1. +-----------+---------+-----------+---------------------+---------------------+ | device_id | user_id | is_active | crea

Visual Studio vb.net go to the short-key line (Ctrl + G) does not work?

I use to work in C# and use Ctrl + G for go to line but it is not working in vb.net. Can you please. Edit menu > Go to even not show any short key. If I press Ctrl + G it opens immidiate window. Is there any thing I need to do in order to enable go t

Window.onunload does not work correctly in the Chrome browser. Can anyone help me?

I have written this code function winUnload() { alert("Unload Window"); MyMethod(); } window.onunload = function() { winUnload(); } This code is working fine in IE and Firefox. But this code is not working in Chrome. Both the statements alert(&q

Using dom to create @ font-face with style tag does not work properly?

I'm trying to initialize a style tag using the DOM with JavaScript and for some reason the code below doesn't want to work. Basically I have a div for a container (it's the id) and I want the p tag to display text on the div. So far I have this. <htm

PHP / ffmpeg (Windows 7): - Permission denied. Tried everything, but still does not work

I have a command-line PHP script that, when given the folder name as an argument when executing the script, will find all images in said folder and resize them using FFmpeg. Problem is, I always get a Permission Denied error in FFmpeg when it attempt

foreach ($ _ POST as $ key => $ value) with php does not work for the input file

input file not work : form.php <form action='process.php' method="post" enctype="multipart/form-data" > <input type='text' name='name' /> <input type='file' name='photo' /> <input type='submit' name='submit' />

Plugin sonar maven: the same project key for all modules does not work?

I am using sonar-maven-plugin 3.2 and maven 3.3.9. In the parent POM, I have the sonar.projectKey maven property defined. The value is in effect, I can see it from the printout of sonar. But the mvn sonar:sonar step fails, because the maven modules u

Create a Silverlight container with jQuery - does not work in IE9

I have a web application that uses jQuery to dynamically create an silverlight object. This works well in Chrome and Firefox, but not in IE9. Here's a jsFiddle which demonstrates this: http://jsfiddle.net/Bx9we/5/ In this example, the link to the .XA

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK