Skip to main content

Questions tagged [windows]

Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com

0 votes
0 answers
29 views

Windows transfer all settings made with mmc snap-in

I have 3 identical laptops, and I have to create identical environments for them. This includes adding snap-in with mmc. I did it on one of them - there a lot of settings: services auto run, messages ...
Dmytro Duplyka's user avatar
-2 votes
0 answers
21 views

Is it possible for a windows desktop application to have user's OS credentials to log into the application?

The windows desktop application will not have a login screen. Instead, once the user is signed in to the PC, the user will be automatically signed in to the application. This will also need a Single ...
pls help me's user avatar
-1 votes
1 answer
29 views

Attempting to run a MC server and I keep getting Error: unable to access jarfile

I'm trying to run a minecraft server and when I type the command: java -Xmx1024M -xms1024M -jar minecraft_server.1.21.jar and I get - Error: unable to access jarfile minecraft_server.1.21.jar... I ...
ProbablyGametes's user avatar
0 votes
1 answer
15 views

Pywin32 Windows Service Script Not Connecting with Main Function and Service Unable To Finish Starting?

I'm working on a python app that, among other things, works to block common RCA applications. Because I want it to be able to run on start up and in the background, I figured the best way was to make ...
alilprogrammerappears's user avatar
-1 votes
0 answers
12 views

Cannot add task ':groovydoc' as a task with that name already exists

I am working in an upgrade of a grails project from version 2.0.0 to 3.0.0 and jdk 8 on windows, I am getting the following error message: Build cache is an incubating feature. Parallel execution is ...
Huntzberger's user avatar
1 vote
1 answer
27 views

Powershell script to clear Windows "Recent Files" doesn't clear files, but clears quick access shortcuts somehow

I found and modified this code to get the recent files and remove any that were made on the day the script is run: #remove from past day $limit = (Get-Date).AddDays(-1) $path = "$($env:...
not_a_generic_user's user avatar
0 votes
1 answer
29 views

Can't Install Flutter on Windows

I'm trying to install Flutter using VS code and it shows this error: What happened: Firstly, I had Flutter installed and worked fine. All projects build fine, and everything is going well. I tried to ...
Gamal Othman's user avatar
-1 votes
0 answers
31 views

WinRT prompt for MddBootstrapInitialize2 function suggests that this application cannot be started

I want the window to have a frosted glass effect, so I use windowsAppSdk in my win32 program. but when running into this code: #include <Windows.h> #include <MddBootstrap.h> #include <...
feng lei's user avatar
0 votes
0 answers
9 views

failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec, command execution failed, CreateProcess error=193

I am trying to run a spring-boot maven project in local environment. Build is failing due to error. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (spec1) on project abc-xyz-...
KJ21's user avatar
  • 83
0 votes
0 answers
14 views

ASP.NET Windows Service starting earlier than it should

I currently have a ASP.NET console app that is configured as a Windows Service and continuously runs all day. From my experience, the whole process takes about 6ish minutes to complete (database ...
Slayre's user avatar
  • 1
0 votes
0 answers
49 views

How to compile for Linux when on Windows using Code::Blocks?

I have a console app which I want to compile for Linux. I don't have access to a Linux operating system at the moment, but I really do need to compile this program for as many operating systems as ...
hosain's user avatar
  • 1
-1 votes
0 answers
14 views

How to setup TensorFlow under Windows WSL2 with TensorRT support?

For 2024-07-18 I found that to setup GPU support for TensorFlow for nVidia cards with TensorRT under Windows 10 (19041) WSL2 and above is possible with this minimal (and maximal to date mentioned) ...
OtecFura's user avatar
0 votes
0 answers
11 views

dill: how to skip ctypes pointers

I need to dump and load my object which includes objects from third party modules over which I have no control. These objects contain ctypes pointers that dill (pickle) cannot save: ValueError: ctypes ...
viilpe's user avatar
  • 775
0 votes
0 answers
21 views

Why do I need to use the "rebuild PE Header" option when adding an import with CFF EXPLORER?

I used the CFF EXPLORER Import Adder function for days, by just using the option "rebuild import table" and nothing else. Everything was fine for days. Suddenly one day the application I ...
mario russo's user avatar
-1 votes
0 answers
33 views

Problem building Windows Service project using CLI (C#)

I want to build a Windows Service project using CLI (dotnet or msbuild) to be able to make continuous delivery of a new project. No problem to build a Windows Application, but, if I use dotnet build ...
Shionigami's user avatar

15 30 50 per page