PC Review


Reply
Thread Tools Rate Thread

Disabling VSS in Vista

 
 
HAL
Guest
Posts: n/a
 
      10th Feb 2007
I see Volume Shadow copy Service (VSS) is enabled at Vista user profiles.

I would like to know how this is configured, as it seem only active at
C:\Users and I do not seem to be able to configure it (e.g. turn it off).

--
IT/MsC/ITAdm
Engineering Services
 
Reply With Quote
 
 
 
 
Rock
Guest
Posts: n/a
 
      10th Feb 2007
"HAL" <(E-Mail Removed)> wrote

>I see Volume Shadow copy Service (VSS) is enabled at Vista user profiles.
>
> I would like to know how this is configured, as it seem only active at
> C:\Users and I do not seem to be able to configure it (e.g. turn it off).


I'm not sure what you mean that it seems only active at C:\Users. It is
involved in the creation of System Restore points, shadow copies of files,
and backups. As a service it's in the services console.

--
Rock [MVP - User/Shell]

 
Reply With Quote
 
Rock
Guest
Posts: n/a
 
      10th Feb 2007
"HAL" <(E-Mail Removed)> wrote

>I see Volume Shadow copy Service (VSS) is enabled at Vista user profiles.
>
> I would like to know how this is configured, as it seem only active at
> C:\Users and I do not seem to be able to configure it (e.g. turn it off).


Some aspects of VSS can be managed through the command line tool vssadmin.
Do vssadmin /? for info on the options.

 
Reply With Quote
 
HAL
Guest
Posts: n/a
 
      12th Feb 2007
Rock wrote:
> "HAL" <(E-Mail Removed)> wrote
>
>> I see Volume Shadow copy Service (VSS) is enabled at Vista user profiles.
>>
>> I would like to know how this is configured, as it seem only active at
>> C:\Users and I do not seem to be able to configure it (e.g. turn it off).

>
> I'm not sure what you mean that it seems only active at C:\Users. It is
> involved in the creation of System Restore points, shadow copies of
> files, and backups. As a service it's in the services console.
>


So, it's actually important to have VSS active? So if I want to turn it
off, it's actually better to just set the c:\ maxsize to 1mb?

--
IT/MsC/ITAdm
Engineering Services
 
Reply With Quote
 
Rock
Guest
Posts: n/a
 
      12th Feb 2007
"HAL" <(E-Mail Removed)> wrote

> Rock wrote:
>> "HAL" <(E-Mail Removed)> wrote
>>
>>> I see Volume Shadow copy Service (VSS) is enabled at Vista user
>>> profiles.
>>>
>>> I would like to know how this is configured, as it seem only active at
>>> C:\Users and I do not seem to be able to configure it (e.g. turn it
>>> off).

>>
>> I'm not sure what you mean that it seems only active at C:\Users. It is
>> involved in the creation of System Restore points, shadow copies of
>> files, and backups. As a service it's in the services console.
>>

>
> So, it's actually important to have VSS active? So if I want to turn it
> off, it's actually better to just set the c:\ maxsize to 1mb?


I don't know all the effects from turning it off, beyond no system restore
points, no volume shadow copies and no backups. Why don't you want it?

--
Rock [MS-MVP User/Shell]

 
Reply With Quote
 
HAL
Guest
Posts: n/a
 
      12th Feb 2007
Rock wrote:
> "HAL" <(E-Mail Removed)> wrote
>
>> Rock wrote:
>>> "HAL" <(E-Mail Removed)> wrote
>>>
>>>> I see Volume Shadow copy Service (VSS) is enabled at Vista user
>>>> profiles.
>>>>
>>>> I would like to know how this is configured, as it seem only active
>>>> at C:\Users and I do not seem to be able to configure it (e.g. turn
>>>> it off).
>>>
>>> I'm not sure what you mean that it seems only active at C:\Users. It
>>> is involved in the creation of System Restore points, shadow copies
>>> of files, and backups. As a service it's in the services console.
>>>

>>
>> So, it's actually important to have VSS active? So if I want to turn
>> it off, it's actually better to just set the c:\ maxsize to 1mb?

>
> I don't know all the effects from turning it off, beyond no system
> restore points, no volume shadow copies and no backups. Why don't you
> want it?
>


I don't like the security issues. People may have documents stored on
their laptops and if it gets stolen, thieves may recover important
documents. I do not fancy the full laptop encryption either, since it's
new and not widely in use yet.

--
IT/MsC/ITAdm
Engineering Services
 
Reply With Quote
 
Rock
Guest
Posts: n/a
 
      12th Feb 2007
"HAL" <(E-Mail Removed)> wrote

> Rock wrote:
>> "HAL" <(E-Mail Removed)> wrote
>>
>>> Rock wrote:
>>>> "HAL" <(E-Mail Removed)> wrote
>>>>
>>>>> I see Volume Shadow copy Service (VSS) is enabled at Vista user
>>>>> profiles.
>>>>>
>>>>> I would like to know how this is configured, as it seem only active at
>>>>> C:\Users and I do not seem to be able to configure it (e.g. turn it
>>>>> off).
>>>>
>>>> I'm not sure what you mean that it seems only active at C:\Users. It
>>>> is involved in the creation of System Restore points, shadow copies of
>>>> files, and backups. As a service it's in the services console.


