• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Is there a way to add Device ID to all .inf at once?

Your gonna need to be way more specific about what you mean...
 
Maybe this will help, looks like it be done by batch file.

some letters said:
@echo off
set "$New_line=Your text"

for %%a in (*.txt) do (
echo %$New_line% > "New_%%a"
type "%%a" >> "New_%%a"
del "%%a" 2>nul
ren "New_%%a" "%%a"
)

 
Maybe this will help, looks like it be done by batch file.




Thank you!
Can't wrap my head around this though :(
Could you tailor make it for HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1462EB47

Would be MOST grateful.

AFTER THIS:
[AzaliaManufacturerID.NTamd64.6.0]

ADD:
"Realtek Audio" = IntcAzAudModel, HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1462EB47
 
Does the line have to be added to the top of the text file as I'm rusty on batch files.

I'm bored today so if you want I could do those files manually for you as long as there isn't 100+ of them haha.
 
Does the line have to be added to the top of the text file as I'm rusty on batch files.

I'm bored today so if you want I could do those files manually for you as long as there isn't 100+ of them haha.

No but after
[AzaliaManufacturerID.NTamd64.6.0]

You're purrfecsound ;)

I would be most glad if you could help me, but I'm a bit twisted in which drivers we should try with.
I'm looking for https://rog.asus.com/forum/showthread.php?105341-Deleted/page76 but everything got deleted?!
 
I tried editing the batch file to add it after the second line but it's been several years since I wrote one so I could only get it to add it at the top and not underneath. If you have the files, zip them up and send them to me.
 
Yes master. I want the DTS:X Ultra that's integrated into those deleted drivers :(
 
Back
Top