Skip to content

Commit

Permalink
Rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBazhan committed Jan 5, 2021
1 parent 69bc2e2 commit 10e7e26
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
:Help

@echo.
@echo Usage: EtwHeapTracing [-e ^| -d] ^<ProcessName.exe^>
@echo Usage: Edit-EtwHeapTracing [-e ^| -d] ^<ProcessName.exe^>
@echo.
@echo -e Enables heap tracing.
@echo -d Disables heap tracing.
@echo.
@echo Example: EtwHeapTracing -e Notepad.exe
@echo Example: EtwHeapTracing -d Notepad.exe
@echo Example: Edit-EtwHeapTracing -e Notepad.exe
@echo Example: Edit-EtwHeapTracing -d Notepad.exe
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions Scripts/Setup.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

call SetSymbolStore
call SetLocalDumps
call SetCompleteMemoryDump
call SetCrashOnCtrlScroll
call SetNoBugCheckAnalysis
call Set-SymbolStore
call Set-LocalDumps
call Set-CompleteMemoryDump
call Set-CrashOnCtrlScroll
call Set-NoBugCheckAnalysis

0 comments on commit 10e7e26

Please sign in to comment.