Recent content by civis

  1. C

    disable explorer.exe on start up

    Did a quick google search and found this: http://www.msfn.org/board/remove-explorer-from-boot-t79586.html Seems like there is a registry key that boots certain programs. Maybe you could make it boot command.com instead? -civis
  2. C

    Linux or Windows for real!

    I have both... and use both frequently. I have never been able to run games as well on Linux as Windows, so I keep my bulky Windows desktop for games, plus whenever I need to test something that might crash my system (since it crashes like 10 times a day anyway). I use Linux for everything...
  3. C

    random(), randomize()

    When I took C++, the Standard Template Library was introduced in the middle of our semester. Before that we used stdlib.h for the rand and srand fuctions and time.h for the time. However, once we started using the STL, we had to change to cstdlib and ctime because of compatibility issues with...
  4. C

    Crashing a Computer With Bat Programming

    I remember crashing my computer (by accident) by ending one of the processes... I was trying to free up some RAM and suddenly I get the message "A critical system process has been aborted... This system will restart in 30 seconds. Please save all open work." So if you can find something like...
Back
Top Bottom