Windows 7 is a past release of Microsoft Windows, succeeded by Windows 8. It was released to manufacturing on July 22, 2009. Windows 7 is the successor to Windows Vista, which was released three years prior.

learn more… | top users | synonyms (3)

143
votes
6answers
60k views

How to force my .NET App to run as administrator on Windows 7?

Once my program is installed on a client machine, how to force my program to run as administrator on Windows 7?
91
votes
5answers
80k views

How to get started with Windows 7 gadgets

I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything ...
80
votes
8answers
291k views

“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 Active Directory groups that are deep within a huge hierarchy, so I can eventually write ...
63
votes
5answers
36k views

The 'json' native gem requires installed build tools

I have ruby 1.9.2p180 (2011-02-18) [i386-mingw32] installed on my windows 7 machine. Now I tried to install the json gem using the command, "gem install json" and got the following error. ERROR: ...
63
votes
6answers
24k views

WCF ServiceHost access rights

I get the following error when going through the WCF tutorial. HTTP could not register URL http://+:8000/ServiceModelSamples/Service/. Your process does not have access rights to this namespace (see ...
49
votes
10answers
19k views

Detect Windows 7 in .net

How can I detect Windows 7 (versions) in .net? What code can I use?
43
votes
1answer
4k views

How do I resolve configuration errors with Nant 0.91?

After downloading Nant 0.91, I'm getting some rather cryptic configuration errors relating to configuration or security (see below). I'm trying to simply upgrade my Nant executables from 0.86 to ...
41
votes
4answers
5k views

How do I make my GUI behave well when Windows font scaling is greater than 100%

When choosing large font sizes in the Windows control panel (like 125%, or 150%) then there are problems in a VCL application, every time something has been set pixelwise. Take the TStatusBar.Panel. ...
38
votes
4answers
36k views

How to recursively delete an entire directory with PowerShell 2.0

What is the simplest way to forcefully delete a directory and all its subdirectories in PowerShell? I am using PowerShell V2 in Windows 7. I have learned from several sources that the most obvious ...
36
votes
15answers
11k views

Msysgit bash is horrendously slow in Windows 7

