How do I get cmd code to run from a .bat file

Viewed 35

I want to make a .bat file that runs these lines of code but I can’t figure that out

bcdedit -set TESTSIGNING OFF

shutdown -r

1 Answers

Create a text file

rename the file to Example.bat

edit the file and place your code

Save the file and then run it

Congratulations, I have become a programmer

Related