Thread: restart drives me crazy

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    36

    restart drives me crazy

    it's driving me crazy.....

    anyone knows how can i prevent my windows xp from restarting??

    there are situations when you click some button in some window and it
    restarts the system without asking first

  2. #2

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Assuming you've checked for a virus already...

    Unless the button is "Yes" when you're asked if you want to restart, you're likely having some sort of catastrophic failure. It's likely that you get a BSOD, but the restart is automatic and too fast for you to see it. Go to the Control Panel, then System, then under the Advanced tab in the Startup and Recovery Settings, uncheck "Automatically Restart". That should give you a better idea of what is going wrong before the system restarts itself.
    My best code is written with the delete key.

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Also, check your Event Log. That should give you details on why the system is failing if indeed you do not have a virus.

  5. #5
    Registered User
    Join Date
    Mar 2004
    Posts
    36
    no i meant something else
    everything is fine with windows no virusesand restart is more or less expected

    why i say "more or less"?

    for example 2 minutes ago i uninstalled some windows component wich i got from windows update site and now i don't need it... so uninstall finished and message box appeared saying something like "i probably will need to restart my computer" and only one button "OK' on it.
    so i hit ok assuming that the system will pop up messege box to ask me if i want to restart now or later...
    but instead windows restarted with no care that i have a bunch of programs working...

    so i looking for some way to prevent restart that already begun or to force system in all cases explicitly ask my permission to restart

    i hope it clears up what i asking...

  6. #6
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    OH... it would have been nice if you had explained that earlier. In most cases, there is no way to avoid it because the developer of the uninstaller/installer wants you to reboot so that their setup can finish (registering dlls/unregistering, etc). I don't think there is any way in XP of stopping this.

  7. #7
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Remove shutdown privliges from your user account.

    Start->Control Panel->Administrative Tools->Local Security Policy->Local Policies->User Rights Assignment->Shut down the system.

    Of course, having to log on as administrator to shutdown may not suit your style. You could create a shortcut using the runas command to get around this requirement.

    Code:
    runas /user:administrator "shutdown -i"

  8. #8
    Registered User
    Join Date
    Mar 2004
    Posts
    36
    thanks...
    i was thinking in that direction also...:

    i will check out these options defenitly

    are you sure that shutdown priveledge also include restart priveledge ?
    Last edited by Jumper; 03-15-2004 at 11:25 AM.

  9. #9
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    I suggest you not do that... the developers have you restart your system for a good reason...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  10. #10
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    XP has an auto-restart option enabled by default that enables the OS to act like that. Change these settings before u mess with the privlages, thats overkill.

    system properties----advanced---startup/recovery-----click off auto restart.

    Might as well match all my settings, they fix alot of the common problems like yours.

  11. #11
    Registered User
    Join Date
    Mar 2004
    Posts
    36
    thanks people

    i read a little about priveledges and i understood that i can't do much of the settings because my drive partioned as FAT

    RoD thanks for the suggestion but it is not what i wanted
    i don't have any system stability problem
    also turning off automatic restart option it is not good idea...
    so i stil looking...

  12. #12
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Im not suggesting you do have a stability problem. Disabling this feature is a good idea as it is known to create alot of problems in Windows XP, which is why in the newer M$ OS it isnt going to be enabled by default.

  13. #13
    Registered User
    Join Date
    Jul 2003
    Posts
    85
    http://www.exodus-dev.com/products/WhyReboot/

    Now you can know why it needs to reboot

  14. #14
    Registered User
    Join Date
    Mar 2004
    Posts
    36
    RoD, can you please explain why the restart option should be turned off?

    i said earlier that better to leave it on because as i understand if seriuos kernel error occurs it's better to restart to minimize possible consequences...

  15. #15
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    If a kernel error that serious occurs the system tends to freeze before XP can utilize the automatic restart feature. This being the case, we can concur that its sort of pointless to have on, seeing as how a fair majority of the windows XP problems with stability stems from this option. A search on google can supply you with tons of info.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can't Restart in MS-DOS Mode
    By Stan100 in forum Tech Board
    Replies: 11
    Last Post: 07-09-2004, 04:08 PM
  2. USB Drives???
    By khpuce in forum Tech Board
    Replies: 14
    Last Post: 12-12-2003, 09:01 AM
  3. SCSI drivers... device conflict... no CD drives
    By CodeMonkey in forum Tech Board
    Replies: 2
    Last Post: 09-10-2003, 06:48 AM
  4. Crazy memory problem with arrays
    By fusikon in forum C++ Programming
    Replies: 9
    Last Post: 01-15-2003, 09:24 PM
  5. installing hard drives and IDE cables...
    By dbaryl in forum Tech Board
    Replies: 14
    Last Post: 09-02-2002, 10:11 AM