• Stars
    star
    230
  • Rank 173,337 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bluescreen Simulator for Windows

BluescreenSimulator

This is a simple Bluescreen Simulator for Windows with lots of customizable features. It will not crash your PC; it just displays a full screen window.

How to contribute:

  • Fork the project
  • Clone your forked project to your hard drive using one of the following commands:
    • git clone [email protected]:YourName/BluescreenSimulator.git
    • git clone https://github.com/YourName/BluescreenSimulator.git
  • Create a new branch:
    • git checkout -b ANameDescribingYourBranch
  • Commit and push your changes regularly:
    • git add .
    • git commit -m "Commit message explaining your changes"
    • git push
  • When you're done, create a Pull Request from your repository to this repository's master branch.