Top "Windows-7" questions

Use for questions about programming with or for Windows 7, a past release of Microsoft Windows.

How to set java_home on Windows 7?

I went to the Environment Variables in 'System' in the control panel and made two new variables, one for user …

java windows-7 java-home system-variable
How do I register a DLL file on Windows 7 64-bit?

I have tried to use the following code: cd c:\windows\system32 regsvr32.exe dllname.ax But this is not …

dll windows-7 64-bit regsvr32 dllregistration
The request was aborted: Could not create SSL/TLS secure channel

We are unable to connect to an HTTPS server using WebRequest because of this error message: The request was aborted: …

c# asp.net windows-8 windows-7 httpwebrequest
How do I run a Python program in the Command Prompt in Windows 7?

I'm trying to figure out how to run Python programs with the Command Prompt on Windows 7. (I should have figured …

python windows-7
"Active Directory Users and Computers" MMC snap-in for Windows 7?

Is there an equivalent tool available for use in Windows 7? I just need to browse the membership of some small …

windows-7 active-directory
ng is not recognized as an internal or external command

Running windows 7 Professional 32bit. I tried running npm install -g angular-cli both under normal or admin. I also tried adding …

windows-7 angular angular-cli
Run a batch file with Windows task scheduler

I have a batch file daily.bat, this is the code: cd C:\inetpub\wwwroot\infoweb\factuur\cron c:\PHP\…

windows-7 batch-file scheduled-tasks
How to run .jar file by double click on Windows 7 64-bit?

Running a .jar file in a command line works fine, but i am not able to run any .jar file …

java windows-7 jar
How do I force my .NET application to run as administrator?

Once my program is installed on a client machine, how do I force my program to run as an administrator …

c# .net windows-7 administrator elevated-privileges
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 …

windows windows-7 process windows-7-x64 devenv