Skip to main content

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.

-1 votes
1 answer
57 views

Understanding PowerShell SessionOption OperationTimeout Behavior with Invoke-Command

I've set the OperationTimeout to 10 seconds, but when I run a command that sleeps for 20 seconds inside an Invoke-Command block on a remote computer, I don't get an error. Here's the code: $...
user2978216's user avatar
-3 votes
0 answers
25 views

why can't I enable virtualization windows? [closed]

I have a problem when I want to enable virtualization, I have checked the Virtual Machine Platform in the windows feature and checked some of the ones that are needed, but when I want to enable ...
Ikram Marbasy's user avatar
0 votes
0 answers
11 views

Floating windows resize down extremely small after powering off monitor [closed]

I have an LG 40WP95C-W (5120 x 2160) and every time I turn the monitor on after leaving it off for a couple of hours, the floating window sizes become very small. I am on Windows 10. I used to own a ...
Shant Hagopian's user avatar
0 votes
1 answer
100 views

Why may CreateFileMapping() throw error 87?

Having looked at this relatively recent example, I adopted its code: auto hFile = CreateFile(fileName, GENERIC_READ, FILE_SHARE_READ, // also tried 0 for exclusive NULL, OPEN_EXISTING, ...
BusterZo's user avatar
0 votes
0 answers
16 views

PowerBI slicer vs User Selection Interaction

I created a PowerBI Dashboard as part of a Job Simulation task and discovered a couple of weird behaviors of PowerBI desktop... First is this, For some reason, data in the table view is missing but ...
Rakesh Singh's user avatar
0 votes
0 answers
16 views

Windows exhibit multiple child/sub processes in Task Manager

I have a Python application that I'm running as a service using the pywin32 library. I have multiple Windows 10 servers, each hosting around ten Python services running the same code on different ...
Riyaz J's user avatar
1 vote
0 answers
67 views

How do I set a relative path for SQLite in workspace?

I am having a problem using a relative path with SQLx and SQLite. My workspace: workspace/ Cargo.toml .env base_dir/ db.sqlite binary_crate/ src/ main.rs The sqlx::query! ...
Matija Sirk's user avatar
0 votes
0 answers
27 views

How can I use both WSL2 and the Android Studio emulator?

I usually use WSL2+VSCode, but am starting to use Android Studio. I cannot seem to run both the Android Studio emulator and use WSL2 at the same time. I cannot install HAXM without first disabling ...
Jon's user avatar
  • 27
-1 votes
0 answers
25 views

Python, Visual Studio Code, installation error

Video course in italian language, minute 12:14 Dear all, I'm working on OS windows 10 with Visual Studio Code. The language is Python. I wanted to make an installation of the applications listed in ...
Uwe_98's user avatar
  • 777
0 votes
0 answers
44 views

javyfX application does not run gui correctly if no monitor connected

I have developed an application in java, specifically under java 8 using the javaFx library. Ultimately, the application is to run on a small computer without a connected display, collect data from ...
user25098746's user avatar
0 votes
0 answers
21 views

How do I align elements in a UWP Windows 10 Mobile app?

I have this simple layout in a Windows 10 Mobile app: <Page x:Class="Clock_Mobile.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http:/...
Auras's user avatar
  • 7,546
0 votes
1 answer
40 views

Right click open new powershell file open in PSIDE

I'm still running windows 10 and I'm currently still running psh 5.6 due to company policy. I have local admin on my machine so I can write to the registry. I'm trying to figure out the quickest way ...
Matt Williamson's user avatar
0 votes
0 answers
20 views

Encoding error while running Electron tutorial in Windows 10

I'm starting the intro tutorial for Electron in VS Code on Windows 10: https://www.electronjs.org/docs/latest/tutorial/tutorial-first-app. main.js console.log('Hello from Electron 👋') Instead of the ...
Meghan M.'s user avatar
  • 189
-2 votes
2 answers
48 views

Cannot continue installation because I don't have Microsoft account and Failed to create security key

I'm resetting my new laptop and re-installing Windows 10 Pro today (June 22, 2024) using installer media and directly downloaded from internet. Clean install and remove all files. After installation, ...
JMS786's user avatar
  • 1,099
0 votes
1 answer
122 views

Correctly getting system color for the borders

There is a WinAPI function GetSysColor(COLOR_ACTIVEBORDER) that's supposed to return this color, but on some systems the actual color of the borders is different from the standard (apparently, due to ...
user626528's user avatar
  • 14.2k

15 30 50 per page
1
2 3 4 5
816