1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
text-based user interface that allows users to interact with the OS by typing commands into a terminal or command prompt
Command Line
the outermost layer of the operating system.
incorporate a programming language to control processes and files, as well as to start and control other programs.
Shell
Windows +R commands:
explorer
regedit
msconfig
services.msc
taskmgr
mstsc
msinfo32
calc
notepad
cmd
refers to a text-based user interface that allows users to interact with the system
Terminal
a command in DEC RT-11, DOS, IBM OS/2, Microsoft Windows and a number of other operating systems that is used to display and set the current system time
TIME
command of the IBM OS/2, Microsoft Windows and ReactOS command-line interpreter cmd.exe to start programs or batch
start
a command used in command-line interfaces like DOS, cmd.exe, and other similar environments to erase all text and graphics from the display, leaving only the command prompt
CLS/Clear Screen
command-line utility in Microsoft Windows. It allows administrators to configure and display the status of network-related settings, including those for installed server roles and components
Netsh/Network Shell
essentially turns off your computer, but not completely
“shut down”
Hide any folder in directory
Type attrib +h +s +r “name of the folder”
Type attrib -h -s -r “name of the folder”
CMD Creating a Folder
Md ”name of the folder” to create
rd ”name of the folder” to delete