So I followed the thread that you linked.
I founded two Strings for P102-100:
NVIDIA_DEV.1B07 = "NVIDIA P102-100"
NVIDIA_DEV.1B47 = "NVIDIA P102-100"
So I added them both to [Strings]
Then I looked for GPU listing which gave the following two strings:
%NVIDIA_DEV.1B07% = win10adesktop, PCI\VEN_10DE&DEV_1B07
%NVIDIA_DEV.1B47% = win10adesktop, PCI\VEN_10DE&DEV_1B47
With these two additions, the driver failed to install for some unknown reason. Driver check is disabled too. Then I noticed that the other strings in the same section had different formats which include something like "Section###". So I looked into my old drivers inf file and found two Section values for 1B07 and 1B47. So that become to:
%NVIDIA_DEV.1B07% = Section128, PCI\VEN_10DE&DEV_1B07
%NVIDIA_DEV.1B47% = Section129, PCI\VEN_10DE&DEV_1B47
After this, the driver gets installed succesfully, but device manager shows an exclamation mark error. Says "Windows has stopped this device because it has reported problems. (Code 43)"
Please guide me here.
Thanks