quick command or batch script to determine Windows and Office version
I need to do a software audit of more than 300 computers that are neither on the same network, or owned by the same company. Is there an command or small program (that can be run without installing) that I can email to the end-users to run that will output the MS Windows and MS Office versions? r3ap3r One possible way of obtaining the current Windows Version and Microsoft Office version is to query the system registry entries using command line. To get the windows version using System registry , use the following command: reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v