エピソード

デフラグ ツール: #63 - Windows 8.1 - SDK

Defrag Toolsこのエピソードでは、Andrew Richards、Chad Beeder、Larry Larsen が、Windows 8.1 SDK と最新の Sysinternals ツールのダウンロードについて説明します。 Windows 用のデバッグ ツール、Windows パフォーマンス ツールキット、アプリケーション検証ツールのファイルを SDK から取得します。 また、WinDbg の新機能の一部も示します。

リソース:
Sysinternals
Windows 8.1 SDK
デフラグ ツール SkyDrive

タイムライン:
[00:00] - USB スティック "Lightsaber"
[01:20] - Sysinternals Suite
[03:13] - 環境変数とレジストリ キー
[05:48] - Windows 8.1 SDK
[08:56] - xcopy で使用するファイルを収集する
[11:20] - ProcDumpExt
[11:51] - WinDbg - 新しいシンボル メッセージ
[12:55] - WinDbg - SOS の自動読み込み (SOS ダウンロードのデモについては Ep. #64 を参照)
[14:00] - メールで問題を送信する defragtools@microsoft.com

環境変数 (Symbols.cmd):

md c:\My
md c:\My\Sym
md c:\My\SymCache
setx /m _NT_SYMB (メガバイト)OL_PATH SRV*C:\My\Sym*https://msdl.microsoft.com/download/symbols
setx /m _NT_SYMCACHE_PATH C:\My\SymCache

レジストリ エントリ (WinDbg -IA.reg):

Windows レジストリ エディター バージョン 5.00

[HKEY_CLASStandard EditionS_ROOT\.dmp]
@="WinDbg.DumpFile.1"

[HKEY_CLASStandard EditionS_ROOT\.hdmp]
@="WinDbg.DumpFile.1"

[HKEY_CLASStandard EditionS_ROOT\.mdmp]
@="WinDbg.DumpFile.1"

[HKEY_CLASStandard EditionS_ROOT\.cab]
@="WinDbg.DumpFile.1"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1]
@="WinDbg 事後ダンプ ファイル"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\DefaultIcon]
@="\"C:\\debuggers\\windbg.exe\",-3002"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\shell]
@="Open"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\shell\Open]
@="Open x&64"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\shell\Open\command]
@="\"C:\\debuggers\\windbg.exe\" -z \"%1\" -a procdumpext.dll"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\shell\Open_x86]
@="Open x&86"

[HKEY_CLASStandard EditionS_ROOT\WinDbg.DumpFile.1\shell\Open_x86\command]
@="\"C:\\debuggers_x86\\windbg.exe\" -z \"%1\" -a procdumpext.dll"

ご意見およびご提案がある場合は、 こちらから問題を送信してください