windows Questions

3

Solved

I am able to start my Windows MAUI app using an URI, and I can get the URI itself. But, it appears that a NEW instance of the app is being created. This is not ideal for me -- if my app is already ...
Irrelevancy asked 21/10, 2022 at 23:17

2

Solved

Is it possible to set the console font and font size, as I would with "Edit->GUI preferences", programmatically? What would a function for this look like? I am on windows.
Knott asked 5/2, 2013 at 16:38

2

Solved

Recently, after upgraded my Windows 10 to Windows 10 22h2 (build 19045), Visual Studio 2019 cannot start, because the 32 bit version of powershell.exe is failing: "c:\windows\syswow64\windowsp...

8

Solved

I have a bat script that I'd like to make work on windows/Mac/linux, but I read .bat is only for windows. How can I make this script work on Mac and linux, or what type of script can I write that w...
Sturgeon asked 16/11, 2011 at 18:50

2

I want to copy public keys to my server from a windows system. And the problem I have is, that I don't get the path to the key. I've tried things like: ssh-copy-id -i C:/Users/username/.ssh/mykey...
Nappie asked 23/8, 2019 at 15:26

6

Solved

I'm using the newest version of Visual Studio Code and Python 3.6 (64 bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I try to run a si...
Macule asked 24/9, 2019 at 18:6

5

Solved

I'm using windows 10 and I got rid of python 3.8 and installed 3.7 as the only python version on my system. When trying to install libraries using pip I now get the error: Fatal error in launcher: ...
Dominy asked 13/8, 2020 at 13:44

7

Solved

I'm creating a dialog with the resource editor of Visual C++. When I run the test button of the editor, components of the dialog are displayed with a modern look, while when running the applicati...
Strangles asked 22/6, 2009 at 7:37

1

Is there an equivalent of the GNU "strip" tool for Windows? I'd like to strip out the names of any internal symbols from a static library, so that running dumpbin /symbols mylib.lib will no longer...
Soundless asked 16/10, 2016 at 22:20

4

Solved

On my Windows 10 Pro 64-bit PC, when I go to WMI Control in Computer Management under "Services and Applications" and select "More Actions" -> Properties, it displays the fol...
Gossamer asked 5/10, 2021 at 14:6

9

I created a Flutter project, that targets Android, iOS, macOS, Linux and Windows. It works well on both Android and iOS, but when I try to compile it on Windows 10, I got the following error: /C:/U...
Oxytetracycline asked 25/6 at 19:24

5

Solved

Installed clean windows10(1607) and intellij idea(2020.1.2 community edition). When i create new gradle project Invalid Gradle JDK configuration found. Open Gradle Settings "gradle-wrapper.prop...
Sulphurous asked 8/6, 2020 at 16:24

4

I am trying to add a Windows Media Player object to my Windows form but it pops out an error: Failed to create compopnent 'AxHost'. The error message follows: 'System.Reflection.ReflectionTypeLoad...
Spahi asked 29/3, 2016 at 3:52

5

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: python -m pip install --upgrade pip Upgra...
Salade asked 18/12, 2021 at 13:17

3

Solved

I want to return only those applications which get listed under "Apps" category in the Windows task manager and NOT all of the running processes. The below script returns all processes which I don'...
Knowling asked 22/2, 2019 at 13:10

5

Solved

Everyone knows the Run window that you can open with the shortcut Windows+R or directly in the Windows menu then Run. I'm wondering how to open this Run window programmatically. This window seems t...
Diaphragm asked 12/10, 2011 at 8:59

1

I would like to toggle light / dark mode on Windows 11 programmatically. Existing solutions are unsatisfactory: use the Registry values "AppsUseLightTheme" and "SystemUsesLightTheme...
Galicia asked 13/1, 2023 at 9:13

2

I have Docker installed on my Windows OS. There is my volumes filed of docker-compose.yml: volumes: - "/var/run/docker.sock:/var/run/docker.sock" I just can't figure out how /var/run/docker.soc...

5

I am trying to create a class with the name "SlotContent" but the file content is not highlighting shown in the picture For every other file the syntax highlighting works totaly fine. I T...
Larose asked 1/9, 2022 at 17:13

1

I am trying to install the cryptography module for python yet I keep getting errors and so far I have been able to solve each one as they come including: error: Unable to find vcvarsall.bat mysql...
Vaios asked 11/5, 2015 at 3:46

5

Solved

I'm attempting to force a VM to log the current user out and send the session to the console via running a .bat script. I can get this working if I manually run a .bat file on the VM which contain...
Elsey asked 11/7, 2016 at 14:55

3

How do I use the SET command in windows for floating point arithmatic. /A stands for arithmetic and %VAR% prints the data of VAR not the name. For example when I do: SET /A VAR="2.5+3.1" ECHO %VA...
Stormy asked 20/9, 2014 at 16:59

4

Solved

On Windows, you can call SetProcessAffinityMask for a process and SetThreadAffinityMask for a thread. However, Windows only appears to expose GetProcessAffinityMask and not a similar API for indivi...
Drag asked 6/7, 2011 at 19:30

2

Solved

I have a 16gb compressed zst file. how would I decompress it on windows? I do not have the memory to handle the decompressed version, so it needs to be written straight to a file.
Benildas asked 10/1, 2020 at 4:56

5

I want to run jupyter notebook on windows, but it always left a blocking terminal "window command prompt", how can I avoid it and let the jupyter server run in background?
Purim asked 30/6, 2016 at 8:50

© 2022 - 2024 — McMap. All rights reserved.