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)

0
votes
0answers
38 views

Peer-to-peer application or SDK for SCL011 NFC reader

Is there any SDK for Windows available for using the Identive SCL011 NFC reader in peer-to-peer mode? I'd like to use it to send NDEF messages from Windows to an Android mobile phone. The SDK would ...
0
votes
0answers
62 views

multicast on windows 7 not enabled even after RMP installation

I was streaming to a multicast IP address from my system that has Windows7+2 NIC cards(D-Link and Intel), but with intel's NIC card, I was not able to send multicast packets to a Laptop with single ...
0
votes
1answer
87 views

Eerror while opening exported html table to excel only in windows 7?

i am using following code to export html table to excel , in Win XP and Win Server 2003 there is no error while opening exported excel file, but when i try it in win 7, there is some kind of error, ...
0
votes
1answer
39 views

What is the location of the setx command in Windows 7?

I accidentally deleted my Path variable in Windows. But I have a copy of it saved in a text file. I cannot modify the Path variable from Start->Computer->Properties->Advanced System ...
0
votes
1answer
101 views

FS register access violation on Windows 7

Crashing instructions (any one of these will cause an access violation): LODS BYTE PTR FS:[ESI] LODS WORD PTR FS:[ESI] LODS DWORD PTR FS:[ESI] I am trying to fix a crash for a client trying to port ...
0
votes
0answers
58 views

Intel Rapid Storage Technology Installing Windows 7 Disk Space 0.0 MB

I have a EVGA X58 FTW3 and 4 16gb mtron ssd disks. I have used them in many asus boards in a striped set-up, but on this board that comes with Intel's RST, I can't get it to work. I've downloaded the ...
0
votes
1answer
108 views

cx_freeze pyqt4 example (“\samples\PyQt4”) doesn't work

My System: Windows 7, x64, Python 3.3.1, PyQt4 4.10 using Installer (py3.3-Qt5.0.1-x64), cx_freeze 4.3.1 (win-amd64-py3.3) What worked: Navigating in Terminal to the ...
-1
votes
0answers
33 views

all partitions became dynamic due to startup repair utility [closed]

All my disk partitions including system reserved and c: have become dynamic, due to which I am unable to boot linux. I wish to make some primary partitions. Ubuntu cant help since pc wont boot it even ...
0
votes
0answers
20 views

AT to SCHTASKS: how to avoid repetition?

I'm adapting a WinXP batch file that used the AT command to schedule some interactive, fairly-long-duration, activities (and later to kill the processes they would spawn) to use Win7's version of ...
1
vote
0answers
40 views

Streaming of mp3 files

I need a lightweight module that can stream a mp3 file from an HTTP server, play it on speakers, and allow seeking. I'll write the GUI part, I just need a very simple backend to do something like ...
0
votes
0answers
21 views

glBindFramebufferEXT is crashing on win7 (vs2012)

I'm writing an openGL plugin for Softimage that use FBOs. It's working fine on Linux using glext.h, but the Windows version is another story. I wasn't able to compile with glext.h, so I gave glew a ...
0
votes
0answers
74 views

Connecting to MS-SQL 2005 express db (win2003 sp2) with php 5.3 (compiled MSVC9 - Visual C++ 2008, using FastCGI) from Win 7

I'm trying to connect to a MS-SQL 2005 db across the network using PHP5.3 and failing. The server is running win 2003 sp2 with MS-SQL 2005 express. The db seems to listen ok as I can connect to it via ...
2
votes
0answers
29 views

Java events on plug/unplug power adapter for notebook

I want my application to respond to plugging/unplugging power adapter to notebook. Is there any suitable libraries or classes in Java for that action? The OS is Win7
0
votes
0answers
23 views

WinbioEnrollment returns 8009802C?

i have developed a FingerPrint Management Application for WBF in Windows 7. it works fine in windows 7. But using windows 7 in VMWare it returns 8009802C. 8009802C told The requested operation ...
0
votes
0answers
42 views

Call Tree Data Missing From Profiling Report

I am attempting to use the Visual Studio Performance Profiler to profile a process I have running. I am using the "Sampling" collection type, and am attaching to the process after it has already ...
0
votes
0answers
36 views

COMException on Windows 7 Outlook 2007 Add-in during MailItem.SaveAs

I've exhausted all efforts trying to figure this out, so if anyone has any insight... please post. We have an Outlook Add-in that has been built to run on Outlook 2007 and 2010. It runs, and it ...
2
votes
0answers
40 views

