Google
 
Web www.theeldergeek.com

Home     |     Forum     |     Commentary     |     About TEG     |     Links     |     Advertise     |     Contact TEG

Subscribe to The Elder Geek Content Update Notification          |||          The Elder Geek on Windows XP Forum Is Open for Posting !

Index   >>>   A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z   <<<   Index

Windows XP
*SP2 = Item Updated w/SP2 Info

Install / Remove

Bare Bones Troubleshooting
Driver Scan by Touchstone Software
Dual and MultiBooting XP
Install Backup for XP Home
Remove Microsoft Messenger
Slipstreamed XP/SP2 Bootable CD *SP2
Slipstreamed XP/SP1a Install
Slipstreamed XP Update Rollup
Slipstreamed XP/SP3 Bootable CD
Uninstall via C:\ Prompt
Use F5 to Specify ACPI BIOS
Windows XP Upgrade Paths
XP Home Clean Install - Graphic
XP Pro Clean Install - Graphic
XP Pro Clean Install - Text Version
XP Pro Upgrade Install -Text Version

OS Guides from WindowsReinstall.com

Boot Disk Resources

Bootdisk.com Main Page
Bootdisk.com Downloads

Security and Updates

Automatic Update  *SP2
HotFix & Security Bulletin Svc
Hot-Fix Verifier
Issues After You Install Updates to Internet Explorer or Windows
Microsoft Update - Overview
Microsoft Update - Installing
Microsoft Update - Usage

 

Search MS for Updates
Security Information
Service Pack 1
Service Pack 2 Beta Release
Windows AntiSpyware (Beta)
Windows Firewall   *SP2
Windows Security Center  *SP2
Windows Update Catalog
Windows Update Troubleshooter

Registry

Backing Up and Restoring
Recover Corrupted Registry
Registry Edits

DDR Memory at Crucial.com

User Interface

Classic Start Menu and Desktop
Create Shortcut Wizard
Custom Win Explorer Views
Feature Guides
File Management Tips
Windows Classic Interface
Windows XP Power Toys
Windows XP User Interface

Network and Internet

Guide to Simple File Sharing
Internet Connection Firewall
Repair IE6 and OE6
Running IIS on XP Home

System

Back Up Using Advanced Mode
Back Up Using Backup Wizard
Baseline Security Analyzer v1.2
Compatibility Mode
Control Panel
Define A Backup Strategy
Disk Cleanup Utility
Disk Defragmenter Utility
Disk Management Utility
Group Policy Editor
Hard Drive Partitioning
Install/Use Recovery Console
Management Console
Paging File
Stop Error Messages
System Restore
Re-enable System Restore
System Services Guide
System Volume Info Folder
XP Shutdown Troubleshooting

Hardware

Move Current XP Hard Drive
Replace XP System Motherboard

Miscellaneous

Bill Gates Newsletter
Bits to Exabytes
Longhorn 4015 Preview
Windows Timeline

Windows XP FAQ

Outlook Express 6

Repair IE6 and OE6
Repair Spell Check in OE6
Welcome Screen Mail Notification

Internet Explorer 6

List of Fixes in IE6 SP1
Maximize IE6 On Opening
Repair Internet Explorer 6
Repair or Reinstall IE6 and OE6

Virus/Spyware/Malware

Blaster and Sobig Worms
The Download.Ject Mess
Return Receipt Outlook Scam

Downloads

Driver Scan by Touchstone Software
Baseline Security Analyzer v1.2
XP Media Player 9
Release Notes for WMP9
XP Professional Downloads
Recent MS Service Pack Listings

MS Windows AntiSpyware (Beta)

Memory from Crucial.com

Knowledge Base Articles

Accessibility Options
Add or Remove Programs
Appearance and Themes
Date Time Language Regional
Network and Internet Connections
Performance & Maintenance
Printers and Other Hardware
Setup
Sounds Speech Audio Devices
User Accounts

