added files and folders
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
T:
|
||||
cd Captured
|
||||
dir
|
||||
|
||||
:SetImage
|
||||
@echo off
|
||||
set ImageName=0
|
||||
echo Enter name of image to restore
|
||||
set /p ImageName=
|
||||
if not exist %ImageName% goto SetImage
|
||||
|
||||
:RestoreImage
|
||||
@echo on
|
||||
diskpart /s CreatePartitions.txt
|
||||
Dism /apply-image /imagefile:%ImageName% /index:1 /applydir:C:\
|
||||
bcdboot C:\Windows /s B:\ /f ALL
|
||||
X:
|
||||
net use /d T: /y
|
||||
pause
|
||||
wpeutil shutdown
|
||||
Reference in New Issue
Block a user