C:\Windows

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.