what executable changes screen/graphics details etc

  • Thread starter Thread starter cristi
  • Start date Start date
C

cristi

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
 
"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)

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

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

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
 
Back
Top