5 lines
157 B
Batchfile
Executable File
5 lines
157 B
Batchfile
Executable File
net stop tiledatamodelsvc
|
|
echo "I am shutting down"
|
|
c:\windows\system32\sysprep\sysprep.exe /generalize /mode:vm /oobe /unattend:a:\unattend.xml
|
|
shutdown /s
|