Danke aber dem Parameter öffne ich die Software Settings. Ich brauche aber das Control Panel und die Netzwerk Settings.
Control Panel:
Delphi-Quellcode:
app := PJSysInfo1.SystemFolder+'\rundll32.exe';
param := 'shell32.dll,Control_RunDLL';
...
NetzwerkSettings:
Delphi-Quellcode:
app := PJSysInfo1.SystemFolder+'\rundll32.exe';
param := 'shell32.dll,Control_RunDLL ncpa.cpl';
...
Unter Windows 2000 Professional funktioniert das alles aber nicht unter WinXP. Warum?