Discussion:
reg frag
(too old to reply)
Scott
2010-03-27 09:57:02 UTC
Permalink
Guys I want to make mspaint the default application for opening bmp files on
a machine basis, what reg key do i need to edit?

Thanks
John John - MVP
2010-03-27 14:47:11 UTC
Permalink
Easier to do through Folder Options -> File Types.

John
Post by Scott
Guys I want to make mspaint the default application for opening bmp files on
a machine basis, what reg key do i need to edit?
Thanks
Scott
2010-03-27 19:55:06 UTC
Permalink
I have 80 computers to do on
Post by John John - MVP
Easier to do through Folder Options -> File Types.
John
Post by Scott
Guys I want to make mspaint the default application for opening bmp files
on a machine basis, what reg key do i need to edit?
Thanks
John John - MVP
2010-03-28 03:57:02 UTC
Permalink
In a .bat file:

assoc .bmp=bmpfile
ftype bmpfile=%systemroot%\system32\mspaint.exe %1

John
Post by Scott
I have 80 computers to do on
Post by John John - MVP
Easier to do through Folder Options -> File Types.
John
Post by Scott
Guys I want to make mspaint the default application for opening bmp files
on a machine basis, what reg key do i need to edit?
Thanks
Loading...