Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 334 Bytes

Get-VSRegisteredEditors

PowerShell script to read the editor registration information for a VS installation

Usage

Output information on the console

  • .\Get-VSRegisteredEditors.ps1 | ft -AutoSize

Save information in an excel file

  • .\Get-VSRegisteredEditors.ps1 | Export-Csv Editors.xlx -Delimiter `t -NoTypeInformation