Hi can anybody tell what is the significance of "C:\Windows" windows folder in c drive What it contains? are any processes, using the content of this folder
feedback
|
migrated from stackoverflow.com Dec 1 '09 at 8:12
This question came from our site for professional and enthusiast programmers.
|
the c:\windows folder usually contains the core files of the Windows operation system, virtually all processes are using the content of this folder | |||
|
feedback
|
|
The Windows folder on the C:\ drive on a windows system contains all important and vital system files. Everything that is related to the core system is stored here. This does not include third party programs, which go in C:\Programs. In other words: Do not touch. | |||
|
feedback
|