Is it possible to change MS paint's default save file type to PNG [duplicate]

Possible Duplicates:
How to set default file format for MS Paint
How do I make Windows pbrush default to a save-as JPG format?

PNG is better than BMP in my work and I too often forgot to change the file type before clicking save.


Solution 1:

There is no easy tweak for this to my knowledge. There is, however, the old trick to opening it with a blank file by default. Create a small blank PNG file and place it somewhere that won't get deleted, such as the system32 folder.

Open your mspaint shortcut and change the target to open this PNG as an argument to the mspaint executable.

eg.

%SystemRoot%\system32\mspaint.exe "C:\WINDOWS\System32\blank.PNG"

Everything that's pasted into a new paint window will be saved in PNG format by default.

Don't forget to make this blank PNG read only to avoid saving over it each time accidentally ;)