Thanks,
Caren
Would it be acceptable to launch the applet remotely if the solution involved
running it as the logged on user, who may have no rights?
chi...@pactiv.com wrote:
--
Craig Wilson
CNE3, 4, 5 - MCSE - CCNA
NSC Sysop (http://support.novell.com/forums/)
Tech Writer - http://www.ithowto.com
(I Peter 4:10)
> Does anyone have a solution for
> this bahavior?
take a look at
BatchCPL = You can run a Control Panel applet from the command-line by
using rundll32 shell32.dll,Control_RunDLL or control.exe followed by the
name of the .cpl. If you include the first part of the displayed name
followed by a number, you may be able to start the applet with the focus on
a specific tab.
Settings tab on Display properties: start control.exe desk.cpl,Display,3
Advanced tab on Internet properties: start rundll32
shell32.dll,Control_RunDLL inetcpl.cpl,Internet,5
http://www.mvps.org/vb/index2.html?tips/shellcpl.htm
from http://www.tburke.net/info/win2k/win2kinfo.htm
--
Marcus Breiden
Please change -- to - to mail me.
The content of this mail is my private and personal opinion.
http://www.edu-magic.net
When I put this in the run command, it works fine, although it always
brings me to the main Network and Dial-up Connections window, not to the
properties page indicated by the @0,3. If I try it with Remote Execute
(or even with RunAs to elevate rights) it just opens Windows Explorer.
The vast majority of our PCs do not have rights to view or modify the
network / dial-up properties, so it is critical that Remote Execute works
with this cpl.
Thanks,
Caren
> If I try it with Remote Execute
> (or even with RunAs to elevate rights) it just opens Windows Explorer.
and it will do the same when you use runas /user:administrator "RUNDLL32
SHELL32.DLL,Control_RunDLL NCPA.CPL,@0,3"
so it looks like this is the problem...
so you should probably also look at the MS KB for some ideas...
chi...@pactiv.com wrote:
--