windows-7

Windows 7 task scheduler keeps returning operational code 2

耗尽温柔 提交于 2019-12-10 12:37:20
问题 I set up a scheduled task to run under my account. Everything it runs, even if it is successful, returns an operational code of (2). I looked this up this error code at the below link, and it claims it cannot find the specific file. http://www.hiteksoftware.com/knowledge/articles/049.htm Even if I do something very simple, I get back operational code of (2). For example: run program: cmd.exe start in path: c:\windows\system32 I start the task and I see the process running in my task manager,

LXML 3.3 with Python 3.3 on windows 7 32-bit

本秂侑毒 提交于 2019-12-10 12:25:59
问题 I am having major issues with this install. Please provide a detailed, step-by-step guide . 回答1: These instructions are for Windows7 or Windows8 with Python3.3 . However , they should work for various versions as the releases of python and other respective prerequisites change/evolve: Install Python3.3 : Download the last release of Python3.3 (currently 3.3.5) from the downloads page HERE Direct link for Win32 MSI installer -> HERE Simply run the MSI to install python. It will register itself

C++ - Running Windows Media Player from Console Application - COM

北战南征 提交于 2019-12-10 12:18:16
问题 I am trying to play a movie using Windows Media Player, later on will add some other functionality. Following is the code I have written: const CLSID CLSID_WindowsMediaPlayer = {0x6BF52A52, 0x394A, 0x11d3, {0xB1, 0x53, 0x00, 0xC0, 0x4F, 0x79, 0xFA, 0xA6 } }; HRESULT hr; IWMPPlayer *pMediaPlayer = NULL; hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); if(FAILED(hr)) { std::cout << "ERR -- Could not Initialize COM engine for you" << std::endl; return 0; } hr = CoCreateInstance(CLSID

MS Access Query returns different results depending on whether data local or on network

孤街醉人 提交于 2019-12-10 12:08:48
问题 I've run into problems before where Access behaved poorly with a split database where the table data was stored on a network drive. I work for a very large tech company, so I'm hoping all the IT stuff is done right. I'm using Access 2010, and running Windows 7 enterprise, service pack 1. Here's the issue today: If I write a very simple query that asks for contract ID's, Contract Titles, Contract numbers, etc.... it all works fine. I can even add in the Abstract, which is of memo type, and

How can I add a context menu for recycle bin

纵饮孤独 提交于 2019-12-10 12:03:38
问题 How can I manage to add a context menu for windows recycle bin? And how could I eventually access the files within? I know Recycle bin is a virtual folder and that it has a tree-like structure, do I have to go all the way to access the files within? edited: HKLM { NoRemove Software { NoRemove Classes { NoRemove CLSID { NoRemove {645FF040-5081-101B-9F08-00AA002F954E} { NoRemove shellex { NoRemove ContextMenuHandlers { ForceRemove {FC944A65-4422-4A2C-B867-1BA01318A944} } } } } } } } 回答1: Look

Windows Explorer: How to create additional button?

白昼怎懂夜的黑 提交于 2019-12-10 11:59:17
问题 Explorer of Windows 7 uses a new light-blue bar with buttons like "Organize", "Share", "New Folder" etc. How can I create a new button ? Do I need to create a plugin for explorer.exe, and if, how do I do it (using Visual Studio .NET) ? Or is it a simple registry key I have to set which points to an exe or bat? Thanks in advance and best regards 回答1: It's a registry key, but not quite so simple. You have to do several steps to add one button. You may have noticed that the Win7 Explorer adjusts

How to cope with Install error 1920 about winsxs merge modules in Vista and 7?

半腔热情 提交于 2019-12-10 11:50:17
问题 When I try to install my msi package I get an error only in Vista and 7. "Error 1920. Service ... (...) failed to start. Verify that you have sufficent privileges to start system services" I get this error in Vista or 7 if I build my setup with C++ 9 CRT Winsxs MSM merge module If I use C and C++ 7 runtime libraries it doesn't have this problem, but I must build my exe with old versions of MS Visual Studio. Does anyone have idea how can I cope with that? 回答1: As a general rule of thumb, you

How to configure GIT on Windows 7 to push project to Google Code

若如初见. 提交于 2019-12-10 11:42:24
问题 I would like to push my project to Google Code. I created a new project, in tab Source I have got few instructions how to push my local code. I work on Windows 7, so I created a directory C:\googlecode and I put there file _netrc and inside machine code.google.com login myloginhere@gmail.com password MySecretCodeHere After that I added new System Variable(sorry, I use non-english version of Windows) HOME I clicked OK, OK. Following the instructions, I cloned this repo: git clone https://path

Windows 7 Visual Studio 2005 compatibility

你。 提交于 2019-12-10 11:12:30
问题 I'm now working on RC Windows 7 and installed Visual Studio 2008 Professional edition. But I need to work with Java programs, and so I needed to work with Visual Studio 2005. I installed Visual Studio 2005 SP1 (VS80sp1-KB926747), but I have the following problem: "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded

Install VS 2008 Team Developer on Windows 7

泪湿孤枕 提交于 2019-12-10 11:09:30
问题 Has anyone successfully installed VS 2008 Team Developer edition on the Windows 7 beta yet? Every time I try, i get an error about insufficient privileges in C:\Windows\Winsxs. I was able to install the VS 2008 Team Database edition with no problems, and had thought that maybe installing the Dev edition after the DB edition might take care of the winsxs issue, but still no luck. VS Error Message Image http://img152.imageshack.us/img152/7263/snipimagewd8.jpg Edit: My install is on the 32 bit