Category "windows"

Where can I find the Windows Task Scheduler exit codes list?

All I have found about the Windows Task Scheduler results are short details about just a few codes. Does anybody knows about a complete list? For example, I hav

Python3: writing csv files

I'm trying to use Python 3.2 on a Windows computer to write a simple CSV file, however I'm having no luck. From the csv module documentation for Python 3.2: &g

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 sys

Visual C++ 2022, Microsoft Store and MSIX manifest question

Hi! Would someone answer my question, please? I have a Visual C++ application linked against C++ DLL Runtime. It is converted to Microsoft Store app by MSIX Pac

Possible causes of java.io.IOException: CreateProcess error=5

What kind of problem(s) could cause Java's ProcessBuilder.start method to return an IOException with a note saying error=5? Specifically, we've seen a remote c

Windows Symlinks in Grunt Server

it seams I have a rather strange problem. I have a JS one Page application with a huge media pool. The media assets have a very short update cycle. Much shorter

Pressing Win + D causes an electron window that is not allowed to minimize to minimize on Windows 10

Using electron 16.9.1, I have built an app whose window is not allowed to minimize and whose alwaysOnTop property is set to false. To put it another way, the id

Unable to install the Android USB driver on Windows 7

So I want to use my new Nexus 5 for debugging my apps.I tried to install the Android USB driver via the device manager But my nexus is listed as portable devic

Can't start MySQL, port 3306 busy

I'm trying to start MySQL from XAMPP (under Windows Vista), but it's saying that's port 3306 is busy. What would be the best way with check what application is

How to create tar.gz file in windows by only one step?

I know that i can create tar.gz file by 7-zip in two steps. First step for tar format and second for tar.gz format. But is there a way to get tar.gz in only one

Qt 5.1.1: Application failed to start because platform plugin "windows" is missing

Edit: Some people started to mark my question as a duplicate. Do not forget that many similar questions existed when I asked this one (see e.g. the list below).

Distinguish between left and right shift keys using RAWINPUT

RAWINPUT provides two flags (RI_KEY_E0 and RI_KEY_E1) to check whether the left or right version of a key is pressed. This works great for CTRL, but not for lef

Windows batch file to process camera images

I am trying to create a batch file to take photos off a camera or sd drive (which are specific and don't change. I then want to move all the *.jpg to a differ

Is there a way in AutoHotkey to know between a mouse click and touchscreen click

I have two monitors one of them is a touchscreen. do somebody now a simple code in autohotkey. that you received a value, between a mouse click and a touchscree

how to get Oracle vm VirtualBox 6.0 and wsl working at the same time [closed]

when i Turn on Windows Subsystem for Linux option in Windows features on or off VirtualBox out an error every time i run a vm Call to WHvSe

How to get date in BAT file

I need to get today date in Window *.bat file. After it I would like to get day, month and year. How can I do this? I can't use PowerShell

Docker for Windows stuck at "Kubernetes is Starting" after updating to version 2.1.1.0 Edge (or Stable)

I recently updated my Docker for Desktop to latest Edge channel version: 2.1.1.0 on a Windows 10 machine. Unfortunately, after updating, Kubernetes was no longe

How to create a link without .lnk extension?

If I have a file named "C\Test\mypic.jpg", can I create a shortcut with path "C\Test2\mypic.jpg"? Windows always seems to add a ".lnk" suffix, which is unwanted

Greek VAT validation number code

Is there anybody which can assist me with a code in VB.NET visual studio 2010 for validating Greek TAX Registration number (VAT).

How to make a window modal to Page in WPF?

I know how to make a Window Modal to a Window I have a Page as my main window. I want to open a window and make it Modal to the Page. Is it possible? Does Page