Microsoft Resources

Windows XP Professional
Windows XP Home Edition
Windows XP Update
Windows XP Expert Zone
Microsoft Security
Desktop Deployment Res. Ctr.
Microsoft TechNet
MSDN
Product Support Services
Microsoft Download Center
Guide to Downloads
Windows XP Support Center
Windows XP Technical Overview
DLL Help Database
Windows Life-Cycle Policy
MS Product Feedback
XP Pro Windows Folder Contents

IIS 6.0 Resource Guide
Microsoft Skills Assessment
 

Has The Elder Geek
site been useful?

Consider A Donation
 

Privacy Policy

 

TEG is hosted by:
Hosting Matters


Untitled Document Recommended: Click here to run a FREE system scan



System Volume Information Folder

If you've done much wandering around in Windows Explorer you might have noticed a folder called System Volume Information and wondered what purpose it serves. It's actually a part of System Restore; the tool that allows you to set points in time to roll back your computer. The System Volume Information folder is where XP stores these points and associated information that makes them accessible. If you have System Restore enabled but don't see this folder, go into [Tools] [Folder Options] [View] and click the radio button next to [Show Hidden Files and Folders] and it will be visible.

How many System Volume Information folders your computer has and where they are located depends on the settings you've selected for System Restore. For an overview of System Restore and how these interactions apply, click here.

Accessing the System Volume Information Folder

Under most circumstances there is no need to access this folder, but if you're the curious type and want to see what it contains, how you gain access depends on the XP version, file system, and whether you are part of a domain.

Windows XP Professional and Home Edition - FAT32 File System

In Windows Explorer click [Tools] [Folder Options]
Click the [View] tab, click [Show Hidden Files and Folders]
Clear [Hide protected operating system files (Recommended)] check box.
Click [Yes] on the change confirmation box and click [OK] to exit.
Double-click the System Volume Information folder to open.

Windows XP Professional using the NTFS File System on a Workgroup or Standalone Computer

In Windows Explorer click [Tools] [Folder Options]
Click the [View] tab, click [Show Hidden Files and Folders]
Clear [Hide protected operating system files (Recommended)] check box.
Click [Yes] on the change confirmation box and click [OK] to exit.
Right-click the System Volume Information folder in the root folder.
Click [Properties] and select the [Security] tab. Click [Add]
Enter the name of the user you are allowing access to the folder.
Click [OK], and then click [OK].
Double-click the System Volume Information folder to open.

Windows XP Professional Using the NTFS File System on a Domain

In Windows Explorer click [Tools] [Folder Options]
Click the [View] tab, click [Show Hidden Files and Folders]
Clear [Hide protected operating system files (Recommended)] check box.
Click [Yes] on the change confirmation box and click [OK] to exit.
Right-click the System Volume Information folder in the root folder.
Click [Properties] and select the [Security] tab. Click [Add]
Enter the name of the user you are allowing access to the folder and select the account location.
Click [OK], and then click [OK].
Double-click the System Volume Information folder to open.

Using CACLS with Windows XP Home Edition Using the NTFS File System

