Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System Restore "Limit Storage Space"
#1
Hey everyone,

Sometimes I run across Computers that have too many Restore Points in them "even to the point where they almost take up all the room on a drive". Restore Point area (Shadow Storage) will keep filling up unless you limit that space. This is the way I do it "with the work that I do", so I figured that I'd share...

***Run ALL AS ADMIN***

Delete all Restore Points with CMD:
Code:
vssadmin delete shadows /all

Set System Restore Size with CMD:
Code:
vssadmin Resize ShadowStorage /On=C: /For=C: /MaxSize=10GB
This will set the Shadow Storage size to 10GB on the C: drive, you can edit the size to whatever you want. "Don't forget to create a new Restore Point with the next command!"...

Create System Restore Point With CMD:
Code:
Wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "%DATE%", 100, 1
This will create a new Restore Point with the day and date.

Very useful when doing Remote Support...
L.S. Computer Systems
807 East Broadway
Hopewell, VA. 23860, USA
+1 (804) 715-8185
https://www.lscomputersystems.com
Reply

#2
Nice one
Reply

#3
Very Nice Larry!
Reply

#4
good job
Reply

#5
Thank's guys...hope it helps
L.S. Computer Systems
807 East Broadway
Hopewell, VA. 23860, USA
+1 (804) 715-8185
https://www.lscomputersystems.com
Reply

#6
Really good info Larry!
Tim's Computer Repair (TCR) 
1503 Kings Way, Savannah, GA 31406, US
912-220-0765
https://www.TimsComputerFix.net 

Reply

#7
(09-06-2017, 01:45 PM)Timster Wrote:  Really good info Larry!

Thank's Tim, a lot faster than drilling down to get to all the settings. I like to see at least 3 restore points in a system tops! Not 25 or 30...lol
L.S. Computer Systems
807 East Broadway
Hopewell, VA. 23860, USA
+1 (804) 715-8185
https://www.lscomputersystems.com
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.