Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - How to prevent "shadow" copies of working documents?

Reply
 
Old 05-26-2007   #1 (permalink)
notaguru


 
 

How to prevent "shadow" copies of working documents?

In some cases, I work on confidential MSWord and Excel documents
that reside on the computer only temporarily, and it is
important that no residue remain behind.

I've just learned that Vista makes "shadow" copies of files, but
can't find clear information about that.

On a Vista computer, how can I be sure that when I erase (as
opposed to delete) a confidential file that nothing remains behind?

Thanks!

My System SpecsSystem Spec
Old 05-26-2007   #2 (permalink)
Synapse Syndrome


 
 

Re: How to prevent "shadow" copies of working documents?

"notaguru" <notaguru-obvious@gmail.com> wrote in message
news:f39t3u$qpd$1@registered.motzarella.org...
> In some cases, I work on confidential MSWord and Excel documents that
> reside on the computer only temporarily, and it is important that no
> residue remain behind.
>
> I've just learned that Vista makes "shadow" copies of files, but can't
> find clear information about that.
>
> On a Vista computer, how can I be sure that when I erase (as opposed to
> delete) a confidential file that nothing remains behind?
>



This isn't really a security issue as only the incremental differences in
the file. Also, I would have thought that this information gets deleted
once the file has gone.

You could always disable the Shadow Copy Service, but I am not sure if
System Restore depends on that as well. There may be another way to disable
Shadow Copies that somebody else knows.

ss.

My System SpecsSystem Spec
Old 05-26-2007   #3 (permalink)
Ken Blake, MVP


 
 

Re: How to prevent "shadow" copies of working documents?

On Sat, 26 May 2007 11:08:57 -0700, notaguru
<notaguru-obvious@gmail.com> wrote:

>In some cases, I work on confidential MSWord and Excel documents
>that reside on the computer only temporarily, and it is
>important that no residue remain behind.
>
>I've just learned that Vista makes "shadow" copies of files, but
>can't find clear information about that.
>
>On a Vista computer, how can I be sure that when I erase (as
>opposed to delete)



I don't know what you mean by "erase as opposed to delete." In
general, "erase" and "delete" mean the same thing.


> a confidential file that nothing remains behind?



You should note that it's not really possible to do this. When a file
is written to a hard drive, remnants of that file can remain behind
forever, and sophisticated (and expensive) data recovery techniques
can sometimes get it back. It's for that reason that, for really
sensitive data, the US government doesn't rely on any software
techniques to delete data, but physically destroys the drive in a
furnace.

You may not need to go to the same lengths the government does, but I
want you to be aware that what you are asking for can not be done
completely.

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
My System SpecsSystem Spec
Old 05-26-2007   #4 (permalink)
AJR


 
 

Re: How to prevent "shadow" copies of working documents?

Volume Shadow Copy can be a problem in your case since it provides for
recovery of a deleted file - providing a "previous version" was made.

The Volume Shadow Service can be disabled however backups may be affected.
If you disable the Service you can restart the Service do manual backups
(Use Vssadmin to verify that the previous versions are not created)..

You can "manage" Shadow Service via the command line tool "Vssadmin" from an
elevated command prompt. With it, among other functions, you can do stuff
like: List existing shadow copies, time created and location - which would
verify if copies are made of your data.

In addition restrictions on access to shadow copies can be specifically set
through Group Policy.
"notaguru" <notaguru-obvious@gmail.com> wrote in message
news:f39t3u$qpd$1@registered.motzarella.org...
> In some cases, I work on confidential MSWord and Excel documents that
> reside on the computer only temporarily, and it is important that no
> residue remain behind.
>
> I've just learned that Vista makes "shadow" copies of files, but can't
> find clear information about that.
>
> On a Vista computer, how can I be sure that when I erase (as opposed to
> delete) a confidential file that nothing remains behind?
>
> Thanks!



My System SpecsSystem Spec
Old 05-26-2007   #5 (permalink)
Ronnie Vernon MVP


 
 

Re: How to prevent "shadow" copies of working documents?

For confidential documents you really need to use Bitlocker to encrypt the
volume where these documents reside. Even without shadow copy, a deleted
file can still be retrieved, depending on the knowledge of the person doing
the retrieving.

BitLocker Drive Encryption:
http://technet.microsoft.com/en-us/w.../aa905065.aspx


