Module 4- Navigation and listing using Command Prompt
In this section we are going to use the Windows built-in tool:- cmd (command prompt)
Options for dir:
- /a – all files and folders.
- /a:d – only shows all directories.
- /a:h – only shows all hidden files.
- /adh – shows a combination of the options above.
The full path for the Shortcut files and Jump Lists is: \AppData\Roaming\Microsoft\Windows\RecentLet’s take a look at the Recents folder
Command for navigation:cd \AppData\Roaming\Microsoft\Windows\RecentList the files within Recent folder:dir