Skip to content

tiago-soczek/pfe-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

PFE Tools

Tools and resources used by PFEs

https://aka.ms/pfe/tools

Downloads

  • Command

    netsh trace start persistent=yes capture=yes tracefile=c:\temp\nettrace-boot.etl

    After reproduce the problem, stop the tracing

    netsh trace stop

    Dont't forget to change the parser in Netmon in order to properly do the analysis

  • Install

    Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  • Allow Global Confirmation

    choco feature enable -n=allowGlobalConfirmation
  • Install packages

    choco install sysinternals
    choco install cmder
    choco install vscode

Releases

No releases published

Packages

No packages published