194 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
68
views
Virtual v4 Print driver .inf file configuration
Using Visual Studio 2022's Print Driver v4 template, I'm attempting to write a virtual print driver. Its only job is to pass the XPS document to a background service for further processing. It has no ...
0
votes
1
answer
30
views
infverif.exe error 1273 uses disk id 1, which is not listed under [SourceDisksNames]
While I was trying to install a custom made driver using a self-written .inf file, I decided to use the Microsoft infverif program to check the .inf file.
Unfortunately, the program reported an error:
...
0
votes
0
answers
101
views
How to set INF settings so that USB audio device is not shown as Recording device?
I am trying to write an INF file for a usb audio 2.0 device and so far I managed to test and install my INF file on a Test Mode PC, however the device shows up as both a Playback and Recording device ...
0
votes
0
answers
229
views
How to get emmeans to not use inf degrees of freedom
I'm fairly new to R and stats. I'm exploring if the animals moved or not in their behavioral trials. My sample size is small (10 participants) and my IV has four levels, one trial of each level, it is ...
0
votes
0
answers
80
views
Installing windows driver to program files using inf, without hitting SystemRoot?
I'm creating a minifilter driver on Windows 10 and trying to install it via an INF file. I don't want to place the .sys file under \Windows\System32\drivers; I specifically need it in C:\Program Files ...
0
votes
1
answer
260
views
How to resolve "Found legacy AddReg operation using non-relative key" error during INF verification Windows 11 24H2 Build 26100?
Trying to pass the Windows HLK INF verification test on Windows 11 24H2 26100 Build.
I have been using the Windows kits tool InfVerif.exe to validate my inf file and execute
infverif.exe /u "...
0
votes
1
answer
565
views
INF File Installation Error: 'The system could not find the file specified'
I'm trying to install a print processor using an INF file on Windows, but I'm encountering the error: "The system could not find the file specified." Below is the content of my INF file:
...
3
votes
0
answers
260
views
Why windows Minifilter driver could not be stopped by sc or net command?
This is my first time to develop the minifilter drvier.
And i follow the document to create the inf file and use the
sc/net start command to start my minifilter driver success.
Unfortunately , when i ...
0
votes
0
answers
253
views
Visual Studio 2022 : error 1296 Hardware 'Test_(01)' does not have an associated service using install section 'A9_GBD'
I upgraded my Visual Studio from 2017 to 2022, and also the SDK and WDK do the brand release. In the past with older releases I have no issue with V3 printer INF File. Now I always get an error with ...
1
vote
2
answers
182
views
How to use build number as part of INF driverVer
I am a beginner working on INF files.
My .vcxproj file is having a property that uses 1.0.14.0 to use it in driverVer . My INF driverVer as follows DriverVer=04/10/2024,10.0.14.0
I would like to use ...
-1
votes
1
answer
335
views
How to edit Windows Driver details During installation?
I am trying to customize some of the parameters of a Windows driver during its installation process by modifying the corresponding parameters.
1. Device/Driver Description
2. Provider
3. Display Name
...
0
votes
1
answer
423
views
Intermittent NaN and INF Values on ESP32
I am developing some PID code for an ESP32 dev module. Most times that I execute the code, the integral value is NaN or INF. However, upon unplugging and replugging in the USB connection, occasionally ...
0
votes
0
answers
118
views
Does the order of inf and not-inf matter in pandas.groupby.agg(sum) function?
I tried to calculate the sum of a grouped pd.DataFrame (or pd.Series) containing inf. Thereby, I figured out that the location of the inf in the original pd.DataFrame will influence the result beeing ...
0
votes
1
answer
959
views
Do drivers INF signed using self made certificates really dont work unless i go into testsigning mode on my windows?
im sorry if this sounds stupid,
I discovered this PS2 Eyetoy driver online that someone created to use the eyetoy as a webcam on my PC, it works if i install the driver and go to testsigning mode on ...
0
votes
1
answer
739
views
C# install Cursor installer (.inf) file
I have a cursor installer file (installer.inf). Is it possible to install the cursor using C#?
I already tried the following code but it doesn't work and nothing happens when getting executed:
[...