Indeed, the error messages were caused by a virus, which apparently got in when I was using my USB flash drive. Cleaned them and no more annoying pop-ups.
Thanks
Hi all,
I have an Asus eePC netbook with Win XP Home SP3, and I'm having some issues with the error messages:
This usually happens after I open the web browser ( FireFox ). I did some research and they point to either a virus, a .NET or other program uninstall. This is a new netbook, used from...
Hi,
Linney, in my situation I've no password or certificates saved, I don't even recall being prompted for one back then - so for me all the encrypted files are not recoverable.
Tlcscousin, thanks for your advice, but my backup consists only of my documents ( books, music, pictures, etc )...
Well, the methods described in the links you provided help when the certificates are saved ..., actually I don't remember having saved a certificate somewhere though, and surely I have all the files.
Thanks anyway.
_____________________________
Correction in my previous post:
should be:
Hi all,
Definitely Freestone. One of the hidden ( and very poisonous ) culprits of the files' access denial. While searching I saw many other people with the same problem and as the story goes I totally forgot I had encrypted my partition, and it badly bit me back now !
So I have to do the...
I think I'm making little progress...upon closer inspection of the properties of the good files and the other ones, I see that the bad ones have encryption checked ( in Advanced Attributes tab - Encrypt contents to secure data is checked ), and in the Details tab of Advanced Attributes I see my...
Hi,
I followed your advice, gave full control to my id, made sure it goes down the tree of subfolders and files, selected Copy ..., but surprisingly those files still refuse to open :(
Example, I have some pdf files in the same folder, one opens normally whereas the other one does not. I...
Oops, just noticed second question of dippncope !
Yes, same files, that were under the same folder in the backup drive. I created one folder ( named user_backup ),and I put everything in there, about 90 Gb of files, organized in folders ( Music, books, ... etc )
Hi dippncope, yes they are same files as in the external drive, ( files themselves are of different types, ie .pdf , .doc , .txt, .jpeg, .mp3, and so on ).
Hi Ben, I'm following exactly the steps described in your link, but for some strange reason is not working. I'm going nuts ! It's been...
Hi again,
During these two days I tried hard taking ownership of my backup ( as described in MS site http://support.microsoft.com/kb/308421 ), but the same issue :( .
At least, using Win XP backup application ( under Accessories ), I was able to move my files out of the external drive into my...
Hi,
I have a SimpleTech external hard drive ( formatted as NTFS ), and a few days ago I needed to reformat my PC ( Windows XP ), so I copied my docs, my pictures, etc, to this external drive. So far so good.
After I reformatted my PC ( again installed Win XP ), I tried to copy the files back...
The following code works for the given samples, modify as needed.
awk '
FILENAME==ARGV[1] { a[substr($0,1,40)] }
FILENAME==ARGV[2] { if( substr($0,3,40) in a ) print }
FILENAME==ARGV[3] { if( substr($0,3,40) in a ) print }
' s1.txt t1.txt t2.txt > output_file
Assuming the files` format is as shown above, you can work on something like this:
awk '
FILENAME==ARGV[1] { a[$0] }
FILENAME==ARGV[2] { split(substr($0,3,7),b); if ( b[1] FS b[2] in a ) print }
FILENAME==ARGV[3] { split(substr($0,3,7),b); if ( b[1] FS b[2] in a )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.