Grake Posted November 25, 2005 Posted November 25, 2005 Anyone know how to hide some files at the root of c: unattendedly(a word? lol)got some files sticking out of there from addon packs and here and there that's important. I'd like to hide it automatically.
Bezalel Posted November 25, 2005 Posted November 25, 2005 just run the following code:attrib +h %systemroot%\[filename]attrib +h %systemroot%\[directoryname] /dI'd put these in cmdlines.txt (or in a batch file called from cmdlines.txt).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now