Open a Run window (Windows Logo key+R), type cmd and press Enter.
Type wmic and press Enter. Type /output:c:\ProgramList.txt product get name,version (note the three spaces) and press Enter and exit from the program. This will produce a file, ProgramList.txt in the root folder, which can be opened in Notepad by double-clicking it and then printed.