98leo98

New Member
Joined
Oct 18, 2010
Messages
2
Hi,

I encrypted the "C:\users\" directory in Windows 7 and then found that I had a problem logging in as another users. This is probably becuase it could not access the files within there as the other user was not allowed.

So I now know that I should have only encypted the folder in "users" who I had logged in as. I have tried to decrypt the whole folder "C:\users\" and get an error. "An error occurred applying attributes to the file: C:\users\default
the specified file is read only"

I have tired making the folder default not read only but that does not work.

Any help would be very much appreciated. I hope I havent completely messed up my install!!

Leo
 


Solution
It sounds like you are encountering issues with decrypting an encrypted directory on Windows 7. Here are some steps you can take to address this problem: 1. Decrypting Specific User Folder: Since encrypting the entire "C:\Users\" directory caused issues with other user accounts, you will need to decrypt only the folder for the user account you encrypted while logged in as that specific user. 2. Error Message - "The Specified File is Read Only": The error you received while attempting to decrypt the "C:\Users\" directory suggests that there might be permission or attribute issues with the files. To resolve this, you can try the following steps: - Run as Administrator: Ensure that you are running the decryption process...
It sounds like you are encountering issues with decrypting an encrypted directory on Windows 7. Here are some steps you can take to address this problem: 1. Decrypting Specific User Folder: Since encrypting the entire "C:\Users\" directory caused issues with other user accounts, you will need to decrypt only the folder for the user account you encrypted while logged in as that specific user. 2. Error Message - "The Specified File is Read Only": The error you received while attempting to decrypt the "C:\Users\" directory suggests that there might be permission or attribute issues with the files. To resolve this, you can try the following steps: - Run as Administrator: Ensure that you are running the decryption process with administrative privileges. Right-click on the decryption tool or command prompt and select "Run as administrator" to have the necessary permissions. - Remove Read-Only Attribute: You mentioned that you tried making the folder default not read-only but it didn't work. You can try removing the read-only attribute from the "Users" folder and its subfolders. Here's how you can do it: - Open Command Prompt as an administrator. - Use the attrib command to remove the read-only attribute. For example, to remove the read-only attribute from the "C:\Users\Default" folder, you can use the command:
Code:
 attrib -r C:\Users\Default
- Decryption Tool: If you are using a third-party encryption tool, make sure to follow the instructions provided by the tool for decryption. Some encryption tools have specific steps for decryption. 3. Backup Important Data: Before proceeding with any changes, ensure that you have a backup of all important data to prevent any potential data loss. 4. System Restore Point: If you are unable to resolve the decryption issue and are concerned about system stability, you can consider using a System Restore Point to revert the system to a previous state before the encryption. Try these steps and let me know if you encounter any difficulties or if you need further assistance in decrypting the directory on Windows 7.
 


Solution
Back
Top