Replace() not working on image dimensions string from Shell

I'm trying to get the height of a bitmap by using the Shell object in VBA. Here is the relevant portion of code (bmp is a member of a custom class, and .Width is a property defined as an Integer.) ...
0
votes
1answer
393 views

I get java.net.SocketException: Permission denied: connect when sending an email in Jenkins

My Configuration: Windows 7 machine Java 7 Jenkins 1.511 running as Service on Local Account My jenkins.xml file <service> <id>jenkins</id> <name>Jenkins</name> ...
0
votes
1answer
39 views

How to create a movie screensaver in Windows

Is it possible to make a Windows 7 screensaver out of a .avi movie? I have created two brief movies (one 0:17, the other 1:14) . I searched for how to make screensavers, but can only find ...
-2
votes
1answer
19 views

Application specific commands? [closed]

I have an old software that has command line support, but I don't know the command syntax or what the commands are. Are there anyway to find out what are the commands that the application can accept ...
-1
votes
1answer
56 views

SysAnimate32 on Windows 7 and 8

This code no longer works on Windows 7 or 8. Aren't SysAnimate32 controls supported on them ? Is there a way to make it work as it used to work on Windows XP ? (I am required to write more ...
1
vote
0answers
29 views

Connection timed out issue in cfexchangeConnection

I have windows 7 (32bit), ColdFusion 9 installed on my PC. My email account is configured in outlook 2007 and it is working fine. But when I try to connect to an exchange server using ...
0
votes
0answers
81 views

pyserial echo itself and response slow under Python 3.3 and Windows 7 64bit

I use pyserial under Python 3.3 on Windows 7 64-bit . And I want to build a tiny small terminal such as , putty , pietty . I encounter 3 major problem , **(1)When I send the command by ...
0
votes
1answer
21 views

Need a way to allow users to login on Windows 7 only if their credentials are valid on an external server

I need to develop a solution that allows users to login on windows 7 only if windows 7 has access to Internet and the user credentials are valid when probed against an external server. Do you guys ...
-1
votes
0answers
31 views

SQL Server Connections Issue, WIN7/VS2010 [closed]

Have been using XP VS2008 to connect thru VPN to remote SQL Server 2008R2. Still works fine. Have a VS2010 on Win7 box in same environment and can't connect (building datasource). Sits on SQL auth ...
-2
votes
2answers
83 views

Windows Service not Auto Starting on reboot [closed]

I have done some Researching and implemented some additions from the Questions that I found here on StackOverFlow. but I am still having issues with the service not auto-starting here are some of the ...
0
votes
0answers
125 views

IE10 on Windows 7: SVG Scrolling too far when inside a div

I am doing an SVG drawing inside a DIV. The drawing is larger than the DIV, so scrolling becomes active. I am testing this on my computer, which has IE10 and Windows 7. IE10 seems to scroll the SVG ...
0
votes
0answers
37 views

Multiple notifyIcon icons in “Customize Notifications” dialog box when using Click Once

I deploy an app with Click-Once and have it automatically increase the version number each time I deploy it. I show an icon in the System Tray using the notifyIcon class. Since it's not visible by ...
-1
votes
0answers
8 views

How to burn a cd (files not iso) from the command line in Windows 7 [migrated]

I have used robocopy and a script to copy files from various resources. I now want to have my script automatically burn the files I copied to a cd. I'm looking for a command. I have tried xcopy but I ...
1
vote
2answers
393 views

auto run a bat script in windows 7 at login

I have recently acquired a windows 7 laptop from my late grandmother. I have been using it for work and other things. I decided to create a VM using VirtualBox And now I want to create a user on the ...
0
votes
1answer
59 views

CFMail is not working in ColdFusion 10

