0
we, a non profit youth center, are running a view windows 10 Pro computers on which the kids can play and research. Because of the limited time of the volunteers to maintain these computers, we are looking for a technology to restore the Windows 10 installations to a previously defined state/snapshot on every boot.
We tried cloning the hole disk tools like CloneZilla, but todays disk sizes take forever to restore a complete partition. We also tried software like Reboot Restore Rx, but windows updates and in particular the Windows version updates (i.e. 1709 -> 1803) are no fun to handle with this software and need a lot of time and attention.
So we need a easy to handle solution that
- restores a Windows 10 Pro partition ...
- within a decent amount of time
- on every reboot
- is easy to maintain ...
- and update when there are windows updates available
- it should also be cheap or free
I read something about Microsofts build in volume shadow copy. I found out how to manually crate a new shadow copy of the partition.
vmic shadowcopy call create Volume=C:\
But how to restore the last created shadow copy on every reboot? Or are there any better solutions available?