Français
Forum

Aufrufe sous Win8?

 

Hans-Jürgen
Trog
Allen un gesundes nouveau l'an.

dans RGH's Forum habe je qui Frage déjà gestellt, eh bien aussi ici:

dans meinem kleinen Funktionstool habe je verschiedene Direktaufrufe bisher sous Windows XP. cet voudrais je gern pour Windows 8 anpassen:
proc benutzernamen

    @winexec("rundll32.exe keymgr.dll,KRShowKeyMgr",1)

endproc

proc montre

    @winexec("rundll32.exe shell32.dll,Control_RunDLL timedate.cpl",0)

endproc

proc syssteuerung

    @winexec("rundll32.exe shell32.dll,Control_RunDLL",1)

endproc

proc hardwareentfernen

    @winexec("rundll32.exe shell32.dll,Control_RunDLL hotplug.dll",1)

endproc

proc drucker

    @winexec("rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder",1)

endproc

proc schriftarten

    @winexec("RUNDLL32.exe SHELL32.DLL,SHHelpShortcuts_RunDLL FontsFolder",1)

endproc

'0 Allgemein
'1 Computername
'2 Hardware
'3 Erweitert
'4 Systemwiederherstellung
'5 Automatique Updates
'6 Remote

proc systemeigenschaften

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,0",1)

endproc

proc systComputername

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,1",1)

endproc

proc systHardware

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,2",1)

endproc

proc systErweitert

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,3",1)

endproc

proc systWiederherst

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,4",1)

endproc

proc systUpdates

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,5",1)

endproc

proc systRemote

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL sysdm.cpl @0,6",1)

endproc

proc wiederherstellung

    declare sys$
    sys$= $WinPath +"\\System32\\restore\\rstrui.exe"
    @WinExec(sys$,1)

endproc

proc systemkonfiguration

    declare konf$
    konf$= $WinPath +"\\PCHealth\\HelpCtr\\Binaries\\msconfig.exe"
    @WinExec(konf$,1)

endproc

proc modem

    @winexec("RUNDLL32.exe SHELL32.DLL,Control_RunDLL modem.cpl @0,1",1)

endproc

PROC FORMATieren

    WinExec("RUNDLL32 SHELL32.DLL,SHFormatDrive",1)

ENDPROC

Proc diskcopy

    WinExec("RUNDLL32 DISKCOPY.DLL,DiskCopyRunDll",1)

ENDPROC

PROC SUCHEN

    ShellExec("C:\\","find",1)

ENDPROC

PROC Arbeitsplatz

    WinExec("explorer /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}",1)

ENDPROC

PROC corbeille à papier

    WinExec("explorer /n,::{645FF040-5081-101B-9F08-00AA002F954E}",1)

ENDPROC

proc internet

    @RunControl("INETCPL","@1")

endproc

proc software

    @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL appwiz.cpl",1)

endproc

proc Design

    @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL desk.cpl @0,-1",1)endproc

    proc Hintergrundeinstellung

        @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL desk.cpl @0,0",1)

    endproc

    proc Schonerwahl

        @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL desk.cpl @0,1",1)

    endproc

    proc représentation

        @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL desk.cpl @0,2",1)

    endproc

    proc Einstellungen

        @winexec("RUNDLL32.exe shell32.dll,Control_RunDLL desk.cpl @0,3",1)

    endproc

    proc defragmentierung

        @ShellExec($WinPath+"\\system32\\dfrg.msc","open",1)

    endproc

    proc bereinigen

        @ShellExec($WinPath+"\\system32\\cleanmgr.exe","open",1)

    endproc


peut-être peux mir quelqu'un qui entsprechenden Codes einsetzen!?

Vielen Dank
Hans-Jürgen
 
XProfan X2
Windows-Tablet mit Win11, XProfan X4
05.01.2014  
 




Julian
Schmidt
Hilft dir là vlt que voici [...] .

là volonté alle Schnellaufrufe de Windows et Windows Server übersichtlich aufgelistet.
 
XProfan X2
Win7 Professional, SP1, AMD FX(tm)-8350 Eight-Core Processor

˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗˗
Webseite [...] 
05.01.2014  
 




Hans-Jürgen
Trog
seulement la fois vielen Dank. Muss la fois testen, comment qui Aufrufe sous Win8 courir. Beschrieben ist cela Progi jusqu'à Win7.
 
XProfan X2
Windows-Tablet mit Win11, XProfan X4
07.01.2014  
 



répondre


Topictitle, max. 100 marque.
 

Systemprofile:

ne...aucune Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

s'il te plaît s'inscrire um une Beitrag trop verfassen.
 

Options du sujet

5.170 Views

Untitledvor 0 min.
iF30.12.2015
RICOSCH15.06.2014
T Rümker03.05.2014
maroro17.04.2014
plus...

Themeninformationen

cet Thema hat 2 participant:

Hans-Jürgen Trog (2x)
Julian Schmidt (1x)


Admins  |  AGB  |  Applications  |  Auteurs  |  Chat  |  protection des données  |  Télécharger  |  Entrance  |  Aider  |  Merchantportal  |  Empreinte  |  Mart  |  Interfaces  |  SDK  |  Services  |  Jeux  |  cherche  |  Support

un projet aller XProfaner, qui il y a!


Mon XProfan
Privé Nouvelles
Eigenes Ablageforum
Sujets-La liste de voeux
Eigene Posts
Eigene Sujets
Zwischenablage
Annuler
 Deutsch English Français Español Italia
Traductions

protection des données


Wir verwenden Cookies seulement comme Session-Cookies à cause de qui technischen Notwendigkeit et chez uns gibt es aucun Cookies de Drittanbietern.

si du ici sur unsere Webseite klickst ou bien navigierst, stimmst du unserer Erfassung de Informationen dans unseren Cookies sur XProfan.Net trop.

Weitere Informationen trop unseren Cookies et en supplément, comment du qui Kontrolle par-dessus behältst, findest du dans unserer nachfolgenden Datenschutzerklärung.


d'accordDatenschutzerklärung
je voudrais keinen Cookie