In Windows XP when I tried connecting a USB Flash Drive it started asking me to install the USB drivers, every new Pendrive I used to connect would bring that "Found New Hardware" dialog 3 times until it automatically installed a driver called usbstor.sys in c>windows>system32>drivers
I searched and found this interesting similar experience by someone,
https://arstechnica.com/civis/viewtopic.php?t=165599
Below is the list of dlls which are not registered with Mircrosoft
Softpub.dll
Wintrust.dll
Initpki.dll
Dssenh.dll
Rsaenh.dll
Gpkcsp.dll
Sccbase.dll
Slbcsp.dll
Mssip32.dll
Cryptdlg.dll
To solve this problem we will create a new file in notepad++ (you may use notepad as well)
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Initpki.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Mssip32.dll
regsvr32 Cryptdlg.dll
pause
Paste above lines beginning from regsvre32 till pause and save that file with, .bat (batch) extension and simply run it, just keep pressing yes to all the prompts.
Its 2017 at the time of this post and windows xp is still one of the best OS around, only for those who know what they're doing and what they're system is doing ;)
I searched and found this interesting similar experience by someone,
https://arstechnica.com/civis/viewtopic.php?t=165599
Below is the list of dlls which are not registered with Mircrosoft
Softpub.dll
Wintrust.dll
Initpki.dll
Dssenh.dll
Rsaenh.dll
Gpkcsp.dll
Sccbase.dll
Slbcsp.dll
Mssip32.dll
Cryptdlg.dll
To solve this problem we will create a new file in notepad++ (you may use notepad as well)
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Initpki.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Mssip32.dll
regsvr32 Cryptdlg.dll
pause
Paste above lines beginning from regsvre32 till pause and save that file with, .bat (batch) extension and simply run it, just keep pressing yes to all the prompts.
Its 2017 at the time of this post and windows xp is still one of the best OS around, only for those who know what they're doing and what they're system is doing ;)