Top "Windows-10" questions

The successor to Microsoft Windows 8.1 which combines features from Windows 7 and 8.1, including touch-interface and restored Start Menu.

Pin program to taskbar using PS in Windows 10

I am trying to pin a program to the taskbar in Windows 10 (RTM) using this code: $shell = new-object -com "Shell.…

powershell windows-10
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 …

command-line windows-10 command-prompt freeze
How to set up working X11 forwarding on WSL2

When moving from WSL1 to WSL2 many things change; apparently this applies to X11 forwarding as well. What steps do …

windows-10 x11 windows-subsystem-for-linux x11-forwarding wsl-2
CMD opens window store when I type python

Today when I tryed to run a simple code on Sublime Text 3, the following message appeard: Python was not found …

python windows-10 sublimetext3
How to create virtual webcam in Windows 10?

I would like to take video from a webcam, render some text on the frames and do some motion tracking …

winapi windows-10 webcam directshow video-capture
Docker hello-world: authentication error

I'm just getting started with docker. I'm following the instructions specified here https://docs.docker.com/windows/step_one/ I …

docker windows-10
Can't open local iis site in ie edge

I have a site set up locally to do development on it and I have added it to iis and …

iis windows-10 microsoft-edge hosts-file
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 …

bash jenkins windows-10 jenkins-pipeline
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 …

windows-10 ubuntu-16.04 vmware-player
How to output to console in UWP on Windows 10?

Is there a way to write to console / command prompt / powershell (like Console.WriteLine()) or anything similar in UWP apps? …

c# xaml console windows-10 uwp