Save information from CMD

Type your desired command from an elevated command prompt, add >> and then the directory you wish to output the text.

Example: ipconfig /all >> "C:\SampleOutput.txt"
 
Back
Top