Link !new!: Ccboot Image
The performance of an Image Link is dictated by the storage tier. Since all clients are reading from one file, that file must be served from a disk array capable of handling massive concurrent IOPS (Input/Output Operations Per Second).
You don’t need 50 copies of Windows for 50 PCs. One master image links to all of them. ccboot image link
@echo off net stop ccbootservice xcopy D:\CCBOOT\Image\*.img E:\CCBOOT_Backup\ /E /Y xcopy D:\CCBOOT\Config\*.mdb E:\CCBOOT_Backup\Config\ /Y net start ccbootservice echo Image link registry backed up at %date% >> backup.log The performance of an Image Link is dictated