- May 7, 2002
- 10,371
- 762
- 126
For those of you that are using win 7/8 and have many installed programs on there and you want to do a clean update to win10, but can't be bothered to dual boot to see what programs you have used before... the solution is:
Open up a command prompt (Admin), and type: wmic
at the next command prompt type:
/output:c:\MyPrograms.txt product get name,version
where c:\MyPrograms.txt can be any drive location and file name.
When done, it will make that text file with a listing of everything you have installed, showing name & version information.
Open up a command prompt (Admin), and type: wmic
at the next command prompt type:
/output:c:\MyPrograms.txt product get name,version
where c:\MyPrograms.txt can be any drive location and file name.
When done, it will make that text file with a listing of everything you have installed, showing name & version information.
