Lesson 1 - Chapter 3: Managing Files in Windows Flashcards
How do you write a network path to a shared folder?
\ \computername\sharedfolder
(no space)
What’s the difference between a path and a network path? What does a network path look like?
a path is the location on your computer, the network path is for the network
C:\Downloads\Updates
vs
(2 backslashes together) \ \Accounting\Documents
What are the 4 important Windows folders?
- C:\Program Files
- C:\Program Files (x86)
- C:\Users
- C:\Windows
What is the C:\Windows folder sometimes referred to in a file path when you’re not sure of where Windows is installed?
%SystemRoot%
What does a file’s attribute tell the OS?
To give that file special treatment
(hidden, compressed, read-only, archived, indexed, encrypted)
In Win 10 and 11, how do you set the option to show files with the Hidden attribute? (2)
(In File Explorer)
Win10 - View tab > Clear Hidden items checked box
Win11 - View > Show > Hidden items
What does a file extension indicate?
The file type (in a 3 letter code)
(.txt, .vdf, .sav, .log, .xml)
What are file associations?
They are actions that are mapped to specific file extensions in an internal table so Windows knows how to handle the file
(.doc opens in Word)
By default, known file type extensions are hidden. How do you change this in Win10 and Win11?
(In File Explorer)
Win10 - View tab > mark/clear the File name extensions checkbox
Win 11 - View > Show > File name extensions
File extensions are optional in ____ and ____
Linux, macOS
(file extensions in these OS don’t carry the same responsibility like they do in Windows so they’re optional)