I have a Windows 7 (32bit) pc and installed ColdFusion 10. The cfmail tag is not working. It was working on ColdFusion 8. Mail is going to the ColdFusion10\cfusion\Mail\Undelivr folder. (Update from ...
2
votes
0answers
36 views

Spynner module on python 3

I used python's 2to3.py to do the fixing on spynner module. Then there seemed to be an issue with QString on python 3. I modified the browser.py in spynner with QString = str as some users suggested. ...
0
votes
1answer
28 views

SetVolumeLabel function getting failed due to access denied error on Windows 7

SetVolumeLabel function getting failed due to access denied error on Windows 7. Same function works fine on Windows XP. Any idea why this problem is coming on Windows 7 and not on XP. Any help ...
2
votes
1answer
59 views

Control explorer window programmatically

I want to be able to change the directory of an existing explorer window. Is there an api call to send a "navigate there" message to a window (perhaps with a handle to it)?
1
vote
2answers
94 views

Batch file to recursively move a single subdirectory from multiple parent directories TO another single, defined directory

If that title wasn't confusing enough.. hopefully what I am trying to do is a lot simpler to understand. Windows 7 just in case it needs to be said. I have multiple directories within the folder I ...
1
vote
1answer
61 views

VS 2012 HTML5 JS project in Windows 7

I have a new dilemma. I have been tasked with looking into moving our Silverlight project into an HTML5 project. Nice! Well, I downloaded the sample solution from the link below and tried to load it ...
-1
votes
1answer
71 views

magento installation, localhost/magento is redirecting to www.localhost.com/magento

I have downloaded latest version of magento from their website. When i am running it from browser like this localhost/magento it redirects me to www.localhost.com/magento. I am using windows 7 and ...
0
votes
1answer
80 views

Cannot connect to server with Remote Desktop Connection

On my Windows 7 machine Remote Desktop Connection always crashes after entering the password. It works correctly on my Windows XP machine, but I am currently doing work for a new customer that uses ...
0
votes
1answer
48 views

WP Development Registration fails with Nokia 822

So I recently got a Nokia 822 and a windows development account and was trying to register my device using windows 7 and I continually get the message: Unable to connect to phone. Please check ...
0
votes
3answers
63 views

Browser testing on Windows 8?

I have a Mac and I am deciding whether to install Windows 7 or 8 on Boot Camp. Is it possible to test websites inside actual windows of IE6+ and older Firefox/Chrome/Opera browsers with Windows 8?
0
votes
1answer
56 views

Autohotkey, How to use shortcuts with #L and not lock the screen?

I'm moving from linux to windows, and autohotkey is saving my life. one thing that i'm having trouble is with the functionality: I'd like to emulate the arrow keys if i press HJKL (vim keys) with ...
1
vote
1answer
85 views

Firefox didn't pop up when I start selenium test by windows task scheduler

I am right now using windows 7 machine. And I was trying to start the selenium test by task scheduler. I used a bat file to include all the command I need to compile and run the selenium test. And for ...
0
votes
1answer
31 views

cmd terminates when delete fails

I have the following bat file mybat.bat that: 1) Stops a service 2) Deletes some logfiles 3) starts the service again: @echo off net stop "myservice" if ERRORLEVEL 1 goto error exit :error echo ...
0
votes
1answer
100 views

How to save a list of directory with files containing Russian or Chinese characters (Windows7)

I need from time to time to make a list of files from a CD I obtain. These files' names contain frequently characters in other writing systems, like Cyrillic Russian (Добродошли.doc) or ...
0
votes
0answers
195 views

Howto increase the resolution to 1280x800 of the Standard VGA Graphics Adapter of Windows 7 [closed]

Unfortunately the Intel GMA 3650 driver does not work on the 64 bits versions of Windows 7. An idea is to use the standard driver which comes with Windows 7 (loosing the 3D acceleration), but it ...
0
votes
0answers
31 views

Windows 7 System Sounds resetting itself to 100% [closed]

I like to keep my Windows 7 System Sounds at about 10% of the master volume because at that level I can hear when something goes wrong on my pc but the noise isn't too annoying. However, I've noticed ...
0
votes
0answers
14 views

Pop up window to display current boot time

I accidentally checked in the checkbox that shows a pop up window displaying current boot time and option for optimizing just below it. Now it stopped appearing because of that toggle checkbox ...
1
vote
0answers
43 views

Python help('modules') command throws WindowsError in IDLE (idle.pyw) but not command line prompt (python.exe)

If I type the following at the python.exe command prompt... >>>help('modules') ...I get a list of available modules as expected. However when I type the same thing in the IDLE environment ...
1
vote
1answer
79 views

Run a bat hidden and as admin the same time

I have a bat file that can run for more than an hour due to the things it does. Can I make it somehow run hidden and in admin mode? I have found a way to make it run hidden with vbs: Set WshShell ...
1
vote
1answer
136 views

Copied text not kept in Clipboard when form is closed VB6

I'm maintaining an old VB6 application that experience some issues with copy/paste when running under windows 7. A couple of forms has a RichTextBox control from where you can no longer copy text ...

1 3 4 5 6 7 151