Questions tagged [windows-7]

Use for questions about programming with or for Windows 7, a past release of Microsoft Windows. General software or troubleshooting questions not directly related to programming are off topic and should be posted on Super User

Windows 7 is an edition of Microsoft Windows, released to manufacturing on July 22, 2009. Windows 7 is the successor to Windows Vista, which was released three years prior, and is succeeded by Windows 8.

A fully detailed description of Windows 7 can be found at the Wikipedia page on Windows 7 and also on the Microsoft website. It's based on the Windows NT line of Windows.

Related Tags:

11007 questions
111
votes
4 answers

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. I have set its width so that it contains exactly…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
107
votes
4 answers

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 0.91. How can I resolve the issues below when…
Peter Bernier
  • 8,038
  • 6
  • 38
  • 53
106
votes
15 answers

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 working for me. How can I register a DLL file on Windows 7 with a 64-bit processor?
Rajkumar Reddy
  • 2,357
  • 6
  • 24
  • 29
105
votes
11 answers

Sublime as default editor

Is there a way to set Sublime Text as the default text editor for file formats on Windows 7? Also, if anyone knew a Sublime Text Tutorial or Wiki that would be really helpful.
doque
  • 2,723
  • 6
  • 27
  • 44
100
votes
8 answers

How to solve WAMP and Skype conflict on Windows 7?

I have Windows 7 (32-bit) installed on laptop. I downloaded WAMP server and installed it with it's default options. However, I noticed that Apache does not work (while MySQL does work!). I tried to install it via Apache → Service → Install Service…
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
94
votes
4 answers

Local SMTP server that can be used for testing and development - won't actually deliver mail

When I'm developing something that sends email, I sometimes don't want to actually send any email, but I do want to see what email would be sent using live data. However, there's not an easy way to do this, as I haven't found a local SMTP server…
SqlRyan
  • 33,116
  • 33
  • 114
  • 199
93
votes
14 answers

how to empty recyclebin through command prompt?

Usually we delete the recycle bin contents by right-clicking it with the mouse and selecting "Empty Recycle Bin". But I have a requirement where I need to delete the recycle bin contents using the command prompt. Is this possible? If so, how can I…
user1016403
  • 12,151
  • 35
  • 108
  • 137
93
votes
5 answers

Has Windows 7 Fixed the 255 Character File Path Limit?

As I understand it, the limitation of 255 characters in a file path is a Windows limitation. What is the reasoning for this? If so, has this been resolved in Windows 7? In our continuous integration practices, we often have deeply nested project…
The Matt
  • 6,618
  • 7
  • 44
  • 61
91
votes
5 answers

Access Parallels Windows localhost from Mac

I use Windows (7) OS as a development platform, running on a Mac / Parallels Desktop 5. I would like to access the Windows localhost - from the Mac side for testing purposes. I've found many solutions of accessing the other way around (access Mac's…
Ranch
  • 2,601
  • 4
  • 29
  • 28
91
votes
9 answers

Run Batch File On Start-up

Is there a way to start multiple programs in a batch file on system start-up? In addition to that, in that batch file, I would like to be able to say: Once I execute a program, wait until that program completely loads, and execute the next listed…
Randomishlying
  • 1,161
  • 2
  • 9
  • 15
91
votes
3 answers

Have WAMP start automatically upon Windows start-up (without logging on or any UAC interference)

I'm looking to have WAMP start when I switch on the computer. Ideally it would start without users even having to log on. I've added WAMP to the start-up in the registry but a user needs to have logged on and UAC is still playing it's annoying…
George
  • 36,413
  • 9
  • 66
  • 103
89
votes
19 answers

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 by double clicking on my Windows 7 (64). It seems nothing happens after the double click. I tried the ftype hint, no success: ftype jarfile="C:\Program…
coder
  • 1,415
  • 2
  • 12
  • 15
89
votes
4 answers

How to request administrator permissions when the program starts?

I need my software to be able to run as administrator on Windows Vista (if someone runs it without administrative permissions, it will crash). When launching other software, I've seen a prompt by the system like "this software will run as…
Arsen Zahray
  • 24,367
  • 48
  • 131
  • 224
88
votes
12 answers

How do you run a command as an administrator from the Windows command line?

I have a small script that performs the build and install process on Windows for a Bazaar repository I'm managing. I'm trying to run the script with elevated, administrative privileges from within the Windows shell (cmd.exe)--just as if I'd…
jpaugh
  • 6,634
  • 4
  • 38
  • 90
87
votes
7 answers

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 have the JS version of Eclipse Helios. Which…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625