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
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
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