Hello! It's my first post!
I wanted to ask how to detect the version of Windows 10. For example:
Thank you so much in advance!
I wanted to ask how to detect the version of Windows 10. For example:
Code:
If Windows 10 2004 Then
MessageBox.Show ("Version 2004")
ElseIf Windows 10 1909 Then
MessageBox.Show ("Version 1909")
'And more
End If