Help with attrib
Closed
anghambb
-
Dec 18, 2013 at 05:10 PM
jack4rall Posts 6428 Registration date Sunday June 6, 2010 Status Moderator Last seen July 16, 2020 - Dec 18, 2013 at 09:12 PM
jack4rall Posts 6428 Registration date Sunday June 6, 2010 Status Moderator Last seen July 16, 2020 - Dec 18, 2013 at 09:12 PM
Related:
- 'Attrib' is not recognized as an internal or external command, operable program or batch file.
- 'Ipconfig' is not recognized as an internal or external command, operable program or batch file. - Guide
- Ms office save as pdf or xps file - Download - Other
- Windows 10 iso file download 64-bit - Download - Windows
- Cs 1.6 money command - Guide
- The volume does not contain a recognized file system. please make sure that all required file system drivers are loaded and that the volume is not corrupted. - Hardware Forum
1 response
jack4rall
Posts
6428
Registration date
Sunday June 6, 2010
Status
Moderator
Last seen
July 16, 2020
Dec 18, 2013 at 09:12 PM
Dec 18, 2013 at 09:12 PM
Hello,
Try this 1
Since you are using Windows 7 you need to open the Command Prompt as
administrator to run the attrib command.
Click on Start --> In search box, type cmd. When the cmd appears in the
search list, right-click on it and select "Run as administrator".
"Command Prompt" will be opened.
Now enter the attrib command.
attrib -h -r -s /s /d g:\*.*
Here I assume your drive letter as g:
You can copy the above command --> Right-click in the Command Prompt and
paste it.
Note : Replace the letter g with your drive letter.
Good Luck
Try this 1
Since you are using Windows 7 you need to open the Command Prompt as
administrator to run the attrib command.
Click on Start --> In search box, type cmd. When the cmd appears in the
search list, right-click on it and select "Run as administrator".
"Command Prompt" will be opened.
Now enter the attrib command.
attrib -h -r -s /s /d g:\*.*
Here I assume your drive letter as g:
You can copy the above command --> Right-click in the Command Prompt and
paste it.
Note : Replace the letter g with your drive letter.
Good Luck