reg frag

  • Thread starter Thread starter Scott
  • Start date Start date
S

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
 
Right click a bmp and select Open With. Then select Paint and select always open
with
 
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?


Do not edit the registry. Simply right-click *any* .bmp file, click
"Open with," choose Paint, and be sure to check the box "Always use
this program..."
 
I have 80 computers to do on


Ken Blake said:
Do not edit the registry. Simply right-click *any* .bmp file, click
"Open with," choose Paint, and be sure to check the box "Always use
this program..."
 
Suggest you get started. Need info on the setup of the 80 (network from single
server,etc,etc,etc)

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

Scott said:
I have 80 computers to do on
 
I have 80 computers to do on


It shouldn't take as much as a minute on each of the computers. Even
allowing for walking from computer to computer, its probably no more
than and hour and a half or so in total.

If I were you, I would put any .bmp file on a thumb drive or CD, then
take it to each of the 80 computers and do what I said below 80 times.
It's likely to be much faster than the time you would spend looking
for another way, trying it, finding out that it didn't work the way
you thought it would, fixing the problems that resulted, etc.


 
Best way as Ken and myself posted. Read Ken's last post at 5:43PM today in this
thread
 
Best way as Ken and myself posted. Read Ken's last post at 5:43PM today in this
thread


LOL! 5:43 on your time zone, but not mine. So, I can tell that you are
located on the east coast of the USA. <vbg>
 
Thanks John.......Is there a way I can execute this from a single machine?


John John - MVP said:
In a .bat file:

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

John
 
80 machines so you must have a domain? Push it in a logon or startup
script. You're not going to tell me that the machines are all stand
alones or that they are loosely arranged in a workgroup?

John
 
They Are on a domain

John John - MVP said:
80 machines so you must have a domain? Push it in a logon or startup
script. You're not going to tell me that the machines are all stand
alones or that they are loosely arranged in a workgroup?

John
 
Back
Top