View Single Post

  #9  
Old 04-05-2005, 11:35 PM
Stumpy842's Avatar
Stumpy842 Offline
Registered User
 
Join Date: Apr 2005
Location: Ohio
Posts: 1
Wink Try this...

Quote:
Originally Posted by dmcc313
I don't get any further in safe mode than in normal, ie I can't see anything in the system volume information folder, and can,t turn system restore back on. I'm not sure about the DOS idea, not really a DOS person, but my husband is, so will get him to check it out. Out of interest, if you show hidden folders and go to system volume information, can you see anything, or is access denied for you as well (just wondering if this is a normal windows thing, or whether its just me!)?
Cheers

1. Click Start, click Run, type cmd, and then click OK.

2. Make sure that you are in the root folder of the partition for which you want to gain access to the System Volume Information folder. For example, to gain access the C:\System Volume Information folder, make sure that you are in the root folder of drive C (at a "C:\" prompt).

3. Type the following line, and then press ENTER:

cacls "driveletter:\System Volume Information" /E /G username:F

Make sure to type the quotation marks as indicated. This command adds the specified user to the folder with Full Control permissions.

4. Double-click the System Volume Information folder in the root folder to open it.

5. If you need to remove the permissions after troubleshooting, type the following line at a command prompt:

cacls "driveletter:\System Volume Information" /E /R username

This command removes all permissions for the specified user.
Reply With Quote