Data marked as protected by operating system

Solved/Closed
rahul209 Posts 7 Registration date Monday 11 October 2010 Status Member Last seen 24 November 2010 - 14 Oct 2010 à 11:34
Ambucias Posts 47312 Registration date Monday 1 February 2010 Status Moderator Last seen 28 March 2026 - 23 Oct 2010 à 04:28
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.


if anybody know how to do this plz reply
thnks
Related:

1 response

rahul209 Posts 7 Registration date Monday 11 October 2010 Status Member Last seen 24 November 2010
16 Oct 2010 à 09:55
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...:)
Ambucias Posts 47312 Registration date Monday 1 February 2010 Status Moderator Last seen 28 March 2026 11,166
23 Oct 2010 à 04:28
Rahul

Sorry for the late feedback. Thank you for sharing your solution, we appreciate it.