I love git and use it on OS X pretty much constantly at home. At work, we use svn on Windows, but want to migrate to git as soon as the tools have fully matured (not just TortoiseGit, but also ...
35
votes
9answers
18k views

Sublime Text from Command Line (Win7)

I installed Sublime Text and wanted to know how to open rb files in it from terminal. I saw this thread and I see that I can make Sublime my core editor, but I want to be able to type sublime file.rb ...
35
votes
3answers
5k views

How do I make a WPF window movable by dragging the extended window frame?

In applications like Windows Explorer and Internet Explorer, one can grab the extended frame areas beneath the title bar and drag windows around. For WinForms applications, forms and controls are as ...
33
votes
4answers
16k views

How to find out if an installed Eclipse is 32 or 64 bit version?

How can I find out if a specific Eclipse instance on my (Windows 7) PC is the 32-bit or 64-bit version? I've checked the About screen and the maze of dialogs one can call from there, but I didn't ...
33
votes
8answers
61k views

SMTP not working in windows 7 [closed]

How can I get SMTP to work on Windows 7 (developer box). I used to just be able to turn it on for a windows XP box. Is SMTP not included on windows 7? If so, what can I use instead as a free relay ...
33
votes
4answers
7k views

How to make Eclipse behave well in the Windows 7 taskbar?

All other apps that can be pinned to the taskbar behave well. But Eclipse doesn't show recently open projects when I right click it. It also doesn't allow to pin some projects inside it. Note that I ...
33
votes
3answers
2k views

How can I remove titlebar and taskbar icons of Java programs on Windows 7?

I have written a little app that disables the titlebar and taskbar icons of all windows of the Windows OS in C#. Here is the code: using System; using System.Runtime.InteropServices; using ...
31
votes
2answers
6k views

How can I detect if my process is running UAC-elevated or not?

My Vista application needs to know whether the user has launched it "as administrator" (elevated) or as a standard user (non-elevated). How can I detect that at run time?
31
votes
4answers
1k views

Java exe launcher with support for Windows 7

The Problem Currently I use exe4j 4.4.2 to wrap our client app in a Windows native executable, but the result does not integrate with Windows 7 so well. For example: When I right click in the task ...
30
votes
3answers
12k views

Windows 7 progress bar in taskbar in C#?

If you've noticed in the Windows 7 beta, if you copy files or other system actions, the windows explorer icon in the taskbar will fill up with a green progress bar equivalent to the progress bar on ...
30
votes
6answers
9k views

Git/Bash is extremely slow in Windows 7 x64

I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue I'm having is that Git/Bash consistently become ...
28
votes
8answers
45k views

How to add to the pythonpath in windows 7?

I have a directory which hosts all my django app. *"C:\My_Projects".* I want to add this directory to my pythonpath so I can call the apps directly. I have *right clicked My Computer > Properties > ...
28
votes
5answers
27k views

Where is GACUTIL for .net Framework 4.0 in windows 7?

i've made an assembly in the .net framework that I intend to publish to the GAC but I can't find the gacutil utlity. I've been googling a while and I've found a lot of suggestions, but nothing works: ...
27
votes
4answers
30k views

Alternatives For iOS Development Under Windows [duplicate]

Possible Duplicate: How can I develop for iPhone using a Windows development machine? iPhone development on Windows I just got my new iPad and now I have two iOS devices, an iPod and an ...
26
votes
3answers
5k views

Program Compatibility Assistant thinks my app is an installer

I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller. When I run this program outside of the debugger (just an empty form with no functionality ...
25
votes
8answers
72k views

Change pinned taskbar icon (windows 7)

I wan't to customize the icon displayed within the windows 7 taskbar. When my app is running, I can do it by changing main window icon but, when the app is pinned, the exe's icon is displayed. How ...
25
votes
4answers
45k views

Is it possible to install both 32bit and 64bit Java on Windows 7?

Is it possible to install both 32bit and 64bit Java on Windows 7? I have some applications that I can run under 64bit, but there are some that only run under 32bit.
24
votes
3answers
11k views

Why does only the first line of this Windows batch file execute but all three lines execute in a DOS command shell?

I have a batch file that executes three Maven commands, one after the other. Each command can be successfully executed in the script - by itself!. But when I add all three commands to the same file, ...
24
votes
2answers
2k views

What is the difference between the new TFileOpenDialog and the old TOpenDialog?

What is the difference between the new TFileOpenDialog and the old TOpenDialog? In my computer (Win 7/DXE), when I run the code, the dialogs look the same.
24
votes
2answers
1k views

How can I force Aero to draw a borderless window as if it were active, even if it's not?

I'd like to have the same effect as the windows 7 taskbar. I've looked in this question: Keep Window Looking Active It works great but only if the window has a non-client area. My window is ...
24
votes
2answers
406 views

How to prevent Windows from caching Com Class info?

Windows 7 is caching some of the COM class information. Older OSs didn't do this. After the OS looks up theHKCU\Software\Classes\CLSID\{GUID}\LocalServer32 value, it caches the value, and doesn't look ...
23
votes
11answers
22k views

Is there a free/opensource C# IDE in Windows? [closed]

I would like to study C# but I'm intimidated by Visual Studio's price tag. Any free/opensource alternatives? Thanks.
23
votes
10answers
48k views

How do I run a python program in the Command Prompt in Windows 7?

I'm [relatively] new to python. I'm trying to figure out how to run python programs with the Command Prompt on Windows 7. (I should have figured this out by now...) When I typed "python" into the ...
23
votes
5answers
7k views

Pinning a Java application to the Windows 7 taskbar

I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of javaw.exe that in turn interprets the Java code. As a result, when ...
22
votes
4answers
21k views

How to run a program automatically as admin on Windows startup?

I created my own parental control app to monitor my kids activity. The app's only GUI is a task bar icon. The program is installed as admin. I'd like this program to be started up automatically as ...
21
votes
4answers
8k views

Why does debugging keep timing out in IIS7?

When I am debugging on my Windows 7 IIS7 machine, I get this error during a debug: The web server process that was being debugged has been terminated by IIS. this can be avoided by configuring ...
21
votes
7answers
30k views

Will Windows 7 support the VB6 runtime?

I can't seem to find a straight answer on this. It appears that Visual Studio 6 won't be supported, but I'm only concerned with the runtime. We have some legacy apps that we'd rather not rewrite, but ...
21
votes
8answers
17k views

Internet Explorer 8 64bit and Selenium Not working

I am trying to get selenium tests to run. Yet every time I try to run a tests that should run IE I get a error on line 863 of htmlutils.js It says that I should disable my popup blocker. The thing is ...
21
votes
5answers
1k views

As a developer, how should I use the special folders in Windows Vista (and Windows 7)?

Where should I save data related to my application? Where should I save configuration files? Where should I save temporary files? Should I do it in "Documents"? "AppData"? Etc... What is the best ...
21
votes
3answers
876 views

node.js and npm has no network access in windows 7 64 bit ultimate

NOTE: to anyone else who has this problem, I tried all suggestions and all research. In the end I formatted the hard drive and reinstalled windows. Even though it was a fresh install from the start ...
20
votes
9answers
199k views

How to set java_home on Windows 7?

I went to the Environment Variables in 'System' in the control panel and made 2 new variables. one for user variables and one for system variables, both named JAVA_HOME and both pointing to ...
20
votes
11answers
15k views

MySQL driver for Rails in Windows 7 x64

I've got problem with connecting to MySQL database on my freshly installed Windows 7 machine. I'm getting this error when I try to migrate my database. !!! The bundled mysql.rb driver has been ...
20
votes
3answers
24k views

Powershell on Windows 7: Set-ExecutionPolicy for regular users

I want to run Powershell scripts on Windows 7 as a regular user. Whenever I try, I get the following error: File C:\Users\danv\Documents\WindowsPowerShell\profile.ps1 cannot be loaded because the ...
20
votes
9answers
6k views

Having problems pinning Eclipse Juno shortcut to windows 7 taskbar

I can't seem to properly pin a shortcut to Juno. I've never had this problem with earlier versions of Eclipse. I've already tried this approach How to make Eclipse behave well in the Windows 7 ...
20
votes
4answers
38k views

how to install gcc on windows 7 machine?

I have MinGW on my windows 7 machine. I wish to install and use complete gcc for C compiler. I found there is no single pre-compiled ready-made installation file for this purpose. I checked the ...
20
votes
1answer
19k views

How do I enable multiple monitors on Remote Desktop? [closed]

How do I enable multiple monitors using Remote Desktop, from Windows Vista connecting to Windows 7 (update: now from Windows 7 connecting to Windows 7), both using dual monitors, and have it work as ...
20
votes
4answers
8k views

In Windows, where should the eclipse folder be placed?

I'm running Windows 7 with UAC enabled. I've always found it weird that Eclipse doesn't use an installer and doesn't use the AppData folder to store its data in Windows, but lately I've had to ...
20
votes
3answers
1k views

Pinning a Java executable (with launch4j) to the Windows 7 taskbar

After spending half a day searching and trying, I'm finally giving up. I have a java application of which I create a runnable jar (to include any other libs and just have a single jar file). With ...
19
votes
5answers
15k views

Windows 7 default .NET framework

Does anybody know what will be the default .NET framework that will come with Windows 7?
19
votes
3answers
10k views

Visual Studio registry capture utility has stopped working, error compiling C# project in Windows7

Windows 7 Shows build error like below everytime I compile my project.
19
votes
8answers
13k views

check whether Internet connection is available with C#

What is the easiest way to check whether internet connection is available programatically? EDIT: As suggested I tried using the following method, but it is always returning true. [Flags] enum ...

1 2 3 4 5 152