Questions tagged [windows-10]

The successor to Microsoft Windows 8.1 which combines features from Windows 7 and 8.1, including touch-interface and restored Start Menu. This tag exclusively is for programming questions related to Windows 10; general software issues not directly related to programming should be directed to Super User.

Windows 10 was released on July 29th, 2015 and is the successor to Microsoft Windows 8.1 which combines features from Windows 7 and 8.1, including touch-interface and restored Start Menu. It has some important changes which affect developers.

Windows 10 is the latest OS launched by Microsoft. Users can upgrade to Windows 10 from Windows 7 and Windows 8.1, provided they have a genuine version.

At the Build conference 2015, Microsoft announced the fact that Windows 10 will be designed to run on every conceivable device, from desktops and phones, to IoT devices and televisions.

A few of the changes include:

  • Unified platform for desktop and mobile; will be replaced by Windows 10. Developers will now develop for the (Universal Windows Platform), a set of libraries that can be updated independent of the OS and will be common to , , and .
  • Integration
  • Better integration, including streaming games from your console.
  • New browser (codenamed Spartan).
  • Support for holographic computing.

Official link:

Related Tags:

Useful links:

12165 questions
28
votes
7 answers

C++ How to detect Windows 10

I have written a PC auditing tool many years ago and have been keeping it up to date. One of basic functions is reporting the version of Windows running on the PC being audited for which I have always used the GetVersionEx call. This works up to…
user1169502
  • 368
  • 1
  • 5
  • 13
28
votes
1 answer

How do I create file hardlink in PowerShell on Windows 10?

How do I create file hardlink in PowerShell on Windows 10? PSCX has New-Hardlink, but is it still needed on Windows 10? You could always shell out to mklink, but from powershell that requires you prefix the command with cmd /c, which is ugly and…
yzorg
  • 4,224
  • 3
  • 39
  • 57
28
votes
5 answers

JavaFX ComboBox not responding on Windows 10

I recently upgraded to Windows 10 and JavaFX code which worked in Windows 8.1 appears to freeze up in 10. I've tracked the issue down to opening a ComboBox within a dialog. This appears to freeze any JavaFX program. Does anyone else have the same…
Jamie Macaulay
  • 794
  • 6
  • 20
28
votes
4 answers

What's the cleanest way to remove Homestead and Vagrant from a Windows system?

I followed the instructions in Laravel docs to install Vagrant and Homestead on Windows 10, but now I've decided to move the whole development stuff to another dedicated server running Debian. I need to fully remove Vagrant, Homestead, Composer as…
aalaap
  • 4,145
  • 5
  • 52
  • 59
27
votes
5 answers

Python: How to open a folder on Windows Explorer(Python 3.6.2, Windows 10)

If I store the path that i want to open in a string called finalpath which looks something like this: "./2.8 Movies/English/Die Hard Series" then how do i open this in Windows Explorer?(Windows 10)(Python 3.6.2) P.S I know many people have asked…
27
votes
1 answer

repositories.cfg could not be loaded in Windows 10

while installing native-script i got repositories.cfg could not be loaded error , please help me debugging it. It would help me if you can give the way to download the file externally. The code i used was..... @powershell -NoProfile -ExecutionPolicy…
27
votes
5 answers

Cannot connect the virtual device sata0:1 because no corresponding device is available on the host

Cannot connect the virtual device sata0:1 because no corresponding device is available on the host. The error pops up when I enable the host/guest share and map the drive. I have installed the VMware Tools, etc. I tried to delete and then add back…
Sam-T
  • 1,877
  • 6
  • 23
  • 51
27
votes
6 answers

Windows Defender - Add exclusion folder programmatically

I was checking out different keyloggers for research purposes and stumbled upon Refog: https://www.refog.com/keylogger/ This program could catch a lot of system events, but what really caught my attention was something else. The program created a…
Ogglas
  • 62,132
  • 37
  • 328
  • 418
27
votes
0 answers

Cordova - check_reqs module is missing for platform. Skipping it

I am having issues with a Cordova application originally built on Ubuntu but when I try to load the very same Cordova application onto my Windows 10 machine I get into issues. When I run the following command this is the response I get : $ cordova…
Zabs
  • 13,852
  • 45
  • 173
  • 297
27
votes
15 answers

Windows Phone emulator not starting (couldn`t setup the UDP port)

After updating Windows 10 to build 10061 windows phone emulators (all 8.1 and 10) stopped starting. I get the following error: "Windows Phone Emulator is unable to connect to the Windows Phone operating system. Couldn`t setup the UDP port" I tried…
26
votes
8 answers

Windows 10 and Docker container logs / Docker Logging driver

I'm using Windows 10 with native docker installation. I'm looking for the location where docker save the containers logs. In Linux, the Docker containers log files are in this…
tvautrin
  • 263
  • 1
  • 3
  • 4
26
votes
1 answer

How to create Java project in Netbeans, without using Maven as default?

I'm currently trying to create a basic Java project. The first option that appears is "Java with Maven", which I already used, but isn't giving me the "Create Main Class" option that I need. I'm using Apache Netbeans IDE 11.0, running on Windows 10,…
Chris Kcas
  • 363
  • 1
  • 3
  • 9
26
votes
1 answer

Mount disk image on WSL (Windows subsystem for Linux)?

I'm using Ubuntu and I have created a full copy of my system SSD hard drive with the following command: dd if=/dev/sda of=ubuntu.iso and saved it on a backup HDD which is an NTFS drive. I'm now on Windows 10 PRO and want to mount this image using…
26
votes
2 answers

sh: 1: rimraf: not found whenever I run npm run build within vagrant installed on Windows 10

I want to run a webpack project within Vagrant (installed on Windows 10) where I embedded a Ubuntu 16.04 virtual machine. I was able to install npm 5.6.0 and nodejs v8.9.4 very successfully. I tried to run npm install to install all my…
kabrice
  • 1,475
  • 6
  • 27
  • 51
26
votes
10 answers

howto install pygraphviz on windows 10 64bit

Has anyone succeeded in installing pygraphviz on windows 10 64bit? I tried anaconda with python 3.5 64bit & 32bit with no success. Here is the error I am getting with python 3.5 32bit on win10 64bit python -m pip install pygraphviz…
Hynek Los kamute
  • 566
  • 1
  • 4
  • 15