Quote:
Originally Posted by iptech
Be careful when applying when using tools that apply folder/file changes recursively. If the just have the H attribute set, wouldn't this be easily done through Explorer? Using 'unhide' will leave normally hidden files exposed to accidental user deletion, there's good reason why Microsoft intended some file to be hidden.
|
I think it would be easier just to write a script with the attrib command, to remove the 'Hidden' attribute from all files/folders in the %systemdrive%. That way, you aren't exposing any System files; that could be accidentally deleted by a user.
Or, if you want to use UnHide, then create a script to set back the System attribute to those critical Windows files/folders ?