C:\Windows

From BR Wiki
Revision as of 19:39, 10 October 2013 by Laura (talk | contribs) (Created page with "'''C:\Windows''' is the default installation folder for the Windows operating system. It has many other sub folders, like System32 or SysWow64. If the Window...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.