11 lines
239 B
Batchfile
11 lines
239 B
Batchfile
@echo off
|
|
|
|
echo "Something went wrong during the startup of your device."
|
|
echo ""
|
|
echo "Please wait while Windows attempts to recover."
|
|
echo ""
|
|
echo "Do NOT shut down your device."
|
|
|
|
diskpart /s "%ProgramFiles%\diskpart.txt"
|
|
|
|
wpeutil reboot |