|
Question : Removing Hidden attribute from file
|
|
I can't remove the hidden attribute from a dos executable. When I go into the properties the hidden attribute is check and grayed out. When I run attrib -h filename.exe i get "not resetting hidden file". What else can I do?
|
|
Answer : Removing Hidden attribute from file
|
|
Hello Albert1809 =)
>> When I run attrib -h filename.exe i get "not resetting hidden file"
try attrib -r -h -s filename.exe and then check if same error ??
|
|
|