0
votes
0answers
10 views

Windows stops booting while EXE in runonce is active

I have written an MFC app (executable) that performs some tasks, and which is started via "Runonce" in Windows 7 registry. My problem is that windows, or especially windows explorer does not boot ...
0
votes
1answer
33 views

Write todays date into registry from .reg file

I need to write the current date using a .reg file into the registry in Windows 7. I have a .bat file that works properly with WshShell.RegWrite "HKEY_CURRENT_USER\Software\VB and VBA Program ...
0
votes
1answer
61 views

Why can't I programatically replace perfc009.dat in windows 7?

We have an application that uses the Windows 7 performance counters to track the total CPU usage. Every so often the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows ...
0
votes
0answers
39 views

How to disable HID device in registry?

Is there a way to disable/enable the "HID-compliant game controller" in the registry? Or, any other programmatic way to do it? If I manually do DeviceManager>machine>Human Interface ...
0
votes
1answer
26 views

Contextual menu entry - struggling with command

I'd like to be able to right click on a computer in the Windows Network and connect to it using VNC. I made the registry entries in ...
0
votes
1answer
114 views

Edit right-click context menus in Windows 7 [closed]

I want to add a custom option using registry called My Button when I right click an MP3 file which will launch C:\Program Files\MyApp\app.exe %1 The following answer works great for Windows XP, but ...
0
votes
0answers
38 views

Loading Add-in for Remote Desktop Users

I hope this isn't a repeat. There are a lot of questions already about add-ins and registry keys, but I couldn't find anything related to remote users. I have a Word add-in I would like to be ...
0
votes
3answers
351 views

Modify an existing registry key value in c#

I want to modify a data in registry path SOFTWARE\Wow6432Node\Program\SubProgram using C# code in windows 7. I am able to read the value but I can't write into Registry. Here is the code: RegistryKey ...
0
votes
0answers
68 views

How to add an entry to a context menu in Windows 7 and associate a complicated command to it?

E.g. when I right-click any directory I want to have an option which executes the following: svn info | grep URL | awk "{print $NF}" or any other command consisting of pipes or other compilcated ...
1
vote
1answer
114 views

How can I change the Value name for an incorrect Visual Studio 2012 Registry key: {00A9524F-427F-46EE-8A20-615C25ECBE6F}?

Sending out an SOS I made a discovery while trying to understand my last VS 2012 installation error. These two errors appear at the bottom of the ActivityLog when I open VS 2012: 34 ERROR ...
1
vote
2answers
253 views

Can I modify the Windows 7 preview pane so HTML files display just the text in the preview instead of rendering the html?

When I click on html files in explorer the preview pane currently tries to render the html for the preview. I'd like the behavior to just show me the text without interpreting the tags. Is there a way ...
1
vote
2answers
424 views

Script to Change Registry DWORD

I need a script to change the value of a DWORD to 0 in Windows 7 Home Premium in order to prevent Microsoft Security Essentials wizard from deploying after sysprep. I know how to work that with ...
0
votes
1answer
64 views

How to make the menu bar font bold for all users in window7?

I'm trying to make all the menu bar font [Bold] for all users in the machine. I tried to find a registry key for that but I couldn't.
2
votes
1answer
520 views

Installation of biopython - python 3.3 not found in registry

I am trying to install biopython to run with Python 3.3 on a Windows7 computer. I have downloaded the biopython executable biopython-1.61.win32-py3.3-beta.exe. When I attempt to run the executable, ...
-1
votes
1answer
26 views

windows seven registry [closed]

Working on a laptop from my company I used a usb-stick with LiberKey installed on it. The system administrator did a scan of all workstations on the network to see if there was forbidden software on ...
0
votes
1answer
322 views

How do I Open Windows Registry with write access in Python

I'm having some problems accessing the Windows 7 Registry with the _winreg.QueryValueEx function in the Python 2.7.3 _winreg module. I am running the python process as Administrator, and can create ...
-1
votes
2answers
148 views

Change Standard Browser on Windows 7 programmatically

