VOGONS


First post, by Rikintosh

User metadata
Rank Member
Rank
Member

I'm creating a custom edition of win9x. I have a folder full of drivers, I want that every time Windows starts on a different computer, it examines this folder and automatically installs the drivers that exist there, without the need for next, next, next...

I know that in XP there is a way to create a registry key that suppresses this dialog box, and the system does everything silently, but I didn't find that in the win9x registry

Take a look at my blog: http://rikintosh.blogspot.com
My Youtube channel: https://www.youtube.com/channel/UCfRUbxkBmEihBEkIK32Hilg

Reply 1 of 2, by doshea

User metadata
Rank Member
Rank
Member

If you can't find any way to suppress it, perhaps you could write a script using AutoHotkey or similar which interacts with the wizard. I'm not sure if they're special in some way that prevents AutoHotkey from interacting with them, but I doubt it, 9x isn't meant to be secure 😁

I couldn't find a build of AutoHotkey which worked on a clean install of Windows 95 RTM - the best I could find was something which needed some additional redistributable(s) installed - but I have my own build which works, and I can try to hurry up releasing it if you need it too. However, I imagine if you're trying to provide an easily usable Windows 9x, you're not using Windows 95 RTM without those libraries anyway 😁

Reply 2 of 2, by the3dfxdude

User metadata
Rank Member
Rank
Member

Are you launching windows from DOS? How about run a batch script which checks your system and the driver directory, and then merges in reg files and places the files in the correct place, and then launch windows? Then it should never need to install drivers in windows.

You'll want to snapshot your registry and windows system files before and after driver installation doing it the correct way, and then export reg files with the differences and a copy of the driver files in your driver directory.