PDA

View Full Version : what executable changes screen/graphics details etc


cristi
June 18th 04, 02:42 PM
Hi,
I was wondering what executable gets called when you right click on the
desktop and select properties. I looked at task manager and all that it
shows me when the Display Properties dialog is open, is "Rundll32.exe".
Also what executable gets called when I click on .msstyles
Thanks

Ramesh [MVP]
June 18th 04, 02:42 PM
"rundll32.exe shell32.dll,Control_RunDLL desk.cpl"
which is nothing but "Control desk.cpl"

For the mssstyle, it's:
%SystemRoot%\system32\rundll32.exe =
%SystemRoot%\system32\shell32.dll,Control_RunDLL =
%SystemRoot%\system32\desk.cpl desk,@Appearance /Action:OpenMSTheme =
/file:"%1"

(From the registry, HKCR\msstylesfile\shell\open\command)

--=20
Ramesh - Microsoft MVP
Windows XP Shell/User
http://www.mvps.org/sramesh2k

AumHa VSOP: http://www.aumha.org

"cristi" > wrote in message =
...
Hi,
I was wondering what executable gets called when you right click on the
desktop and select properties. I looked at task manager and all that it
shows me when the Display Properties dialog is open, is "Rundll32.exe".
Also what executable gets called when I click on .msstyles
Thanks

Google