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:

11327 questions
524
votes
11 answers

Disable beep in WSL terminal on Windows 10

How to disable visual and audio bell/beep in WSL on Windows 10?
Andrea Tulimiero
  • 13,935
  • 5
  • 17
  • 25
379
votes
11 answers

IIS Manager in Windows 10

How do you open IIS (Internet Information Services) Manager using Windows 10? I have installed the developer preview of Windows 10 and can't seem to find IIS Manager? It is not in Control Panel > Administrative Tools. When I browse to the folder…
MattyMerrix
  • 9,675
  • 4
  • 18
  • 30
355
votes
5 answers

How does Windows 8 Runtime (WinRT / Windows Store apps / Windows 10 Universal App) compare to Silverlight and WPF?

I am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. I know you can use it with XAML and it is based on .NET so C# and VB.NET can be used to write the apps, but then it seems to have something to do…
227
votes
16 answers

How can I auto-elevate my batch file, so that it requests from UAC administrator rights if required?

I want my batch file to only run elevated. If not elevated, provide an option for the user to relaunch batch as elevated. I'm writing a batch file to set a system variable, copy two files to a Program Files location, and start a driver installer. If…
PDixon724
  • 2,273
  • 3
  • 12
  • 4
214
votes
3 answers

Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058"

When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent I get the error unable to start ssh-agent service, error :1058 When I check of the service is running via…
quervernetzt
  • 5,739
  • 4
  • 17
  • 36
209
votes
13 answers

Copy Paste in Bash on Ubuntu on Windows

How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: ctrl + shift + v right click to paste Any suggestions?
197
votes
14 answers

Where is adb.exe in windows 10 located?

I installed android studio 1.5 on windows 10. When I type in command line: adb I get command not found. Where can I get it from or where is it installed?
yarek
  • 8,962
  • 25
  • 93
  • 180
190
votes
23 answers

Failed to open/create the internal network Vagrant on Windows10

I upgraded my Windows 10 to the last update yesterday and now, when I launch vagrant up command, I get this error : ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an…
Mathieu Lescaudron
  • 6,832
  • 4
  • 29
  • 44
175
votes
10 answers

How to install and use "make" in Windows?

I'm following the instructions of someone whose repository I cloned to my machine. What I want is simple: to be able to use the make command as part of setting up the code environment. But I'm using Windows, and I searched online only to find a…
Hashem Elezabi
  • 1,893
  • 2
  • 9
  • 7
169
votes
3 answers

Why is my command prompt freezing on Windows 10?

I'm adding this question after spending an entire day wrestling with this incredibly frustrating feature of the Windows 10 command prompt which made me think there was something wrong with my console application code. I hope it will help…
Shaun Rowan
  • 8,261
  • 4
  • 26
  • 49
148
votes
9 answers

How to install OpenSSL in windows 10?

I have a question about how and what is the version of OpenSSl that I must install in Windows to later create certificates. Install a one version (openssl-1.0.2d-fips-2.0.10) found in SourceForge but it does not generate the files correctly. There…
gemita
  • 1,645
  • 2
  • 6
  • 8
138
votes
11 answers

Docker on Windows 10 "driver failed programming external connectivity on endpoint"

I am trying to use $ docker-compose up -d for a project and am getting this error message: ERROR: for api Cannot start service api: driver failed programming external connectivity on endpoint dataexploration_api_1…
Sockness_Rogers
  • 1,693
  • 2
  • 10
  • 19
138
votes
12 answers

Windows 10 SSH keys

I am having a really hard time getting my SSH keys up and running after installing Windows 10. Normal method is create it and throw it in the user's account under .ssh. This folder does not appear to be available in Windows 10. Anyone else run…
Rudenate3
  • 1,577
  • 2
  • 10
  • 12
134
votes
20 answers

TortoiseSVN icons overlay not showing after updating to Windows 10

I had been using Windows 8 and TortoiseSVN icons have been displaying properly, but after installing Windows 10 I can no longer see the icons for the files/folder status.
user3340627
  • 2,735
  • 4
  • 29
  • 72
126
votes
11 answers

Conda command is not recognized on Windows 10

I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I open the Command prompt window and try to write conda list I get the 'conda' command is not…
alex
  • 1,263
  • 2
  • 6
  • 6
1
2 3
99 100