>>> So, it's actually important to have VSS active? So if I want to turn it
>>> off, it's actually better to just set the c:\ maxsize to 1mb?

>>
>> I don't know all the effects from turning it off, beyond no system
>> restore points, no volume shadow copies and no backups. Why don't you
>> want it?


> I don't like the security issues. People may have documents stored on
> their laptops and if it gets stolen, thieves may recover important
> documents. I do not fancy the full laptop encryption either, since it's
> new and not widely in use yet.


I don't understand your reasoning. If the laptop is stolen, then they have
the data, so why does the presence of shadow copies and backups make it any
worse? It seems like your removing some useful features with little to be
gained by it.

--
Rock [MS-MVP User/Shell]

 
Reply With Quote
 
Robert Moir
Guest
Posts: n/a
 
      13th Feb 2007
On 2007-02-12 15:14:42 +0000, HAL <(E-Mail Removed)> said:
>
> I don't like the security issues. People may have documents stored on
> their laptops and if it gets stolen, thieves may recover important
> documents. I do not fancy the full laptop encryption either, since it's
> new and not widely in use yet.


VSS uses NTFS permissions from the area of the filesystem being
shadowed to control who has access to what.

If they can access the volume shadow storage of files then they can
also access the originals because they'll be logged on as the
appropriate user or an admin anyway, so disabling VSS won't buy you
much in this regard.

It's a security issue only if you regard it as a security issue that
once someone has stolen your car they can listen to whatever CD you
have in the player. Fair point, quite true, but I personally would be
worried more about the actual car.

--
Robert Moir

www.rhymeswithgeek.com

 
Reply With Quote
 
HAL
Guest
Posts: n/a
 
      15th Feb 2007
Rock wrote:
> "HAL" <(E-Mail Removed)> wrote
>
>> Rock wrote:
>>> "HAL" <(E-Mail Removed)> wrote
>>>
>>>> Rock wrote:
>>>>> "HAL" <(E-Mail Removed)> wrote
>>>>>
>>>>>> I see Volume Shadow copy Service (VSS) is enabled at Vista user
>>>>>> profiles.
>>>>>>
>>>>>> I would like to know how this is configured, as it seem only
>>>>>> active at C:\Users and I do not seem to be able to configure it
>>>>>> (e.g. turn it off).
>>>>>
>>>>> I'm not sure what you mean that it seems only active at C:\Users.
>>>>> It is involved in the creation of System Restore points, shadow
>>>>> copies of files, and backups. As a service it's in the services
>>>>> console.

>
>>>> So, it's actually important to have VSS active? So if I want to turn
>>>> it off, it's actually better to just set the c:\ maxsize to 1mb?
>>>
>>> I don't know all the effects from turning it off, beyond no system
>>> restore points, no volume shadow copies and no backups. Why don't
>>> you want it?

>
>> I don't like the security issues. People may have documents stored on
>> their laptops and if it gets stolen, thieves may recover important
>> documents. I do not fancy the full laptop encryption either, since
>> it's new and not widely in use yet.

>
> I don't understand your reasoning. If the laptop is stolen, then they
> have the data, so why does the presence of shadow copies and backups
> make it any worse? It seems like your removing some useful features
> with little to be gained by it.
>


Because a lot of programs cache local copies of files.

--
IT/MsC/ITAdm
Engineering Services
 
Reply With Quote
 
HAL
Guest
Posts: n/a
 
      15th Feb 2007
Robert Moir wrote:
> On 2007-02-12 15:14:42 +0000, HAL <(E-Mail Removed)> said:
>>
>> I don't like the security issues. People may have documents stored on
>> their laptops and if it gets stolen, thieves may recover important
>> documents. I do not fancy the full laptop encryption either, since
>> it's new and not widely in use yet.

>
> VSS uses NTFS permissions from the area of the filesystem being shadowed
> to control who has access to what.
>
> If they can access the volume shadow storage of files then they can also
> access the originals because they'll be logged on as the appropriate
> user or an admin anyway, so disabling VSS won't buy you much in this
> regard.
>
> It's a security issue only if you regard it as a security issue that
> once someone has stolen your car they can listen to whatever CD you have
> in the player. Fair point, quite true, but I personally would be worried
> more about the actual car.
>


I'm not sure how SAM data exist on Vista, but I'm sure it's possible to
brute-force any credentials like on XP.

--
IT/MsC/ITAdm
Engineering Services
 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling PING on Vista-64 Robert Windows Vista Security 2 13th Dec 2008 09:11 AM
Vista disabling programs Windows Vista General Discussion 1 8th Dec 2008 02:01 PM
Disabling UAC in Vista Fran Windows Vista General Discussion 2 22nd May 2008 09:58 PM
Disabling DEP in windows Vista Megerild Windows Vista General Discussion 2 27th Dec 2007 05:53 PM
Disabling Vista Confirmation Dialogs Vista User Windows Vista General Discussion 6 22nd Dec 2007 02:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:38 PM.