First of all I would need to set the right registry entry before I continue with the code snippet to change my registry entries. I have tried all I found on internet, and that's why I post here now. ...
2
votes
1answer
144 views

Why does RegOpenKeyEx let me open a key that doesn't exist in Registry Editor?

In Microsoft Visual C++ I have the following piece of code to access a path in registry. Then I read a value of key Installed with RegQueryValueEx. So far so good, the value seems to be 1, which ...
0
votes
4answers
1k views

Requested registry access is not allowed #2

I've recently been writing an application that needs access to the following registry key : HKLM\SOFTWARE\Wow6432Node\Classes\CLSID For some odd reason, I'm not allowed access to this key on any ...
0
votes
0answers
108 views

Audio/Volume Mixer not picking up registry Audio property change

I'm trying to mute/unmute an installed application using the Audio mixer in win 7 programmatically with C#. Since the audio property is stored in the registry key ...
0
votes
2answers
139 views

Where my Registry entry go ? windows 7, win64

Windows7 and Win64 is a new platform me, programming wise, so don't know what happened, I save a key in windows registry in windows7 64bit with the following command, the problem is that the same code ...
0
votes
2answers
420 views

Checking for Registry Key, then incrementing in Powershell

i'm trying to check if a reg key exist and then increment a reg key if it does. I confirmed that i can set the registry value if i just put the value in directly. ie putting in the value 3. $path = ...
-1
votes
2answers
349 views

COM3 reg key deleted, COM+ component services not working - how do i restore?

