HEELPBOOK - Microsoft Windows – Attrib (Command) “Not resetting system file” ################## When we use attrib command to change read-only or hidden attributes of a system file, we get the error “Not resetting system file“. E:\>attrib test.txt A S E:\test.txt E:\>attrib +R test.txt Not resetting system file – E:\test.txt E:\>attrib +H test.txt Not resetting system file – E:\test.txt E:\> We can fix this problem by adding extra ‘+S‘ to the attrib command. E:\>attrib +R test.txt Not resetting system file – E:\test.txt E:\>attrib +R +S test.txt E:\>attrib test.txt A S R E:\test.txt E:\> ############ ARTICLE INFO ############# Article Month: March Article Date: 05/03/2012 Permalink: http://heelpbook.altervista.org/2012/microsoft-windows-attrib-command-not-resetting-system-file/ Source: http://www.windows-commandline.com/2010/08/attrib-not-resetting-system-file.html Language: English View more articles on: http://www.heelpbook.net/ Follow us on Facebook: http://it-it.facebook.com/pages/HeelpBook/100790870008832 Follow us on Twitter: https://twitter.com/#!/HeelpBook Follow us on RSS Feed: http://feeds.feedburner.com/Heelpbook