windows-10

npm install error: “The build tools for v120 (Platform Toolset = 'v120') cannot be found”

一笑奈何 提交于 2019-12-02 17:37:45
While running an npm install that required a node-gyp rebuild, the following build error was thrown: MSB8020: The build tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, please install v120 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution" System Information Windows 10 (x64) Visual Studio 2015 node v0.12.7 npm v2.11.3 node-gyp v2.0.1 tl;dr Use the msvs_version param: npm install --msvs_version=2015 What if the msvs_version

Remote access Jupyter notebook from Windows?

陌路散爱 提交于 2019-12-02 17:19:54
I usually access Jupyter notebook running on Linux from Mac OS X via port forwarding like following: https://coderwall.com/p/ohk6cg/remote-access-to-ipython-notebooks-via-ssh Is it possible to do similar thing from Windows 10 instead of Mac OS? I guess putty or WSL offer one. https://www.akadia.com/services/ssh_putty.html https://superuser.com/questions/1119946/windows-subsystem-for-linux-ssh-port-forwarding Yes, you can create an SSH tunnel to connect to the Jupyter Notebook web interface using PUTTY on windows. Before proceeding, make sure that the Jupyter Notebook instance is up and running

How to programatically detect and locate the Windows 10 SDK?

回眸只為那壹抹淺笑 提交于 2019-12-02 17:19:22
TL;DR Is there a Windows registry key (or other easily-programmable way) to find & detect the Windows SDK, which works for SDK V10.0? I am doing something similar to this , i.e. making use of some of the tooling accompanying the Windows 10 SDK . I am looking for a programatic way to detect and locate the Windows SDK . This technique must work for (at least) version 10.0 (current as of this question). Preferably, I would like a technique that works for all versions (and world peace would be nice too). Previous versions (at least up to V8.1A - as was included with Visual Studio 2013) were

Windows Mobile Device center stops working after Windows 10 1703 upgrade

元气小坏坏 提交于 2019-12-02 17:11:37
i just installed new Windows 10 version (1703) and now i'm not able to connect any Windows CE device because Windows Mobile Device center 6.1 doesn't run. I tried to reinstall it but there is no way, the install process stops. Do i have to downgrade to a previous version of Windows? Is there a workaround for this situation? Thanks for your advices regards UPDATE: Some good suggestions which seem to work are now at this web page. https://social.technet.microsoft.com/Forums/office/en-US/9cab3e8e-6cc4-48e4-8ed9-d595bc83f04b/windows-mobile-device-centre PREVIOUS: I am able to get Windows Mobile

Can't open local iis site in ie edge

久未见 提交于 2019-12-02 16:36:48
I have a site set up locally to do development on it and I have added it to iis and edited my host file with the url (see below). However, when I browse to the url I only get the "hmm, we can't reach this page" message. The site works well in all other browsers including ie 11 so I was wondering if there are any settings to get local sites to work on edge. I have been searching and could only find this related post , but the accepted answer on that makes no difference to me as the option is already checked on my edge. I have also tried the rebooting and flushing my dns but both didn't work. I

UWP limitations in desktop apps

雨燕双飞 提交于 2019-12-02 16:09:48
I know that the new UWP app model has some limitations when comparing to "traditional" Win32 apps. Let's take Visual Studio Code as an example of a desktop app. What features of Visual Studio Code were missing or had to be different from user perspective, if it was an UWP app? EDIT: I've done exams for microsoft certification "Essentials of Developing Windows Store Apps Using C#" and Exam 70-355: Universal Windows Platform – App Data, Services, and Coding Patterns. So I know something about win rt api. Please don't bother with answers like "uwp app runs in sandbox". They are useless, because

Bash for Windows 10 gcc won't compile c files pasted into the root directory

最后都变了- 提交于 2019-12-02 15:58:06
问题 As the title suggests, if I paste a c file written somewhere else into the root directory of the Linux Subsystem, I can't compile it. I did a test where I made two differently titled hello world programs: one in vi that I can get into from the bash interface, and one elsewhere. When I compiled the one made in vi, it worked fine. Trying to do so for the one made elsewhere (after pasting it into the root directory), however, resulted in this: gcc: error: helloWorld2.c: Input/output error gcc:

DirectShow Virtual Camera does not appear in the list on some configurations

守給你的承諾、 提交于 2019-12-02 14:53:00
问题 I'm using DirectShow filter as virtual camera (CLSID_VideoInputDeviceCategory). It's working good but some apps/configurations do not display this feed as source. For example on win 8.1 I can see this source in Chrome/Firefox via webrtc. But in win 10 - chrome does not show this source in the list (but FF does). Also adobe flash does not show it in the list everywhere. What is important for me now is to make it available on win 10 /chrome. What may affect on this and how to fix it? Update

Copy Files from Windows to the Ubuntu Subsystem [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-02 14:48:20
I have enabled developer mode and installed Bash on Ubuntu on Windows . My home directory can be found under %localappdata%\Lxss\home\<ubuntu.username>\ , i have created a sub-directory called Pictures such that the full path should be on windows: C:\Users\<windows.username>\AppData\Local\lxss\home\<ubuntu.username>\Pictures on bash: /home/<ubuntu.username>/Pictures if i create a file from bash using the command touch hello.txt i can freely see this file in the windows UI and copy it to my Desktop. However, if i create a new text file from the windows UI and save it in C:\Users\<windows

How to connect Cortana commands to custom scripts?

拜拜、爱过 提交于 2019-12-02 14:38:21
This may be a little early to ask this, but I'm running Windows 10 Technical Preview Build 10122. I'd like to set up Cortana to have custom commands. Here's how she works: Hey Cortana, <she'll listen and process this command> Microsoft will process the command and if there isn't anything for it, she'll just search the input on bing. However, I'd like to be able to say something like, just for example Hey Cortana, I'm going to bed now And have the input I'm going to bed now trigger run a batch script, a VBScript, a command, or any some sort some of custom response that basically does the