FlyTechVideos / BluescreenSimulator

Bluescreen Simulator for Windows
MIT License
230 stars 90 forks source link

Commands do not execute #72

Closed xWires closed 2 years ago

xWires commented 3 years ago

If I put in a command to execute after the blue screen (in this case 'shutdown /r') and generate the executable, then run it, the blue screen appears but the machine does not reboot. Am I doing something wrong?

0xRoco commented 3 years ago

Did you enable unsafe mode?

xWires commented 3 years ago

Yes i have. This is my command 'BluescreenSimulator.exe -c "shutdown /r" --win10'

Pranay-Chopra commented 3 years ago

Ya I have this issue too. My command is BluescreenSimulator.exe -c "shutdown /r /f /t 0" --win10 --enable-unsafe

SamyoFox commented 2 years ago

Fixed with #99.