windows Questions

4

Solved

I am working on a project with a GitHub repo. I've been able to "add *", "commit" and "push" everything without a problem in the last 3 months. Now I downloaded a data...
Capitalize asked 22/10, 2021 at 18:37

3

Solved

I am trying to use my app as a windows desktop, but I get this error in the console: Building Windows application... CMake Error at flutter/ephemeral/.plugin_symlinks/native_pdf_renderer/windows/Do...
Darden asked 4/2, 2022 at 20:14

3

Solved

What I'm trying to accomplish is a C# application that will read logs from the Windows Event Logs and store them somewhere else. This has to be fast, since some of the devices where it will be inst...
Charolettecharon asked 22/11, 2018 at 11:54

3

Solved

Problem Until about a week ago, my clients site on a sub domain (app.xxx.com) worked fine and we haven't pushed anything major between now and then, but now on Chrome (117.0.5938.132) on Windows it...
Boar asked 4/10, 2023 at 20:51

3

I need to use a command line on Windows OS to generate the base64 data of a specific file on the screen (without generating a file). I have see that on Unix system is sufficient to use cat <file...

9

Solved

Does anyone know of a utility (for Windows or Linux or MacOSX) that will append the selected contents to the clipboard? Rather than killing what's already there...(maybe using a different keyboard ...
Subminiature asked 6/2, 2009 at 21:57

10

I need to resize a window larger than screen resolution or size of desktop, programmatically & preferably also manually. Since MS-Windows XP/Vista disallows a window size larger than screen, d...
Phantasm asked 15/1, 2009 at 7:4

2

I got this error when launching old flutter app for dekstop windows. I was to try change version on every CMakeList.txt to 2.8...3.5 on windows folder, nothing happened and I got another error. an...
Curia asked 21/12, 2023 at 2:9

5

I have a shared network folder \\some.domain.net\Shared that contains multiple shared subfolders with different permissions for different users. I wish to open connections to multiple subfolders fr...
Maricruzmaridel asked 7/1, 2014 at 16:7

5

Solved

I am currently using Windows 11 but I assume it's the same steps for Windows 10. I've searched everywhere, and there is not a single tutorial that shows how to succesfully install OpenSSL on Window...
Tobias asked 25/5, 2023 at 11:1

4

Solved

I'm using Ubuntu and Windows on the same machine, and always have problem with incorrect time when booting into Windows, so I like to execute w32tm /resync at startup. So I'm trying to put this co...
Internationalize asked 12/4, 2014 at 23:35

4

Solved

I have a windows batch file that does this: for %%s in (*.sql) do call It loops through all the sql script in a folder. In the folder the file names are like: s4.06.01.sql s4.07.01.sql s4.08.01....
Lobworm asked 31/8, 2010 at 6:22

1

I`m using PHP on Windows since two weeks. Until now i don´t had any problems what so ever. But now i need to change something in my "php.ini" and i can´t do it because no file is loaded as a config...
Tearing asked 8/5, 2017 at 14:24

2

Solved

When I am running Git Bash, I occasionally accidentally press CTRL+I and this freezes up the terminal for quite a long time, before releasing. I have tried CTRL+D, CTRL+Q, CTRL+C thereafter,...
Careaga asked 30/8, 2017 at 22:1

5

Solved

This is the code I'm running: import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; public class Main { public static void main(String[] args) ...
Buggy asked 11/8, 2014 at 7:42

6

Solved

I am trying to install OpenCV from Unofficial Windows Binaries for Python Extension Packages. I downloaded the following file : opencv_python‑3.4.3‑cp37‑cp37m‑win_amd64.whl, and when I did pip i...
Quite asked 21/10, 2018 at 11:24

6

Solved

I want to change the button content depending on the previous content click. For example, if its Add then it should change to Save, and if it is Save then it should change back to Add. I know how...
Lamanna asked 4/4, 2012 at 3:10

4

I've been using pyenv for the past year in my ubuntu 22.04 under wsl2. It works fine, and I have no issues with installing python versions and setting them up for a project. I now have a windows ap...
Heated asked 30/3, 2023 at 0:20

2

Solved

i have a repository which consists of following two files, which builds an windows docker container with visual studio buildtools installed and pushes it to the registry provided by gitlab for my r...
Wilhelm asked 8/12, 2020 at 12:38

5

My PC is Windows 10 Pro, 22H2 In my closed work environment, I SSH from Windows command line into many devices that all have the same IP (one at a time, not concurrently on my network at the same t...
Outermost asked 1/2, 2023 at 17:56

5

I read a little of the help for my advanced installer 6.5.1 and couldn't find a way to change the version string except by hand.

3

I don't know how to fix this error (for pip install transformer on windows): error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available f...
Mosqueda asked 11/1, 2023 at 15:10

3

When I start to installing using installutil it gives me following error, I have set ServiceInstaller and ServiceInstallerProcess, System.InvalidOperationException: Installation failed due to th...
Exhaustless asked 4/5, 2010 at 12:43

6

Solved

I download "SharpKeys.exe" from here. It works well. But I want to change "Pause/Break" to another, this app cannot recognize this key correctly. Does any one know the scancode? Thx
Hyperbaton asked 9/8, 2016 at 9:2

2

I am writing a golang command line program that accepts user input. This input string has to be converted to UTF-8 and sent to another server for processing. On Linux, the terminal encoding is almo...
Scrimp asked 6/10, 2016 at 1:23

© 2022 - 2025 — McMap. All rights reserved.