Parametri a linea di comando per riconoscere:
Per conoscere l'architettura:
Dal Menu START -> RUN -> CMD
oppure
Per conoscere la versione del .Net Framwork:
Dal Menu START -> RUN -> CMD
oppure
- Tipo di architettura del sistema operativo: (64 bit - 32 bit )
- Versioni del .NET Framework
Per conoscere l'architettura:
Dal Menu START -> RUN -> CMD
wmic os get osarchitecture
oppure
echo %PROCESSOR_ARCHITECTURE%
oppure
systeminfo | findstr /I type:
Per conoscere la versione del .Net Framwork:
Dal Menu START -> RUN -> CMD
dir %WINDIR%\Microsoft.Net\Framework\v*
oppure
dir %WINDIR%\Microsoft.Net\Framework\v* /O:-N /B
Si ringraziano le fonti:
http://superuser.com
http://www.codeproject.com
Commenti