Category "windows"

System.AccessViolationException inside windows docker container

I am running a 3d-modeling software inside a windows docker container. In the process of a simple run, i get an exception: Unhandled exception. (thread: (Id=2,

Can't port forward/port map from Hyper-V VM to Host IP Address via Virtual Switch NAT

I configured my network for my Ubuntu VM in Hyper-V such that it is connected to an internal network virtual switch, which is connected to my working Ethernet i

django-crispy-forms ModuleNotFoundError but can import in console

i've been trying to get crispy forms working for 3 hours now it's driving me nuts, please help! (or suggest another/better way to style forms in django?!) i hav

create-react-app: How do I "npm start" with a specific browser?

npm start starts the react server on the default browser, which is Firefox for me. I like Firefox for browsing but prefer Chrome in web development for its

PostgreSQL libpq windows 10 CMake missing PostgreSQL_LIBRARY

I'm rying to setup a CMake project under windows 10 using PostgreSQL. When I try to find_package find_package(PostgreSQL REQUIRED) I get the following error

Add Windows Credentials using PowerShell & cmdkey

I am trying to use credentials from some UI prompted to add Windows credentials using cmdkey: $sessionCredential = $host.ui.PromptForCredential("Need credential

Errors when connecting to MySQL local database

So, I have my local database, set it up, ran it from the windows services window. I open MySQL Workbench, and try to connect to the server. Hostname is localho

"Firebase cannot be loading because running scripts is disabled on this system", VSCode on Windows

I have installed the firebase tools, however whenever I try to initialize it in my rootfolder, using the terminal from Vscode, I receive the following error. Wh

Java 8 Performance Issues In Windows Server 2019

I have recently migrated some scheduled jobs from a Windows Server 2012 virtual server to a new Windows Server 2019 virtual server, and have noticed some notabl

How to create a dynamic local file path that changes based on the windows user

I have created a local windows filepath that is dynamic based on the user. C:\Users\%USERPROFILE%\rest_of_filepath This path works perfectly on my local mach

Qemu STM32 Emulation

I run stm32 blinky example on windows using Qemu plugins with eclipse. (https://www.youtube.com/watch?v=Zvbarf1CSGs&t=628s) I can see green led on and off a

Getting the error: bash: (program): cannot execute binary file: Exec format error, on both 32-bit and 64-bit Windows

There is a program developed for linguistic research (http://people.csail.mit.edu/mcollins/code.html). When I try to run the parser using Git bash terminal on W

Flip Horizontally Through the Context Menu in the Windows 10 File Explorer

When I right-click on an image in the Windows 10 File Explorer, I get the option to either rotate right or rotate left in the context menu, but not to flip hori

Best way to determine if a user can view a window

How can I determine if a user can see a window (fully or partially) at the screen using WPF/C#? I tried to define this using WindowState, but the window may be

Delete all file/directories from each subfolder windows shell

I have a question, I have the following paths: C:\Vendita\folder1\files and subfolders C:\Vendita\folder3\files and subfolders C:\Vendita\folder3\files and subf

Powershell Color Schemes?

Is there a place where I can find Powershell Color Schemes that people have already built? Something like https://github.com/lysyi3m/osx-terminal-themes, but fo

Python MAPI, windows service issue on windows server 2016

Im writing a script that downloads the attached document from every email in a subfolder of my Outlook inbox. The script works great when running from CMD or Py

Check if file is locked inside a batch file for loop

I have a script that runs through some files and copies them to another location. But the script needs to wait until the file is no longer being written to. I t

How to delete Node_modules folder in command line on Windows?

So, I should delete all node_modules in my project(I want that the node_modules folder become completely empty). Just removing folder manually does not suit me.

How to setup default rust compilation target on CI using rustup command on github actions?

I need to compile my code for both 32 and 64 bit windows. As far as I understand, I basically need to configure my CI so that this command: rustup default print