Reclaim or Resize disk space from 'system volume information' by Britec
**How to Reclaim Hard Drive Space by Resizing the System Volume Information Folder in Windows 7**
In this video, we will guide you through the process of reclaiming hard drive space by resizing the **System Volume Information** folder on a Windows 7 operating system. This method allows you to either free up disk space or allocate more space if needed. Whether your system volume folder is taking up too much space or not enough, this tutorial will show you how to adjust it accordingly.
---
### Step 1: Open the Command Prompt as Administrator
To begin, we need to access the Command Prompt with administrator privileges. Here's how:
1. **Open the Run Box**: Press `Windows + R` on your keyboard to open the Run dialog box.
2. **Launch CMD**: Type `CMD` into the Run box and press `Enter`.
3. **Run as Administrator**: Right-click on the Command Prompt icon that appears in the list of applications, then select "Run as administrator." You may be prompted to confirm this action—click "Yes."
Once you have the Command Prompt open, you're ready to proceed.
---
### Step 2: Check Current Shadow Storage Settings
The next step is to view the current settings for your System Volume Information folder. This will help you determine how much space it is currently using and whether resizing is necessary.
1. **Type the Following Commands**:
- Type `vssadmin list shadow storage` in the Command Prompt.
- Press `Enter`.
2. **Review the Output**: The command will display information about your current Shadow Storage configuration, including the allocated size and maximum allowed size. For example:
```
Use: 26,160 MB
Allocated: 498,465 MB
Maximum: 1,494,465 MB
```
This output shows how much space is currently being used and allocated for Shadow Storage.
---
### Step 3: Resize the Shadow Storage
Now that you know your current settings, you can resize the Shadow Storage to either reclaim space or increase it. Here's how:
1. **Type the Following Command**:
- Type `vssadmin resize shadow storage /for=C:\ /maxsize=3GB` in the Command Prompt.
- Replace `C:\` with your system drive if necessary and adjust the size (`3GB`) to suit your needs.
2. **Execute the Command**: Press `Enter` to execute the command. The system will process the resizing request, which may take a few moments.
3. **Verify Success**: After the command completes, you should see a message indicating that the Shadow Storage was successfully resized.
---
### Step 4: Check the New Configuration
To ensure the resize was successful and to confirm your new settings, repeat the `vssadmin list shadow storage` command:
1. **Type the Command**:
- Type `vssadmin list shadow storage` in the Command Prompt.
- Press `Enter`.
2. **Review the Output**: The updated information should reflect the changes you made. For example:
```
Use: 26,160 MB
Allocated: 3,072 MB
Maximum: 3,072 MB
```
This output confirms that the Shadow Storage has been resized to the new configuration.
---
### Additional Notes
- **Reducing Space**: If you are reducing the allocated space, ensure that your system does not rely heavily on restore points. A smaller allocation may limit the number of restore points available.
- **Increasing Space**: If you are increasing the allocated space, consider how many restore points you need and whether this adjustment aligns with your system's requirements.
---
### Conclusion
By following these steps, you can easily resize the System Volume Information folder to reclaim or allocate additional disk space on your Windows 7 computer. This method is particularly useful for users with limited storage capacity, such as those using laptops with smaller hard drives. For more information and other helpful tutorials, visit [b.co](https://www.b.co). Thanks for watching, and don't forget to subscribe for more videos!