C:\Windows
(Redirected from C:\windows)
C:\Windows is the default installation folder for the Windows operating system. It has many other sub folders, like System32 or SysWow64.
If the Windows operating system was installed to a different folder, the windir environmental variable should return it.
Therefore, the command:
env$("WinDir")
would generally return "C:\WINDOWS" but would be different if Windows we're installed elsewhere.