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
84
votes
13 answers

Change Docker native images location on Windows 10 Pro

This is not a duplicate of Change Docker machine location - Windows I'm using docker native, version 1.12.1-stable (build: 7135) on Windows 10 Pro with Hyper-V enabled. So docker is not running with VirtualBox nor do I have the folder…
foobar443
  • 2,339
  • 3
  • 23
  • 31
84
votes
3 answers

Does MAX_PATH issue still exists in Windows 10

Can someone please tell us/me if the MAX_PATH issue still exists in (the technical preview of) Windows 10. And if it exists: How many characters can a path and an individual file name have?
dkeck
  • 1,072
  • 1
  • 8
  • 13
80
votes
13 answers

rc.exe no longer found in VS 2015 Command Prompt

I just installed Windows 10 Creators Update (version 10.0.15063). I have multiple versions of Visual Studio installed (2012, 2013, 2015 and 2017). I installed VS 2017 only a couple weeks ago. Problem CMake (version 3.8.1) no longer finds the C/C++…
François Beaune
  • 4,270
  • 7
  • 41
  • 65
80
votes
7 answers

Ctrl Alt F8 disconnects displays?

Learning debugging in PhpStorm and keep accidentally hitting Ctrl + Alt + F8. I use 3 displays this disconnects the two remotes and goes back to just the laptop. I cannot see this documented anywhere (running Win 10). The worst part is that hitting…
BeNice
  • 2,165
  • 2
  • 23
  • 38
80
votes
8 answers

Cannot install Windows SDK 7.1 on Windows 10

I'm a software developer with a Windows 10 PC. I have to support some older software written in Visual Studio 2010 using Windows SDK 7.1 In trying to set up the development environment, I have successfully installed VS2010, and come to install…
Greg
  • 935
  • 1
  • 7
  • 7
80
votes
8 answers

NetBeans IDE scaling on Windows 8/10

I'm trying to run NetBeans under Windows 8.1 on a screen with a high DPI. Windows itself has scaling enabled to 400% and everything else looks just fine. However, when I start NetBeans, it runs as if there's no scaling enabled and I just see tiny…
mmvsbg
  • 3,570
  • 17
  • 52
  • 73
78
votes
8 answers

Vagrant with VirtualBox on Windows10: "Rsync" could not be found on your PATH

I've used Vagrant for a while on a windows 7 system. Now I've a new PC with windows 10. I installed Oracle Virtual Box and Vagrant and I try to start a machine with the command vagrant up. The Vagrantfile is the same file that I used on my windows 7…
Stefan H
  • 1,063
  • 1
  • 10
  • 18
75
votes
16 answers

"A Setup Package is either missing or damaged" error while installing Visual Studio 2015 on Windows 10

During the installation of Visual Studio 2015 Community on Windows 10 the following error occurred for me: A Setup Package is either missing or damaged. Since vcredist_x86.exe and vcredist_x64.exe files correspond to Visual C++ Redistributable…
Vadim Gremyachev
  • 57,952
  • 20
  • 129
  • 193
75
votes
10 answers

Why does Microsoft Edge open some local websites, but not others, where the domain name is routed to 127.0.0.1 in hosts file

Like a lot of programmers, I test sites locally. I use the hosts file to map domain names to my local ip (127.0.0.1). I use qualified domain names, usually with a "d" subdomain (for "development"). For example: d.somewebsite.com…
Evan de la Cruz
  • 1,966
  • 1
  • 13
  • 17
73
votes
6 answers

Docker - Bash: IP: command not found

I'm currently trying to set up a hyperledger fabric network using docker toolbox, based on the guide HERE When it comes to "Starting up validating peers" step, I followed and entered ip add into the terminal, but it returns bash: ip: command not…
ZenX0904
  • 743
  • 1
  • 5
  • 7
73
votes
2 answers

How do I solve the "server DNS address could not be found" error on Windows 10?

After installing Windows 10, I am continuously getting the "server DNS address could not be found" error. I will be able to use the Internet for 4-5 minutes, and after that for 20-25 min I will get the above error. How do I resolve this issue?
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
72
votes
5 answers

Windows 10 Bash (Ubuntu) - How to scroll up?

I have bash installed on my W10 laptop, but one thing that is very frustrating is I can not scroll up. Does anyone know of a way to enable scrolling with the mouse wheel? I could not find anything after many google searches. Context: If I compile…
kebab-case
  • 1,732
  • 1
  • 13
  • 24
70
votes
4 answers

How to remove the Win10's PATH from WSL

I use Windows Subsystem Linux(Ubuntu 18.04) in my Win10, and I install a Maven in it. Besides, I install a maven in Win10 before. Now when I used mvn compile in WSL, it told me that maven compile fail. I use which mvn and find that it references to…
Sineatos
  • 827
  • 1
  • 7
  • 13
69
votes
12 answers

Jenkins pipeline sh fail with "cannot run program nohup" on windows

I have windows 10 and I want to execute the sh command in the Jenkinsfile from Jenkins pipeline using bash for Ubuntu for windows, but it doesn't work I have the following stage in my Jenkins pipeline : stage('sh how to') { steps { …
flopic
  • 1,039
  • 4
  • 10
  • 14
68
votes
6 answers

Very slow (tortoise)SVN compare to base since win 10 Fall Creators Update [Local Repo]?

I've noticed an immense delay (just sitting there doing nothing) since upgrading to the latest version of windows while using tortoiseSVN to compare any file to its base version [TortoiseMerge]. I was on the fast track and got the fall creators…
AngelicCore
  • 1,413
  • 3
  • 22
  • 40