In command prompt in windows what are the standard privileges?
- This works fine for most commands
In order to run command prompt as an administrator in windows what must you first do?
If you are lost and aren’t sure of a certain command what can you use to get a list of associated commands by inputting what command?
Command help can also be accessed using what after the [command]
What does the “dir” command do?
“cd” command does what exactly?
- Use backslash \to specify volume or folder name.
How would you tell Command Prompt to change directory to folder just above the one you’re already in?
What command would you use to shut down/ or delayed shutdown?
What command would you use to Shutdown then restart after a certain number of seconds?
How can you go up more than one directory?
How can you try and auto complete a command for a directory?
When using the “dir” command in Command prompt and you see a list of items that have DIR in front of them and ones that don’t? what does that mean?
How can you list the contents of a directory that you are not inside of?
How can you list a list of the hidden files and directories inside of a folder(directory)
If your command prompt screen is cluttered and you want to clean it up what command can you type to achieve this?
If you want a list of files inside a directory which are all of the same format( e.g. PDF documents) what command can you use to achieve this?
If you wish to save some time while typing a commands by using a history list of the last commands used how can you do this?
Once inside of a directory if you want to just open a file using the default program that is listed in that directory how can you do that?
How would you go about making a new directory using Command prompt?
What command would you use to delete a directory inside of Command prompt?
- Note this will only work if that directory has no other directories inside of it.
What command would you use to delete a directory that has a directory inside of it?
If you ever want to go back to the beginning or end of a command line typed what can you type to achieve this?
- Use the “ End” key to go to the end of the command .
What command can you type to move back to the beginning or end of the last command typed?
When trying to add/ delete or specify directories which have longer names with spaces what must you make sure of>