Category "windows"

Installing Dolt on Windows 10

I was trying dolt out for windows for a project ran into this error Access to the path 'C:\ProgramData\chocolatey\lib-bad' is denied. I think its was permission

Git is not recognized in pycharm

I am trying to pull a github repository from bitbucket using pyCharm. I added the path to my git executable under version control / Git and installed the bitb

Get ipconfig result with python in windows

I am new here and just learning python. I need help to get the right mac-address of my network card in windows using python. I tried to search, and found these

Volume binding using docker compose on Windows

I recently upgraded my Docker Toolbox on Windows 10, and now my volume mounts no longer work. I've tried everything. Here is the current mount path: volumes:

How to fix "ssh permission denied please try again error" in git configuration on Windows

I am trying to configure git server and client on two local windows machines. I installed git software on both the machines. Enabled openssh server optional fea

Only clang-cl is supported on Windows when building project with webrtc

I am trying to build a project that contains webrtc. However compilation fails with this error : vendor\webrtc\src\base/compiler_specific.h(11,1): fatal error C

MalformedURLException on wildfly standalone properties file path

I am trying to use UsersRolesLoginModule for one of my applications. Configuration below works perfectly fine on my windows machine. When I use the exact same c

Binary file edit in Win CMD

How to split or edit binary file in Win CMD? I'm on Win 10 x64, and there's no DEBUG utility eg. to replace all 0a with 0d0a or change a byte value at some byt

Qt6 build error from source. Multi-config build is only supported by Xcode, Ninja Multi-Config and Visual Studio generators

I'm trying to build Qt6.3.0 from sources. I'm new in qt and trying to build static version. I'm use this tree: C:/Qt/6.3.0/Src C:/Qt/6.3.0/static In C:/Qt/6.3.0

Restart the waitress server when machin restarts

I am using the python waitress server to serve back code and IIS to server UI app. Right now the code is present in physical machine. So whenever the machine re

How to install Node 14 version on windows

I want to install Node.js version 14 on Windows but it is not installing instead it is showing below screen. But when I try to install Node.js v17, it is openi

ERROR: Could not build wheels for pymssql, which is required to install pyproject.toml-based projects

I have an issue with installing pymsql, any of you had a similar case? I've found the similar issue to my for M1 user Link Also I've try: Upgrade pip with: pyth

C# Service HttpClient reponse null

I have gone through all the possible posts and I have not found any solution that works for me (There is no more to see the mess in imports), please help. :( I

ERROR in datanode execution while running Hadoop first time in Windows 10

I am trying to run Hadoop 3.1.1 in my Windows 10 machine. I modified all the files: hdfs-site.xml mapred-site.xml core-site.xml yarn-site.xml Then, I executed

Tried to install oh-my-posh but it tells me that "the term is not recognized as..."

So I tried installing oh-my-posh for windows with Install-Module oh-my-posh -Scope CurrentUser and typed Get-PoshThemes to see the available themes which I down

GetFullPathNameA Returns Project's Path

When I tried the following code: char pathStr[MAX_PATH]; DWORD pathLen = GetFullPathNameA("notepad++.exe", MAX_PATH, pathStr, NULL); I got in "pathStr" the c

How to obtain public ip address using windows command prompt?

Any way of doing this through the command prompt without using any third party software or relying on powershell? A simple command would be great like on Linux

How can I obtain access to a networked location?

My program, when started up with the system, is unable to access a networked location: fn main() { ensure_network("\\\\SERVER\\".to_string()); } fn ensure_

How to get current directory using C language on Windows?

Can anyone tell me how to get the path of the current working directory on Windows?

Open a file's properties window using Java

This is a question only regarding Java in Windows. I need a method that will call this window: So essentially the method should be something like: public v