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
Hello,

everytime i enter attrib -h -s /d /s it keeps giving me that it is not recognized as internal or external command .. what to do?


Related:

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
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
0