Episode
Defragment-Tools: #87 – Windows 8.1 Update
In dieser Episode von Defrag Tools führt Andrew Richards Sie durch den Download des Windows 8.1 Update SDK, der Windows 8.1 Store-App-Beispiele, der neuesten Sysinternals-Tools und des Wintellect-Paket-Explorers. Wir ernten die Debugtools für Windows-, Windows Performance Toolkit- und Application Verifier-Dateien aus dem SDK.
Frühere Versionen:
Windows 7.0
Windows 8.0
Windows 8.1
Ressourcen:
Windows RT 8.1, Windows 8.1 und Windows Server 2012 R2 Update: April 2014
Sysinternals
Windows 8.1 SDK
Beispiele für Windows 8.1 Store-Apps
Wintellect – Windows-Runtime über C# (Wintellect-Paket-Explorer)
Zeitachse:
[00:00] – Windows 8.1 Update (KB2919355)
[01:30] - Usb-Stick/OneDrive "Lightsaber"
[02:25] - Sysinternals Suite
[04:12] – Windows 8.1 SDK
[06:13] - Wintellect-Paket-Explorer
[08:45] – Ernten der SDK-Dateien für die Verwendung von Xcopy
[11:42] - SIEExtPub und PDE
[13:57] – Beispiele für Windows 8.1 Store-Apps
[14:26] – Umgebungsvariablen und Registrierungsschlüssel
[16:34] - Schnelle Zusammenfassung
[18:00] - Senden Sie uns Ihre Probleme per E-Mail unter defragtools@microsoft.com
Umgebungsvariablen - Symbols.cmd
md c:\My
md c:\My\Sym
md c:\My\SymCache
compact /c /s /i /q c:\My\Sym\
compact /c /s /i /q c:\My\SymCache\
setx /m DBGHELP_HOMEDIR C:\My
setx /m _NT_SYMBOL_PATH SRV*C:\My\Sym*https://msdl.microsoft.com/download/symbols
setx /m _NT_SYMCACHE_PATH C:\My\SymCache
Registrierungseinträge - WinDbg -IA (PDE).reg
Windows-Registrierungs-Editor-Version 5.00
[HKEY_CLASSES_ROOT\.dmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.hdmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.mdmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.cab]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1]
@="WinDbg Post-Mortem Dump File"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\DefaultIcon]
@="\"C:\\debuggers\\windbg.exe\",-3002"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell]
@="Öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open]
@="X&64 öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open\command]
@="\"C:\\debuggers\\windbg.exe\" -z \"%1\" -a pde.dll"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open_x86]
@="X&86 öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open_x86\command]
@="\"C:\\debuggers_x86\\windbg.exe\" -z \"%1\" -a pde.dll"
In dieser Episode von Defrag Tools führt Andrew Richards Sie durch den Download des Windows 8.1 Update SDK, der Windows 8.1 Store-App-Beispiele, der neuesten Sysinternals-Tools und des Wintellect-Paket-Explorers. Wir ernten die Debugtools für Windows-, Windows Performance Toolkit- und Application Verifier-Dateien aus dem SDK.
Frühere Versionen:
Windows 7.0
Windows 8.0
Windows 8.1
Ressourcen:
Windows RT 8.1, Windows 8.1 und Windows Server 2012 R2 Update: April 2014
Sysinternals
Windows 8.1 SDK
Beispiele für Windows 8.1 Store-Apps
Wintellect – Windows-Runtime über C# (Wintellect-Paket-Explorer)
Zeitachse:
[00:00] – Windows 8.1 Update (KB2919355)
[01:30] - Usb-Stick/OneDrive "Lightsaber"
[02:25] - Sysinternals Suite
[04:12] – Windows 8.1 SDK
[06:13] - Wintellect-Paket-Explorer
[08:45] – Ernten der SDK-Dateien für die Verwendung von Xcopy
[11:42] - SIEExtPub und PDE
[13:57] – Beispiele für Windows 8.1 Store-Apps
[14:26] – Umgebungsvariablen und Registrierungsschlüssel
[16:34] - Schnelle Zusammenfassung
[18:00] - Senden Sie uns Ihre Probleme per E-Mail unter defragtools@microsoft.com
Umgebungsvariablen - Symbols.cmd
md c:\My
md c:\My\Sym
md c:\My\SymCache
compact /c /s /i /q c:\My\Sym\
compact /c /s /i /q c:\My\SymCache\
setx /m DBGHELP_HOMEDIR C:\My
setx /m _NT_SYMBOL_PATH SRV*C:\My\Sym*https://msdl.microsoft.com/download/symbols
setx /m _NT_SYMCACHE_PATH C:\My\SymCache
Registrierungseinträge - WinDbg -IA (PDE).reg
Windows-Registrierungs-Editor-Version 5.00
[HKEY_CLASSES_ROOT\.dmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.hdmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.mdmp]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\.cab]
@="WinDbg.DumpFile.1"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1]
@="WinDbg Post-Mortem Dump File"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\DefaultIcon]
@="\"C:\\debuggers\\windbg.exe\",-3002"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell]
@="Öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open]
@="X&64 öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open\command]
@="\"C:\\debuggers\\windbg.exe\" -z \"%1\" -a pde.dll"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open_x86]
@="X&86 öffnen"
[HKEY_CLASSES_ROOT\WinDbg.DumpFile.1\shell\Open_x86\command]
@="\"C:\\debuggers_x86\\windbg.exe\" -z \"%1\" -a pde.dll"
Feedback? Melden Sie hier ein Problem.