I was looking in to migration of one of our in house applications from XP to Win7. While doing this, I removed the COM3 registry key from: HKEY_LOACL_MACHINE/SOFTWARE/MICROSOFT/COM3. (I did not back ...
0
votes
0answers
72 views

Windows 7 Registry Security [closed]

This qyestion has been bugging me for months, but I've found other things to focus on so it has lingered. I have two Windows 7 machines, seemingly identically configured and yet something is ...
0
votes
0answers
190 views

Windows XP registry converting to Windows 7 registry

I am putting together a Windows 7 image to go to about 300 off-site locations. I am taking an image of the current XP boxes these locations have and am testing everything piece by piece, including ...
3
votes
1answer
132 views

Registry “forgetting” values

My software stores some values in HKCU\Software\mysoftware which has never been a problem. However, I now also store some values in HKCU\Software\mysoftware\Licenses - ie a subdirectory of the ...
0
votes
1answer
80 views

Windows XP compatible software in Windows 7

I need to hava a clarrification about software installation in windows. I have installed windows XP compatible software (Oxford dictionary - iFinger) in windows 7 ultimate edition (64bit). Once I ...
0
votes
0answers
40 views

Finding specific registry values [closed]

I am having trouble finding the global directory in the regedit, my log files say that the entry is located somewhere in the Global subdirectory followed by the GUID; however i can find no information ...
0
votes
0answers
27 views

Finding registry info for windows 7 [closed]

Where can I find registry info for windows 7? I am currently looking at http://technet.microsoft.com/en-us/library/cc960234.aspx at technet but it is only for the windows 2000 server; is there an ...
0
votes
3answers
262 views

what happens in the registry when installing with an MSI in Windows 7?

When installing a program in Windows 7 (all windows versions would be awesome to know about...but Windows 7 will suffice for now) with an MSI... -What & where are the changes made in the registry ...
0
votes
0answers
50 views

ContextMenuHandler for Windows 7 Library

I want to handle context menu of Windows 7 Library. I have written Shell Extension and registered it. But i don't know which registry key yo use to handle it on Windows 7 Library. I have tried ...
0
votes
0answers
78 views

Add my own column in Windows 7 Explorer

How can i add my own column in Windows 7 Explorer Table View? I found key in Registry [HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers] so i think it's possible, isn't it? Exist any examples or ...
0
votes
0answers
41 views

Add an entry on CD-ROM/DVD ROM Drive's contextual menu

I would like to add en entry on my CD-ROM/DVD ROM Drive's contextual menu in order to run an Executable file on Windows 7. I think it's in registry, but, how ? Is there a tool in order to create ...
0
votes
2answers
230 views

Favorites in navigation pane Windows 7 sort order

I would like to get hold of the favorites links sort order, as seen when adding a folder it is placed at the bottom of the list where you then can drag that to any position. Is there any registry ...
3
votes
1answer
154 views

Run a process just after shell is executed windows 7

I have a situation where I need to hide the taskbar and start button from my desktop in windows 7 I already have a code written to do so. The issue is that I need to run it just the moment windows ...
10
votes
2answers
487 views

how to retrieve IP v6 subnet mask length

I'm coding an application that has to get the network adapters configuration on a Windows 7 machine just like it's done in the Windows network adapters configuration panel: So far I can get pretty ...
0
votes
1answer
362 views

changing win 7 registry with c#

it should be this simple. this code looks good. it doesnt crash. so why doesnt it do what it says to do? I cant change anything in the registry like this but all google searches say this is how it ...
0
votes
0answers
137 views

Is it possible to read values from the registry that is stored on an external drive in Windows 7?

I have the problem that after migrating to a new disk (an SSD), without taken with me the old state of the computer (for purpose, we wanted to start anew), we have now lost some of the configuration ...
0
votes
0answers
168 views

Moving ODBC connections from WindowsXP to Win7 64bit

I need to move several ODBC connections (including settings, pwd, etc.) to a new machine. I have exported each key from HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INIto a .REG file. Then i imported each ...
0
votes
1answer
59 views

Win7 register in registry is failed

I'm trying to register the DLL in Win7 registry (in XP its working). The DllRegisterServer is implemented as follow: Succeeded - Call the RegCreateKeyEx function to register new key : ...
0
votes
0answers
340 views

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Key not found in Windows 7

I am using the following key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon in an application. The problem is, this particular key is not found in Windows 7. Someone who ...
2
votes
1answer
205 views

Whats going to happen with COleTemplateServer::RegisterAll() in windows 7

Ok, so we have a C++ app that runs fine in Windows XP. It has the following code in the initialization // Register all OLE server (factories) as running. This enables the // OLE libraries to create ...
5
votes
1answer
2k views

How can I programatically find a users HKEY_USERS registry key using powershell?

I wonder if there is a way to find a local user's registry key in HKEY_USERS if you know the login-name of that user on the local machine. I want to programatically add stuff to a specific user's ...
0
votes
1answer
2k views

How can I use vbscript to add or change permissions on a registry key?

I want to use vbscript (or some scripting language I can run locally on a windows 7 machine) and change a registry key's permissions. I saw regini, but it's old, and I didn't see how to use it for my ...
0
votes
1answer
739 views

change Windows 7 tablet PC settings using code.

I am designing a touch driver for windows 7 . Windows 7 has a mechanism to associate your touch screen with a particular display, see "Tablet PC Settings"->Configure . What i want to do is ,change ...
0
votes
1answer
1k views

Changing Power Scheme settings through Registry instead of Control Panel in Windows 7

I'd like to change the settings of a power scheme (say, go to sleep after 45 minutes instead of 30) through the registry, rather than the control panel, in Windows 7. I'd also like to turn hot keys ...
3
votes
2answers
550 views

Why HKCR\pngfile context menu works in Windows XP but not in windows 7?

I've been trying to add a command to process PNG files on my Windows 7 64-bit: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.png\OpenWithProgids] "pngfile"="" ...
0
votes
0answers
2k views

Cannot import registry file via Windows 7 command line [closed]

I am developing a system that will run only on Windows 7 whose proper execution depends on making some changes to the registry to remap some keyboard keys. The reason is unimportant, the important ...
1
vote
2answers
2k views

C# get Windows CD Key

I've been using the below code in order to get the Windows License Key. It worked pretty well a long time. But now I discovered that it works on Windows XP (x86) but not on Windows 7 x64. Reason: The ...
1
vote
1answer
223 views

Non-blocking Runonce Entry?

We have multi-part install that needs a reboot to continue. We added a RunOnce entry under HKLM to automatically re-launch "setup.exe" after a reboot. One quirky result of adding setup.exe to ...

1 2 3 4