windows-7-x64

Can't start hostednetwork

旧巷老猫 提交于 2019-11-28 13:21:37
问题 When I try to run netsh wlan start hostednetwork , I get the following message: C:\Windows\system32>netsh wlan start hostednetwork The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation. I'm running this with admin privileges, so it's not the notorious C:\Users\Kevin>netsh wlan start hostednetwork You must run this command from a command prompt with administrator privilege. How do I get the hosted network "in the correct

How do I set Windows Environment variables permanently?

南楼画角 提交于 2019-11-28 12:19:07
How do I set Windows Environment variables permanently, I see that the Windows environment variables are reset when you close the command window. I want to set them permanently so that I don't have to repeat the task every time I use CLI. Right click on Computer, Advanced system settings, select Advanced tab and click Environment variables. Note: once you modify the environment variables, you will have to restart your applications, including CLI. This can also be achieved from command prompt . The following example set a variable at user level: SETX variable_name value For machine level

“Could not find Java SE Runtime Environment.” after installing Java

放肆的年华 提交于 2019-11-28 09:15:20
I was trying to set up Eclipse for trying my hand at Android app dev. I downloaded Eclipse and tried to run it... discovered I needed Java JDK. Googled and found JDK 7u40 (jdk-7u40-windows-x64.exe) and installed it. The install seemed to have gone dandy but when I tried to run Eclipse I got an error as well as if I try java version in cmd. Error: opening registry key 'Software\JavaSoft\Java Runtime Environment' Error: could not find java.dll Error: Could not find Java SE Runtime Environment. I went to regedit, HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft and Java Runtime Environment doesn't exist in

visual studio 2008 C++ no x64 platform

痞子三分冷 提交于 2019-11-28 08:20:37
I installed Visual Studio 2008 on my Windows 7 x64 laptop together with installation of Service Pack 1. Now I want to add x64 platform to my C++ solution. But there is no x64 platform available in the configuration manager for my project. I'm sure I manually selected x64 support during the Visual Studio installation and it was installed. What is wrong with my setup? If I recall, VS 2008 Pro doesn't install the 64-bit compiler and tools by default. You have to explicitly select them during the installation. Control Panel -> Uninstall Programs . Select Visual Studio and click Uninstall/Change .

C++ Builder XE7 LME288 Error

我怕爱的太早我们不能终老 提交于 2019-11-28 04:41:23
Suddenly, out of the blue, I get the LME288 linker error. [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ilc: 0x00010000 / 0x08000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ild: 0x00010000 / 0x08000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ilf: 0x00010000 / 0x0a000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ils: 0x0003b000 / 0x08000000 [ilink32 Warning] Warning: unknown heap name :

How to recognize ansi color escape codes in Windows7 64 bit command terminal

只谈情不闲聊 提交于 2019-11-28 04:25:37
问题 I have tried Ansicon and I still cannot get ansi escape sequences to become recognized and interpreted in my CMD.EXE command prompt on Windows 7 64 bit. Has anyone been able to work this correctly and get a colorized console with this OS? 回答1: I ran into the same problem today, and found a workaround. The commandline utility Windows ANSI Color detects ANSI color codes and sets the corresponding console color. Example: myapp.bat | wac where wac is the Windows ANSI color utility 回答2: Ansicon

Creating self signed certificate for domain and subdomains - NET::ERR_CERT_COMMON_NAME_INVALID

有些话、适合烂在心里 提交于 2019-11-28 03:45:15
I followed this tutorial for creating Signed SSL certificates on Windows for development purposes, and it worked great for one of my domains(I'm using hosts file to simulate dns). Then I figured that I have a lot of subdomains, and that would be a pain in the ass to create a certificate for each of them. So I tried creating a certificate using wildcard in Common field as suggested in some of the answers at serverfault. Like this: Common Name: *.myserver.net/CN=myserver.net However, after importing this certificate into Trusted Root Certification Authority, I'm getting NET::ERR_CERT_COMMON_NAME

Windows 7 - System32 folder - java.exe

▼魔方 西西 提交于 2019-11-28 02:09:20
问题 I found a few similar questions here on SO but none of them seems to provide an actual answer. I have these two versions. Directory of C:\Java\Bit64 01/19/2014 05:40 AM <DIR> . 01/19/2014 05:40 AM <DIR> .. 10/18/2013 07:53 AM <DIR> jdk1.6.0_45 01/19/2014 05:42 AM <DIR> jdk1.7.0_51 10/16/2013 03:15 PM <DIR> jre1.6.0_45 01/19/2014 05:40 AM <DIR> jre1.7.0_51 0 File(s) 0 bytes 6 Dir(s) 45,369,233,408 bytes free C:\Java\Bit64> I want my Java 6 version to be the default one. Unfortunately in C:

JavaFX: Why does stage.setResizable(false) cause additional margins?

与世无争的帅哥 提交于 2019-11-27 19:07:05
This small JavaFX test application import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.layout.BorderPane; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; public class ApplicationWithNonResizableStage extends Application { public static void main(final String[] args) { launch(args); } @Override public void start(final Stage primaryStage) throws Exception { final Rectangle rectangle = new Rectangle(200, 100, Color.POWDERBLUE); final BorderPane pane = new BorderPane(rectangle); final Scene scene = new Scene(pane);

Taskkill /f doesn't kill a process

瘦欲@ 提交于 2019-11-27 17:00:49
When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the parent VS), a zombile devenv.exe process remains running which I am unable to kill. It holds on to many of my dlls. As I am logged onto this 64bit Win7 machine as Administrator, I would expect to be able to kill any process I wish to. I tried (from Administrator command prompt): End Task from Task Manager. TASKKILL /F /IM devenv.exe PSKILL devenv.exe None return any error and TASKKILL and PSKILL returned success messages of terminating/killing the process. But devenv.exe still