Hello,
some time ago i got a virus in my system,it marked all of my data as protected by operating system.
now i have removed this virus..but the data is still marked as protected by operating system.
now i want to un-mark it and want to make it as normal data.
hi
i found th solution myself.
first method-
there is a command-for single file
attrib -h -r -s {file name}
for the whole data
attrib -h -r -s ./*.*/s
note-
if attrib command don't work,first set the path as below-
set path="C:\Windows\System32"
second method-
cut the files from the older folder and paste into the new folder.
now delete the older folder and rename the new.
and done!!!
have fun...:)
Sorry for the late feedback. Thank you for sharing your solution, we appreciate it.