In Windows XP Home Edition with the NTFS file system, it's necessary to take a different approach since Simple File Sharing does not allow modifying the Access Control Lists (ACL's). The result is the same, but you use the Cacls command-line tool to modify file or folder access control lists (ACL's).

Click [Start] [Run] type cmd and click [OK].
Navigate to the root folder of the partition where the System Volume Information folder you want to access is located.
Type cacls ":\System Volume Information" /E /G <username>:F and press ENTER
Note: In this instance, make sure you type the quotation marks as shown in the line above.
Double-click the System Volume Information folder to open.

To remove permissions, type cacls ":\System Volume Information" /E /R <username> at the command prompt to remove all permissions for the user.

Using Safe Mode To Bypass Simple File Sharing

In situations where Simple File Sharing is being used it's easier to start the computer in Safe Mode because Simple File Sharing is off by default when XP is booted into Safe Mode. This is exactly the same routine that is detailed above in the "Windows XP Professional using the NTFS File System on a Workgroup or Standalone Computer" section.

In Windows Explorer click [Tools] [Folder Options]
Click the [View] tab, click [Show Hidden Files and Folders]
Clear [Hide protected operating system files (Recommended)] check box.
Click [Yes] on the change confirmation box and click [OK] to exit.
Right-click the System Volume Information folder in the root folder.
Click [Properties] and select the [Security] tab. Click [Add]
Enter the name of the user you are allowing access to the folder.
Click [OK], and then click [OK].
Double-click the System Volume Information folder to open.

In all likelihood you'll never have any reason to access the System Volume Information folder other than to satisfy your own curiosity as to what it contains, but you never know; having that little piece of info tucked away may prove invaluable one day.

The Elder Geek on Windows XP Website CD ROM
Pricing Information
 

 

Slipstreamed XP/SP2 CD
How to create including
burning instructions for
Nero and Roxio

Slipstreamed XP/SP3 CD

Service Pack 2
Articles Archive

Guide to Simple File Sharing
Share Folders, Files, and Printers in XP Home and Professional

Virtual Memory Paging File
Size - Optimize
Defragment - Monitor

Common Solutions

Has The Elder Geek site been useful?

Consider A Donation
 

 

GoDaddy.com $3.99 Domain Name Sale

123Inkjets - Printer Ink, Toner & More!

 

Basic How To Articles
for XP Newbies

 - Managing Starting / Stopping XP
 - Managing Basic Desktop Components
 - Managing Basic Hardware Settings
 - Managing Folders and Files
 - Managing Applications

System Services Guide

Troubleshooting Shutdown Issues

XP File Management
Tips to organize Quick Launch, Search, and Windows Explorer for easier, efficient use.

Protecting System and Data Via NTBackup
Backup w/ Wizard
Backup w/ Adv. Mode

 

 

Windows Update Catalog
Windows Update Catalog offers centralized XP and .NET Critical Updates, Service Pack, and Hardware Driver Downloads

Automatic Update

Advertise with TEG
Rate Card

XP Power Toys
Power Toys Download

Clean or Upgrade
XP Installation?

Which is better?

Has The Elder Geek site been useful?

Consider A Donation
 
 

Bare Bones Troubleshooting
Tried everything and can't get XP to install? Take a look here.

The 'System Volume Information' Folder
What is it and why is it taking up room on your hard drive(s)?

Microsoft Management Console
A Guide to Understanding and Using This Often Overlooked but Useful XP Feature

Registry Tweaks and Edits

Backing Up and Restoring the XP Registry

 
 

Accessing The Different Methods of Repair Available in Windows XP

Generate File Listings from IE Context Menu

The "Send To" Menu Command
Add your own frequently accessed locations to make this context menu more useful.

Has The Elder Geek site been useful?

Consider A Donation
 

 

Create A Personalized Boot Logo Screen

Using XP Disk Cleanup Utility

Using Disk Defragmenter Utility

Common Solutions

Tips and Solutions Arranged by XP Control Panel Groupings

 

 

Google
  Web www.theeldergeek.com   

-  Important Information  -
The Elder Geek on Windows XP site contains many articles and suggestions for modifying the Windows XP operating system. I've tried these tweaks and tips on many systems. Sometimes they work, sometimes not. The point is, ensure you have a current, tested backup of all system and data files and understand how to restore the system in case something goes very wrong. You can still yell at me, but I assume no responsibility for your actions and use of the information and disclaim any legal responsibility for any consequences of such actions.

Copyright © 2002/2003/2004/2005/2006/2007/2008, Jim Foley/The Elder Geek, All Rights Reserved Worldwide
Reproduction, in any form, of information on this site is prohibited without express written permission.
Microsoft is in no way affiliated with, nor offers endorsement of, this site.