Help with attrib

Closed
anghambb - 18 Dec 2013 à 17:10
jack4rall Posts 6428 Registration date Sunday 6 June 2010 Status Moderator Last seen 16 July 2020 - 18 Dec 2013 à 21:12
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?


1 response

jack4rall Posts 6428 Registration date Sunday 6 June 2010 Status Moderator Last seen 16 July 2020
18 Dec 2013 à 21:12
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