History
On November 20, 1985 Microsoft announced its operating system named Windows which was a graphical operating system shell as a response to growing GUIs (graphical user interfaces). At the moment Windows dominates the word of computers with around 90% market share and it overtook Apple (Mac OS) which was introduced in 1984.
Windows versions:
- Windows 1.0 – Nov 1985
- Windows 2.0 – Dec 1987
- Windows 3.0 – May 1990
- Windows 95 – Aug 1995
- Windows 98 – June 1998
- Windows ME – Sep 2000
- Windows XP – Oct 2001
- Windows Vista – Nov 2006
- Windows 7 – July 2009
- Windows 8.0 – Oct 2012
- Windows 8.1 – Oct 2013
- Windows 10 – July 2015
Windows server versions:
- Windows Server 2003
- Windows Server 2008
- Windows Server 2012 / 2012 R2
- Windows Server 2016
- Windows Server 2019
File System
- It is the method and data structure that an operating system uses to keep track of files on a disk or partition.
- Without a file system, the information saved in a storage media would be one large body of data with no way to tell where the information begins and ends.
- Windows file system structure is:
- Logical drives (Ex: Local Disk C)
- Folders (these are the folders that come by default. Ex: Documents, Downloads, Music)
- Files
- Important Folders located on the C drive
- PerfLogs - Stores the system issues and other reports regarding performance
- Program Files and Program Files (x86) - Is the location where programs install unless you change their path (Ex: Choosing to install software on D drive)
- Users - In this folder are stored the users created. It also stores users generated data (Ex: Saving a file on your Desktop)
- Windows - It's the folder which basically contains the code to run the operating system and some utility tools (we'll talk about them later)
Comments
Post a Comment