windows-7

Certificate problem - Error Importing Key “object already exists” after Windows 7 upgrade

*爱你&永不变心* 提交于 2020-01-12 14:10:32
问题 I have about 60 .pfx files for all major assemblies for a project. They are unique files, but I use the same password for all. After an upgrade from Windows Vista to Windows 7 I get an Import Key File dialog requesting the password for them when I click Build in Visual Studio 2008. This would have been fine, but after inserting the password I get an error dialog: Error Importing Key - Object Already Exists. Any ideas? 回答1: Solved it! After the upgrade from Vista to Windows 7 the permissions

What is PnPUtil.exe location in 64bit systems?

末鹿安然 提交于 2020-01-12 09:39:52
问题 I would like to install my USB device driver [.inf file] using PnPUtil.exe utility on both 32bit and 64bit systems for Windows Vista and Windows 7. I tested on my machine [Windows 7 32bit] and everything was fine because PnpUtil.exe is located in: C:\Windows\System32\PnPUtil.exe . But in 64bit Windows 7 the utility is not in this directory. When I tried installing driver on different Windows 7 - 64bit machine I could found PnPUtil.exe in this location: C:\WIndows\winsxs\amd64_microsoft

What is PnPUtil.exe location in 64bit systems?

扶醉桌前 提交于 2020-01-12 09:39:18
问题 I would like to install my USB device driver [.inf file] using PnPUtil.exe utility on both 32bit and 64bit systems for Windows Vista and Windows 7. I tested on my machine [Windows 7 32bit] and everything was fine because PnpUtil.exe is located in: C:\Windows\System32\PnPUtil.exe . But in 64bit Windows 7 the utility is not in this directory. When I tried installing driver on different Windows 7 - 64bit machine I could found PnPUtil.exe in this location: C:\WIndows\winsxs\amd64_microsoft

What is PnPUtil.exe location in 64bit systems?

假如想象 提交于 2020-01-12 09:38:41
问题 I would like to install my USB device driver [.inf file] using PnPUtil.exe utility on both 32bit and 64bit systems for Windows Vista and Windows 7. I tested on my machine [Windows 7 32bit] and everything was fine because PnpUtil.exe is located in: C:\Windows\System32\PnPUtil.exe . But in 64bit Windows 7 the utility is not in this directory. When I tried installing driver on different Windows 7 - 64bit machine I could found PnPUtil.exe in this location: C:\WIndows\winsxs\amd64_microsoft

Python Interpreter not installed after installing Aptana Studio3

放肆的年华 提交于 2020-01-12 08:35:32
问题 I was under the impression that installing Aptana Studio 3 also installed the python interpreter. when I try to create a PyDev project it says that "Project Interpreter not specified" So it will not let me proceed. Is there any documentation on how to proceed configuring the interpreter for Studio 3? I am using the latest build of Aptana Studio 3 standalone build: 3.0.4.201108101506. Thanks In advance for any assistance. PS I have already uninstalled and reinstalled studio 3 and am still

How to set python path in windows 7 [duplicate]

杀马特。学长 韩版系。学妹 提交于 2020-01-12 08:25:13
问题 This question already has answers here : How to add to the PYTHONPATH in Windows, so it finds my modules/packages? (22 answers) Closed 5 years ago . I try to set path of python in windows 7, but I can not do that. I go to: My Computer -> Properties -> Advanced > Environment Variables but I don't know what to do now. please help me 回答1: 1.Click on Environment Variables 2.On System Variables section find variable and select it 3.Press Edit button 4.In Variable value section add your python path

How do I add a “New” Python script option to the context menu?

自闭症网瘾萝莉.ら 提交于 2020-01-12 05:07:21
问题 I'm trying to add a context menu option for New -> Python Script on Windows 7. However, everything I've tried has failed. The way that I thought it should work is below: Add the following registry key: [HKEY_CLASSES_ROOT\.py\ShellNew] "FileName"="Template.py" Null File version: [HKEY_CLASSES_ROOT\.py\ShellNew] "NullFile"="" Optional registry key [HKEY_CLASSES_ROOT\.py] "PerceivedType"="text/plain" @="Python Script" Add the file to the Windows, ShellNew folder... This does nothing, although I

PostgreSQL error Fatal: role “username” does not exist

我的梦境 提交于 2020-01-12 03:20:04
问题 I'm setting up my PostgreSQL 9.1 in windows. I can't do anything with PostgreSQL: can't createdb, can't createuser; all operations return the error message Fatal: role root does not exist root is my account name, which I created while installing Postgresql But I am able to connect using: username : postgres How can I connect to postgres using role root ? There is a solution mentioned for linux platforms using su command here but not able to figure out solution for windows7 Thanks in Advance

Git is doing very slow commits on a Samba share. What can I do to speed it up?

别来无恙 提交于 2020-01-12 03:17:11
问题 I am running a git repository on a remote server. I have it set up a samba share on the remote server so I can save my code there instead of on my local windows 7 machine. We are trying to look into using git, because svn has been so slow and unreliable. The problem that we are having with git is that doing any commits/clones/pulls onto the samba share run super super slow. If i do a commit/clone/pull onto a local dir on my windows 7 machine it works great, but we need the code to be on the

Debugging shell extension in Windows 7

怎甘沉沦 提交于 2020-01-12 03:16:23
问题 I'm trying to debug shell extension (IContextMenu) in Windows 7 with Visual C++ 2008. I have set DesktopProcess=1 in the registry and set host app to explorer.exe. But when I start the debugger, it launches explorer.exe and then detaches from the process. DllMain of the shell extension isn't called. The same code with exactly the same settings launched in debugger without any problems in Windows XP + Visual C++ 2008. Any thoughts how to debug the shell extension in Win7? 回答1: Try launching