WinBord - Das Windows Portal


.scf-Dateien Standard-Dateizuordnung wiederherstellen

aus WB Wiki; freien Wissensdatenbank rund ums Thema Computer

Wechseln zu: Navigation, Suche

Windows XP

Details
Bereich: Software
Kategorie: System
Gruppe: Dateizuordnung
Betriebssystem: Windows XP
Zeitaufwand: Sehr gering
Anforderung: Gering

Zurück zur Übersicht


Um die Dateizuordnung von .scf Dateien zurückzusetzen gibt es zwei Möglichkeiten:

  • Erstelle mit dem Editor eine Textdatei mit folgendem Inhalt, speichere sie als .reg ab und führe sie danach per Doppelklick aus:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.scf]
@="SHCmdFile"

[HKEY_CLASSES_ROOT\SHCmdFile]
"NeverShowExt"=""
@="Windows Explorer Command"
"InfoTip"="prop:DocComments"

[HKEY_CLASSES_ROOT\SHCmdFile\CLSID]
@="{57651662-CE3E-11D0-8D77-00C04FC99D61}"

[HKEY_CLASSES_ROOT\SHCmdFile\shell]

[HKEY_CLASSES_ROOT\SHCmdFile\shell\open]

[HKEY_CLASSES_ROOT\SHCmdFile\shell\open\command]
@="explorer.exe"

[HKEY_CLASSES_ROOT\SHCmdFile\shell\open\ddeexec]
@="[ShellFile(\"%1\",\"%1\",%S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\SHCmdFile\shell\open\ddeexec\Application]
@="Folders"

[HKEY_CLASSES_ROOT\SHCmdFile\shell\open\ddeexec\Topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\SHCmdFile\shellex]

[HKEY_CLASSES_ROOT\SHCmdFile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\SHCmdFile\shellex\IconHandler]
@="{57651662-CE3E-11D0-8D77-00C04FC99D61}"


Persönliche Werkzeuge