SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


Encrypted Folder (2)

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 03-28-2005, 06:57 PM
Topazworm Offline
Registered User
 
Join Date: Apr 2003
Posts: 82
Cool Encrypted Folder (2)

A while back i had an accident with my comp. As a result the "My Documents Folder" i think was encrypted and after reformat it cant be accessed. Since downloading the demo of Active File REcovery it teases me by showing the entire contents of my lost dir and the ability to recover the files. So my question is:
Its not lost data its encrypted. Is there a way i can access the folder? i dont want to pay fo rthe programme simply because i cannot afford it
and 2 is there a way of deleting the folder in question. as it will always state "access denied" when i try to do anything with it!
any help is appreciated!!
__________________
Pentium 4 2.4 mhz
1GB DDR Ram
1x40gig hdd
1x180gig hdd
128 mb geforce 4 graphics card
sound blaster audigy
Reply With Quote

  #2  
Old 03-29-2005, 01:48 PM
snowmonkey's Avatar
snowmonkey Offline
Registered User
 
Join Date: Jun 2003
Location: Canada
Posts: 3,355
Send a message via MSN to snowmonkey
I do recall your original post a while back and I did reply to you via PM, but I guess you did not read it, read your PM and reply to it.

Cheers
Reply With Quote

  #3  
Old 03-29-2005, 02:16 PM
Topazworm Offline
Registered User
 
Join Date: Apr 2003
Posts: 82
Quote:
Originally Posted by snowmonkey
I do recall your original post a while back and I did reply to you via PM, but I guess you did not read it, read your PM and reply to it.

Cheers

i did respond..maybe wasnt in depth but i did. I just need general advice. The situation has changed slightly since
__________________
Pentium 4 2.4 mhz
1GB DDR Ram
1x40gig hdd
1x180gig hdd
128 mb geforce 4 graphics card
sound blaster audigy
Reply With Quote

  #4  
Old 03-29-2005, 03:09 PM
snowmonkey's Avatar
snowmonkey Offline
Registered User
 
Join Date: Jun 2003
Location: Canada
Posts: 3,355
Send a message via MSN to snowmonkey
Read your PM (Private Messages) again.

Cheers
Reply With Quote

  #5  
Old 03-29-2005, 06:12 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
Quote:
Originally Posted by Topazworm
A while back i had an accident with my comp. As a result the "My Documents Folder" i think was encrypted and after reformat it cant be accessed. Since downloading the demo of Active File REcovery it teases me by showing the entire contents of my lost dir and the ability to recover the files. So my question is:
Its not lost data its encrypted. Is there a way i can access the folder? i dont want to pay fo rthe programme simply because i cannot afford it
and 2 is there a way of deleting the folder in question. as it will always state "access denied" when i try to do anything with it!
any help is appreciated!!

Hi,

Iv put a batch script together that might totaly recover the folder. Including giving you access to it. But keep in mind that I have never had to do this on my own machine, so I cant say it will work for sure. But here it is anyway.

Copy the text starting from the line "@ECHO OFF" and paste it into notepad, then save it as ATTRIB.cmd then double click it.

Where you see "username" change it for your windows user name. In the "CALCS" line where "username" is specified, wrap it in quotes if your username has more then one word, like "john doe". Also, press Y folowd by enter when prompted. Sorry if the instructions are a bit stechy, if you like you could type each line into a command window pressing enter after each line.

@ECHO OFF
title Attrib changer
ECHO.

ECHO This command file will attempt to change the attribute set on "My Documents".
pause

CACLS "C:\Documents and Settings\username\My Documents" /P username:F

ATTRIB -S -H "C:\Documents and Settings\username\My Documents"

ATTRIB -E "C:\Documents and Settings\username\My Documents"

pause
EXIT

Last edited by cache : 03-29-2005 at 07:14 PM.
Reply With Quote

  #6  
Old 03-29-2005, 08:40 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
I just tried the batch file on a folder in my own machine. It seem the batch file doesnt like the ATTRIB commands and just keeps cycling through the the CALCS command.

Instead of making a .cmd file just type the folowing commands into a command prompt, pressing enter after each line and see if that works:

CACLS "C:\Documents and Settings\username\My Documents" /P username:F

ATTRIB -S -H "C:\Documents and Settings\username\My Documents"

ATTRIB -E "C:\Documents and Settings\username\My Documents"

Dont forget to change "username" for your windows username. Unfortunately I cant test the line for removing the encrypted attribute because it seems that parameter only comes with newer versions of XP.

Last edited by cache : 03-29-2005 at 08:42 PM.
Reply With Quote

  #7  
Old 03-31-2005, 01:06 AM
Topazworm Offline
Registered User
 
Join Date: Apr 2003
Posts: 82
Thanks for all your advice. I tried Active File Recovery. Paid For it in the end. And it worked like a charm. So now i need your help once more. This time in deleting the annoying folder. "my documents" ive got all my data back, and placed in a folder called Docs for now. i want to delete the old my documents but of course "access denied" any advice? thanks
__________________
Pentium 4 2.4 mhz
1GB DDR Ram
1x40gig hdd
1x180gig hdd
128 mb geforce 4 graphics card
sound blaster audigy
Reply With Quote

  #8  
Old 03-31-2005, 01:51 AM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
Hi,

Try this to get rid the access denied message:

Go to start-> run-> type cmd-> in the command window type:

CACLS "C:\Documents and Settings\username\My Documents" /P username:F

Change "username" for your Windows username then press enter and agree(Y) then press enter again.

After that you will have to remove the system attribute before it can be deleted (if at all).

Still at the command prompt type:

ATTRIB -S -R "C:\Documents and Settings\username\My Documents"

Again change "username" to your Windows username then press enter.

Then to delete the folder open task manager and kill explorer.exe. In the command prompt type:

RD /S /Q "C:\Documents and Settings\username\My Documents"

Change "username" to your Windows usename and press enter.

Next type:

Explorer.exe

Press enter to start Windows Explorer again.

Hopefuly that should work. Post back and let us know.
Reply With Quote

  #9  
Old 03-31-2005, 10:12 AM
Topazworm Offline
Registered User
 
Join Date: Apr 2003
Posts: 82
Doesnt work for me
This is how i had it:
Old Username before format : Topazworm
New One Operator3
my documents is located at : d:\my documents

Ive tried editing what you gave me to reflect this but still no dice. Its not a huge problem not deleting it apart from the fact its using about 35 GB of my hard drive space
__________________
Pentium 4 2.4 mhz
1GB DDR Ram
1x40gig hdd
1x180gig hdd
128 mb geforce 4 graphics card
sound blaster audigy
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mystery "Hiding" Folder and File Plado Windows XP 9 02-17-2008 02:14 PM
Access denied to folder after reinstall javert Windows XP 8 01-23-2008 05:41 AM
2 small questions: cookies folder and folder options MiaBocca Windows XP 5 06-11-2007 02:46 AM
Encrypted Folder? EMERGENCY! Topazworm Windows XP 5 03-18-2005 07:13 AM
Folder Freeze XPnvrworks Windows XP 0 02-19-2004 11:10 AM



All times are GMT -5. The time now is 01:14 AM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.