Category "windows"

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

Python os.system() call runs in incorrect directory

My coworker is having trouble with a Python install. When running the code below, from 'C:\my\folder\', 'C:\' is returned instead of the current working direct

Can a thread call SuspendThread passing its own thread ID?

Can a Windows thread suspend itself with SuspendThread()? I can awake it from another one but, can it call SuspendThread(GetCurrentThreadId())?

How to execute MSI file on Github Actions (windows-latest runner)

Context I created a Github Actions workflow that generates a .msi file that I wan't to execute afterwards to test if the application is working as expected. The

Why does Vim on windows use \n for searching?

So I was changing code from foo() { to foo() { and I noticed that the searching pattern required me to search for \n, but when I tried to replace it with

TOX can't find the browser binary

I met a strange issue - I'm running Selenium tests with Tox on local machine (Windows 10) and it can't find the browser binary unless I pass all env variables t

Powershell - windows hard-disk health status is giving inconsistent results

I am using the below PowerShell script to fetch hard-disk health status of windows machine: Get-PhysicalDisk | Select HealthStatus Issue: For few of the machine

Set up Python simpleHTTPserver on Windows [duplicate]

I want to set up Python SimpleHTTPServer on Windows XP. I have Python installed on my computer. I am executing the following command: python

Unable to create '/git/index.lock': File exists - but it doesn't

I'm getting this message when trying to rebase interactively using source tree. If no other git process is currently running, this probably means a git process

Is it possible to use output redirections from a cmd file using start?

I want to have a cmd file with something like: :one start /wait (blabla1.exe -q -m 1>blabla1.log 2>&1) :two start /wait (blabla2.exe -q -m 1>bl

SQLite3.exe shell not successfully creating database?

I am trying to create a sqlite3 database on my windows 7 64 bit machine. I have downloaded sqlite-shell-win32-x86-3071700.zip from http://www.sqlite.org/downloa

libtorch throws c10::error after build on Windows 10 (VS2019)

I've tried to build libtorch on Windows 10 using VS 2019 without CUDA and Python. Independent if I compile it with or without MKL, a simple test program crashes

I am making a calculator and I get TypeError: can only concatenate str (not "int") to str [closed]

I was making a graphic calculator and I just received an error. Here is the code: from tkinter import * from PIL import * window = Tk() window

PowerShell Cannot dot-source this command because it was defined in a different language mode

I've created a Windows application package using Visual Studio and when I run Add-AppDevPackage.ps1 script I get this error on some computers. Cannot dot-sourc