Have any of you wondered why (on WindowsXP----and presumably on other WindowsNT machines as well(wasn't able to check, as I don't use them)) you cannot access the System Volume Information directory?
I have, and I find it extremely annoying that files on your own computer are hidden from you! (I'm the curious type

)
So,...if you absolutely must know, YES the restore points ARE stored right inside this special directory
While attrib will let you know of the existence of this directory, you still do not have access. However, that is all about to change
Suppose you have named your user account "Bob"
Well, pull out that trusty command prompt box, "cd" on over to your root directory, and listen up
enter the following command while having sufficient permissions (being the only user of a machine or logging in as administrator should be sufficient)
cacls "System Volume Information" /E /P Bob:F
That should all be on one line, BTW

Then press Enter.
Now Bob can access all of that stuff!
to change it back the way it was before, enter the following on a line by itself, and press Enter
cacls "System Volume Information" /E /R Bob
Be really careful to include the /E ESPECIALLY, as if you don't, you might just end up with a file for which nothing has permissions to access (and that is REALLY bad considering this isn't just any file but is a very important system directory with backup volume information inside!)
Well,....haven't seen anyone ask this here....but if anyone was wondering...there you go
I still find it extremely annoying to have to do that, though. (also find it extremely annoying how Microsoft hasn't publicly released the NTFS filesystem format specifications)
Maybe this will help the more curious of you
