Category "windows"

"System.ComponentModel.Win32Exception (0x80090308): The token supplied to the function is invalid" when TLS13 is enabled

After adding the below registry key to enable TLS1.3 on Windows Server 2022 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Proto

Windows or Visual Studio can't find the latest installed .NET SDK due to bitness

I've successfully installed the latest .NET SDK, but Windows doesn't recognize it. This is manifested by one of the following failures: dotnet --list-sdks does

C# - DataGridView ComboBoxCol Displaying Ghost Text of other Cells - Windows Form Application

As you can see in the image below the combobox col of the datagridview is displaying ghost images of text from higher rows. If you move the cursor over the text

How can i start the same process two times, but only with one uac?

Following problem: I want to start the cmd as administrator in C# with a process to get the UAC befor the code: var process = new Process(); var ps= new Process

Windows GIT using HTTPS client auth from smartcard token

On Windows, how does one configure GIT to prompt or otherwise use a client HTTPS certificate when connecting to an HTTPS repository that requires HTTPS Client a

Clion and cmd ssh WSL are refused on windows 10

I've configured WSL for my computer, and it work in WSL terminal successfully. zoom@Zoom:/etc/ssh$ ssh zoom@localhost -p 2222 zoom@localhost's password: Welcom

Can I use the System.Data.SqlClient provider to establish a connection with an Azure SQL Managed Instance? How about other SQL DBs?

Can I use a connection string with the System.Data.SqlClient provider to connect to an Azure SQL Managed Instance? Or just to a Microsoft SQL Server? If so, sho

'Access is denied' to Python 3.8 for PyCharm on Windows 10

Attempting to create a new project in PyCharm Community on Windows 10. Here are the settings for new project in PyCharm: I'm greeted with the error msg: Cannot

How can I take control of the input stream of a (virtual) audio device in windows?

My wish is to send my audio into the microphone as the input, then ohter applications can receive my audio through it. Solutions I found are: Stereo MIX. Virt

Why is Winver showing another Version than Powershell?

Hello Guys! Why is Winver showing me Windows Version 21H2 but Powershell Command 2009? Get-ComputerInfo | select WindowsProductName, WindowsVersion Info: With

Why does this cmd oneliner only work the second time it is called?

Consider the following code executed on a Windows (10) cmd (this is actually a simplyfied version of a script that shows an erronous behavior): type nul >>

Pyinstaller Is Not Recognized

I know this question has been asked before and I have researched and used the following steps to no avail, each one of them: Pyinstaller is not recognized as in

heroku pygame.error:Failed loading libasound.so.2

Help people, I have a project created with flask and this is running in heroku, the problem is when a try to use pygame, this return an error: pygame.error: Fai

Is it possible to create a virtual webcam based on a stream received over the network?

I have an application which requires webcam input for facial expression analysis. I want to host this application on a server where it can process a video strea

merge multiple sql files into single sql file with new line in Windows

I want to merge multiple sql files into single sql file. In windows terminal I am using below type command which is working fine. But during merge i need to add

The procedure entry point BCryptHash could not be located in the dynamic link library while setting up MongoDB shell

When I tried to setup the MongoDB shell version 4.4.6 in my windows 8 system I am getting the following error:- The procedure entry point BCryptHash could not b

unknown error on npm install "npm ERR! Unexpected token '.'" on using NVM-Windows, Node v17, NPM v8

This seems to be a semi-common error, but it's unclear to me what is causing it. I want to know what is causing this error and how can I resolve it. Using NVM I

not able to clone github repo with ssh

I am using windows 10, with Cygwin (for unix commands), and (git, OpenSSH) from scoop. Error: ❯ git clone [email protected]:tshrpl/avis.git Cloning into 'av

Cytoscape: Error 83, no JRE found Windows 10

We are a biotech company from which some users use Cytoscape. We normally "rollout" or "deploy" software silently with PDQ Deploy. Cytoscape has been working fo

find User in a list of servers PowerShell

I have a list of servers where I have to find a specific user 'adtuser', and if it is part of the admin group in each server, and output a text file. For the mo