reg frag win xp

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
 
D

Dave Patrick

You could also use assoc from the command line. If you must edit the
registry then look around in;

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp

Also note HKCU customizations will have presedence over HKLM

HKEY_CURRENT_USER\Software\Classes

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts

http://support.microsoft.com/kb/257592

also

http://technet.microsoft.com/en-us/library/cc754587.aspx





--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
A

Andrei Akhmetov

Try HKEY_CLASSES_ROOT\Paint.Picture\shell\open\command
edit (Default) to mspaint.exe %1
FILE>EXPORT
Current branch
Pick a filename that ends in .reg
Run: regedit /s <THE FILE NAME> on each computer. Restart each computer.
I am not good at remote execution, so you have to figure out how to run
the command on each computer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top