windows-7 Questions

8

Solved

I'm running Visual Studio 2008 on Windows 7. When I try to attach to a process, VS tells me to restart under different credentials (with elevated permissions). So I have to restart VS and run it ...
Godless asked 30/4, 2010 at 14:18

3

Solved

Is it possible to crash a regular user-mode process on Windows-7 without getting the Windows Error Reporting (WER) dialog? (When and if WER is normally enabled and no specific flags are applied.) ...

18

Solved

I'm using Windows 7 and running XAMPP MySQL SVC service. I'm seeing the following error: Windows could not start the Mysql service on Local Computer. Error 1067: The process terminated unexpectedl...
Cns asked 21/1, 2011 at 12:34

3

Solved

When using visual studio - when I type an open quotation character in the code designer nothing happens, it seems like the key command is held back for some reason until I type another quotation ch...
Elbertelberta asked 10/3, 2010 at 14:13

5

Solved

I've been doing a lot of reading of Microsoft blog posts relating to .NET Core 3, but none of them mention the Windows version requirements, which is leading to a lot of comments querying whether W...
Chaparajos asked 20/1, 2019 at 16:35

8

Solved

What I am trying to accomplish: I am trying to set the DNS address on my machine using powershell. Here is my code: $dnsserver = (,"192.168.0.5") Get-WmiObject -Class Win32_NetworkAdapterConfigur...
Pseudohermaphrodite asked 10/9, 2013 at 16:20

7

How to get main window handle from process id? I want to bring this window to the front. It works well in "Process Explorer".
Joviality asked 11/12, 2009 at 15:34

5

Solved

To disable KMCS in Windows 7 64 bit, What is the difference between bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING ON Are both necessary or either one to ...
Fimbriation asked 26/4, 2012 at 19:7

16

Can you explain what this error is (and secondly why I am getting it)? FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) P.S. It may be rela...
Maldives asked 3/2, 2012 at 14:28

11

Solved

This is an issue I've been having for a long time. I want to run PHP applications on my windows computer and it has a terribly high load time, around 10-25 seconds. I have tried many things: Firs...
Slopwork asked 24/3, 2012 at 19:34

28

Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.
Acerbate asked 18/5, 2016 at 17:39

8

Solved

I've created an SVN repository and added folders and added contents and Committed. No problem. But when go to add a new folder (the others were on the P:\ drive, now I want to add our website whi...
Perigon asked 28/4, 2010 at 1:55

7

We have a Java process which we run as a Windows service (using srvany). It runs with Java 1.6 (1.6.0.23 at the moment). In the past (Windows XP), I could connect JConsole to the processes, on Wi...
Tertias asked 12/1, 2011 at 13:16

7

Solved

I have a large application targeting .NET 4.0.3 that needs to run on XP. It builds fine using Visual Studio 2010 SP1 and runs properly on XP. Building using Visual Studio 2012 targeting .NET 4.0.3...

22

Solved

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...
Nationality asked 17/11, 2009 at 23:43

5

Solved

How do I set an application's taskbar icon in PyQt4? I have tried setWindowIcon, and it successfully sets the icon in the top-left of the main window, but it does not affect the icon shown in the W...
Balthazar asked 11/10, 2009 at 19:59

12

Solved

I am using Django 1.3.7 and python 2.7.6 on windows7 I got an error when I executing my manage.py in this line of code import shutil, sys, virtualenv, subprocess amd running it, I got this error...
Crocker asked 12/1, 2014 at 1:56

14

Solved

How can one make a windows short-cut that opens Powershell into a specific directory? Such as the target: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -noexit -command {cd c:/path/...
Bouncing asked 9/1, 2013 at 10:53

4

Solved

On Win 7, MessageDlg shows information icon instead of confirmation icon (question mark). Here is the code: MessageDlg('Are you sure you want to delete this file?'+ CRLF+ FileName, mtConfirmation,...
Willams asked 14/6, 2011 at 13:36

5

I've got some drivers which are basically LibUSB-Win32 with a new .inf file to describe product/vendor IDs and strings which describe my hardware. This works fine for 32 bit windows, but 64 bit ver...
Linkman asked 29/4, 2010 at 18:42

4

Solved

I have a call to powershell.exe that looks like this, and which works from my commandline: powershell.exe -noexit -command " & 'C:\Test\test.ps1' " However, when I enter that entry exactly t...
Yeti asked 20/6, 2012 at 12:57

7

Solved

I am using Windows 7 64bit Here is the code snippet I am using to start @echo off call "C:\Program Files (x86)\LOLReplay\LOLRecorder.exe" call "G:\League of Legends\lol.launcher.exe" exit But u...

6

I have a windows application with user Interface that do some stuff... Now my client wants that, when he pushes the power button MyApplication run before he forced to input the username and passwor...
Obmutescence asked 19/9, 2012 at 8:54

7

Solved

I am getting the following error when attempting to build my project in Visual Studio 2008 Professional Edition: Task failed because “sgen.exe” was not found, or the correct Microsoft Windows SD...
Puree asked 19/8, 2009 at 19:1

3

i can copy and paste text and files between Virtuelle Maschine (Windows 7) and my local Windows 7. But I can't copy this what is in clipboard - for example between two displays the same program (on...

© 2022 - 2024 — McMap. All rights reserved.