Questions tagged [windows-7-x64]

for questions specifically about the x64 version of Windows 7.

1821 questions
1216
votes
45 answers

Android SDK installation doesn't find JDK

I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed because it doesn't find the JDK installation. Is this a known issue? And is there a solution?
Simon
  • 5,713
  • 3
  • 14
  • 6
328
votes
8 answers

How to completely remove node.js from Windows

I uninstalled my previous version of node.js (0.8.11) and downloaded the latest, 0.10.24 from the node.js website and installed it. However, after running node --version, it still indicates that I'm running v0.8.11. Obviously, some stuff was left…
Andrew De Forest
  • 5,404
  • 12
  • 36
  • 49
223
votes
11 answers

Git credential helper - update password

I'm currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7. On setting up my environment, I told git-credentials to permanently remember my username and password. I've…
158
votes
19 answers

How do I start Mongo DB from Windows?

I have installed MongoDB on my Windows 7 (64 bit) machine. I have created the path data/db too but when I tried to start mongodb using the command 'C:\mongodb\bin\mongod.exe', it is not starting. It is showing admin web console waiting for…
user3095838
  • 1,855
  • 3
  • 12
  • 6
154
votes
27 answers

Taskkill /f doesn't kill a process

When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the parent VS), a zombile devenv.exe process remains running which I am unable to kill. It holds on to many of my dlls. As I am logged…
dushyantp
  • 3,847
  • 7
  • 31
  • 49
140
votes
4 answers

How to update Python?

I have version 2.7 installed from early 2012. I can't find any consensus on whether I should completely uninstall and wipe this version before putting on the latest version. "Soft"-removing old versions? Hard-removing/wiping old versions? Installing…
Coldblackice
  • 3,302
  • 4
  • 17
  • 21
122
votes
7 answers

How does BitLocker affect performance?

I'm an ASP.NET / C# developer. I use VS2010 all the time. I am thinking of enabling BitLocker on my laptop to protect the contents, but I am concerned about performance degradation. Developers who use IDEs like Visual Studio are working on lots and…
Chris
  • 9,672
  • 10
  • 64
  • 93
121
votes
12 answers

VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed

So I am using Win7 x64 with VS2010 and have installed the IE10 Win7 Preview and ReSharper 6.1. When I attempt to Start Debugging, I receive the following: "Attaching the Script debugger to process '[1111] iexplore.exe' on machine 'MINE'…
118
votes
10 answers

Can't start hostednetwork

When I try to run netsh wlan start hostednetwork, I get the following message: C:\Windows\system32>netsh wlan start hostednetwork The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested…
KevinOrr
  • 1,592
  • 3
  • 12
  • 22
112
votes
5 answers

how to get program files x86 env variable?

I would like to know how I can display the location of Program Files (x86) in command prompt. I'm using Windows 7 64bit. I've tried: echo %programfiles(x86)% and echo %programfiles%, both of which displays only C:\Program Files When I manually…
Ashok
  • 1,772
  • 3
  • 20
  • 30
97
votes
11 answers

How to add multiple terminals in VS Code?

Can we add multiple different terminals in the VS Code? I am planning to add following three terminal and work with all of those : Windows Command prompt PowerShell Git Bash I know I need to add the following command in Preferences => Setting …
MANISH KUMAR CHOUDHARY
  • 3,144
  • 2
  • 20
  • 30
97
votes
16 answers

Edit a text file on the console using Powershell

I'm trying to figure out the easiest way to edit text files in the console (PowerShell in my case). I'm using Windows 7 64 bit. It galls me that I can't just type edit filename.txt to edit a file. That used to work, but that's all changed. What…
Busilinks
  • 1,216
  • 1
  • 11
  • 14
91
votes
21 answers

Visual Studio Code "Open With Code" does not appear after right-clicking a folder

Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.
Derek
  • 3,655
  • 8
  • 23
  • 36
86
votes
11 answers

The service cannot accept control messages at this time

I just stopped an Application Pool in IIS. When trying to start it, IIS complains that, The service cannot accept control messages at this time. (Exception from HRESULT: 0x80080425). What gives? Whence did this error come? Looking at the Event…
Shaun Luttin
  • 107,550
  • 65
  • 332
  • 414
83
votes
9 answers

Creating self signed certificate for domain and subdomains - NET::ERR_CERT_COMMON_NAME_INVALID

I followed this tutorial for creating Signed SSL certificates on Windows for development purposes, and it worked great for one of my domains(I'm using hosts file to simulate dns). Then I figured that I have a lot of subdomains, and that would be a…
Zed
  • 4,821
  • 6
  • 34
  • 71
1
2 3
99 100