Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cls
- for /f "delims={} tokens=2" %%a in ('bcdedit /copy {default} /d "Safe mode 1"') do set nam=%%a
- bcdedit /set {%nam%} safeboot minimal
- echo Set timeout 5 sec
- bcdedit /timeout 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement