Basic information about the current Windows environment.
Processor architecture as returned by os.arch(), e.g. "x64".
os.arch()
"x64"
Human-readable Windows version name, e.g. "Windows 11".
"Windows 11"
NT kernel version string as returned by os.release(), e.g. "10.0.22000".
os.release()
"10.0.22000"
Basic information about the current Windows environment.