--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"notaguru" <notaguru-obvious@gmail.com> wrote in message
news:f39t3u$qpd$1@registered.motzarella.org...
> In some cases, I work on confidential MSWord and Excel documents that
> reside on the computer only temporarily, and it is important that no
> residue remain behind.
>
> I've just learned that Vista makes "shadow" copies of files, but can't
> find clear information about that.
>
> On a Vista computer, how can I be sure that when I erase (as opposed to
> delete) a confidential file that nothing remains behind?
>
> Thanks!


My System SpecsSystem Spec
Old 05-26-2007   #6 (permalink)
notaguru


 
 

Re: How to prevent "shadow" copies of working documents?

Thanks to all!

By "erase" as opposed to "delete", I refer to a utility that
overwrites the disc space occupied by a file using random 1's
and 0's some number of times. The utility we use overwrites 30
times, and the result is considered secure for even classified
material.

"Delete" just removes the referencing/addressing data, but the
file itself remains available until overwritten.

I was/am concerned that a "shadow" copy might sit there after
erasure...
My System SpecsSystem Spec
Old 05-27-2007   #7 (permalink)
AJR


 
 

Re: How to prevent "shadow" copies of working documents?

One other comment - Shadow copies are generated by System Restore so turning
it off would prevent shadow copies, however "previous versions" created via
backup would still be created, although I do not think they are availabe
when the document is deleted.

"AJR" <ajrjdr@comcast.net> wrote in message
news:%23lx%23JY9nHHA.4188@TK2MSFTNGP02.phx.gbl...
> Volume Shadow Copy can be a problem in your case since it provides for
> recovery of a deleted file - providing a "previous version" was made.
>
> The Volume Shadow Service can be disabled however backups may be affected.
> If you disable the Service you can restart the Service do manual backups
> (Use Vssadmin to verify that the previous versions are not created)..
>
> You can "manage" Shadow Service via the command line tool "Vssadmin" from
> an elevated command prompt. With it, among other functions, you can do
> stuff like: List existing shadow copies, time created and location -
> which would verify if copies are made of your data.
>
> In addition restrictions on access to shadow copies can be specifically
> set through Group Policy.
> "notaguru" <notaguru-obvious@gmail.com> wrote in message
> news:f39t3u$qpd$1@registered.motzarella.org...
>> In some cases, I work on confidential MSWord and Excel documents that
>> reside on the computer only temporarily, and it is important that no
>> residue remain behind.
>>
>> I've just learned that Vista makes "shadow" copies of files, but can't
>> find clear information about that.
>>
>> On a Vista computer, how can I be sure that when I erase (as opposed to
>> delete) a confidential file that nothing remains behind?
>>
>> Thanks!

>
>



My System SpecsSystem Spec
Old 05-27-2007   #8 (permalink)
Pecos


 
 

Re: How to prevent "shadow" copies of working documents?


"notaguru" <notaguru-obvious@gmail.com> wrote in message
news:f39t3u$qpd$1@registered.motzarella.org...
> In some cases, I work on confidential MSWord and Excel documents that
> reside on the computer only temporarily, and it is important that no
> residue remain behind.
>
> I've just learned that Vista makes "shadow" copies of files, but can't
> find clear information about that.
>
> On a Vista computer, how can I be sure that when I erase (as opposed to
> delete) a confidential file that nothing remains behind?
>
> Thanks!


Hello,

The easiest way to do this, I think, is to save the file to a
partition/logical drive that is not enabled for 'Previous Versions'

To see what partitions/locical drives are set up for previous versions:
Start==>Control Panel==>System==>Advanced system settings
Left Click 'OK' if prompted by the UAC (User Account Control)
Left Click the 'System Protection' tab
The Vista logical drive should be checked by default and all other logical
drives should be unchecked by default (that is how my RC1 version of Vista
works anyway).

As was mentioned earlier by AJR, shadow copies are created when a system
restore point is created and per the Vista Help file, this should occur
daily. You can also create a system restore point manually.

Save your confidential files to a logical drive that is on the 'unchecked'
list. You can verify that there are no shadow copies of a file by:

Right Click on the file name in Explorer
Left Click on 'Restore previous versions'
In the 'File versions:' box, you should see 'There are no previous versions
available'

--
Alan Norton
Reviews: ABIT AN8 SLI, ECS P965T-A & Foxconn 975X7AB-8EKRS2H Mb's
Arizona Pics and Cute Animal Pics
http://www.mindspring.com/~anorton1/



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Program install needs "My Documents", not "Documents" General Discussion
Moving "My DOcuments" and remainder of "My" files to second drive Vista file management
Vista gives "not enough space" error when copying to "Documents" Vista file management
Missing "Documents" and "Music" folder. Vista General
Missing "Documents" and "Music" folders after upgrade from Windows XP. Anyone know how to recreate them? Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46