The command from your screenshot does not resemble the command that you showed.
What is the > doing in your command C:\>.......? With a bit of bad luck you have overwritten some file with the content of the your C drive (I have done that in my professional life ) .
The -F option can go anywhere after the command; e.g. before or after the -v.
The 328PB is almost identical to the 328P, but has some additional pins and functions. Often the Optiboot boot-loader will be installed for compatibility with the AVR board platform. The MiniCore board platform uses the UrBoot boot-loader instead of OptiBoot. Once the UrBoot boot-loader for the 328PB has been burned from the MiniCore platform, uploads will fail when using the standard AVR platform.
The choice then is to continue using MiniCore and benefit from the additional pins and features, or re-instate the OptiBoot boot-loader, which does require a -F to override the signature. The board will then work with the AVR library again, but without the additional features of the 328PB.
I should perhaps also mention that on some clone boards, the additional two pins are wired directly to GND or VCC and for this reason should not be enabled as outputs.... If the board does properly break these out, then they can be used.
My memory is that the signature of the processor is also hard-coded within the bootloader. So if you can get the normal bootloader for a 328P flashed to a 328PB, the IDE will recognize it as a 328P for normal sketch uploading. But I'm not sure that works for "Burn Bootoader" because AVRdude will probably read the actual signature from the chip, not what the bootloader says it is. But I haven't tried that.
If you have the hex file of the bootloader you want to use, I think AVRdudess can be used to flash it to the Pro Mini using an Arduino_as_ISP programmer setup.
I think there is a boards package for the 328PB. You could use that, but then it would no longer be a Pro Mini. But it would have access to the extra features.
Upload via USB uses the bootloader. Depending on the bootloader it might or might not read the signature; if not mistaken OptiBoot has the signature coded in the bootloader.
I have merged your forum topics due to them having too much overlap on the same subject matter @mikedb.
In the future, please only create one topic for each distinct subject matter and be careful not to cause them to converge into parallel discussions.
The reason is that generating multiple forum topics on the same subject matter can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
In this case - Standard Pro Mini - signature is read but why is it ignored.
I uploaded the Pro Mini bootloader (from the Arduino IDE > Burn Bootloader) to the board and now I cannot program anymore using Pro Mini as board selection. < signature does not match >
So what was in the previous factory bootloader that could compile 328P and program 328PB?
The manufacturers of the cheap Chinese boards don't provide the source code of the bootloader they use, so it could only be answered if someone was able to reverse engineer the bootloader binary read from a board.
However, for someone whose goal is only to restore their board to functionality after bricking it as you did, the question is only academic. Just burn an appropriate bootloader to the board and you are back to progressing on your projects.
The excellent 3rd party MiniCore boards platform was already recommended to you previously in this discussion. If you decide to give it a try and have any problems or questions, just let us know and we'll provide assistance. Note that if you burn the bootloader after selecting the MiniCore board definition from Arduino IDE's Tools > Board menu, you must remember to continue to use that same board definition. Don't switch back to using the Tools > Arduino AVR Boards > Arduino Pro or Pro Mini board definition afterwards.
I did program the Mini Core bootloader but I cannot program via the USB to Serial adaptor , that is why I am trying other bootloaders.
Using Port : COM1
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: ser_open(): can't open device "\\.\COM1": A device attached to the system is not functioning.
I am just trying to get the board back to a Pro Mini.
Your replies so far is drawing me to the light , i am now 99% for Mini Core.
For some weird reason USB to Serial programming does not work.