Subject:
Monitor
Module: desk.cpl
Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
Result: Background settings.
The above one can't be directly modified... The following is for screen saver, depressed
Module: appwiz.cpl
Command: rundll32.exe desk.cpl,InstallScreenSaver c:\winnt\system\Flying Windows.scr
Result: Install screen saver and display preview property page.
For the rundll32.exe call commands that can be found on the network, they only can display a certain operation interface.
It has no effect on script automation...
Regarding the format of calling .dll functions in command line mode
and the information about the way of supporting parameterized calls is not found at all.
[ Last edited by tghksj on 2006-12-6 at 02:50 PM ]
Monitor
Module: desk.cpl
Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
Result: Background settings.
The above one can't be directly modified... The following is for screen saver, depressed
Module: appwiz.cpl
Command: rundll32.exe desk.cpl,InstallScreenSaver c:\winnt\system\Flying Windows.scr
Result: Install screen saver and display preview property page.
For the rundll32.exe call commands that can be found on the network, they only can display a certain operation interface.
It has no effect on script automation...
Regarding the format of calling .dll functions in command line mode
and the information about the way of supporting parameterized calls is not found at all.
[ Last edited by tghksj on 2006-12-6 at 02:50 PM ]
