answersLogoWhite

0

To access hidden files from command prompt, go to start, and in the search box, type "cmd", then enter. From there, click start, computer, my computer and look for F drive. Type F, then enter. Then type attrib -s -h -r /s /d, and hit enter. Go to your F drive and you should be able to see the hidden files.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What MS-DOS command can display hidden files?

The attrib command is capable of displaying files that have been marked as hidden.


Which MS-DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..


Which MS DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..


What are the three files required to boot Windows 9x to a command prompt?

io.sys msdos.sys command.com


What command erases files or groups of files?

The Del or Erase command in command prompt.


What is attrib plus r -h?

The command "attrib +r -h" is used in the command prompt to set a file as read-only (+r) and remove the hidden attribute (-h) from a file. This command can help protect files from being accidentally modified and also make hidden files visible.


What command should you type at the shell prompt or command prompt?

The command you should type at the shell prompt or command prompt depends on what you want to accomplish. For example, to display the current directory, you can use pwd in Unix/Linux or cd without arguments in Windows. To list files, type ls in Unix/Linux or dir in Windows. Always ensure you have the appropriate permissions for the commands you intend to execute.


Would the ls -a command show hidden files?

Yes, in Linux or Unix, this command will show all files including hidden files in the current directoryl. In general, hidden files are files whose name begins with a period "."


How do you encrypt files with Command Prompt?

The command 'cipher' calls a program that is integrated with Windows that can encrypt-decrypt files.


How do you open hidden alternate data stream files attached to an unknown folder?

To open hidden alternate data stream (ADS) files attached to an unknown folder, you can use the command-line tool in Windows. First, open Command Prompt and navigate to the directory containing the folder using the cd command. Then, use the command dir /R to list all files, including hidden ADS. To access a specific stream, you can use the command more < filename:streamname, replacing "filename" with the actual file name and "streamname" with the specific ADS name you want to open.


At the command prompt you can use what command to control how user accounts can access files and folders?

cacls


Need help unhiding files after computer was infected with System Fix virus?

To unhide files after a System Fix virus infection, first, ensure that your antivirus software has fully scanned and cleaned your system. Next, open the Command Prompt as an administrator and run the command: attrib -h -r -s /s /d *.* in the directory where your files are located. This command removes the hidden, read-only, and system attributes from all files and folders. Finally, check your file explorer settings to ensure hidden files are set to be visible.