Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Hi i just ran a tool on my pc and it turned off my computer and restarted it instantly, and that got me thinking. Why can't I do that every day when I'm finished. The problem with this was the hardware restart rather then off, and that this exe isn't really built for that purpose.

So I would like to know if anyone has any solid way of shutting down windows instantly to machine off state. I dont care about saving any settings, as my desktop doesn't change, my application states will all be saved during use,and I can turn off write cache if necessary, I also don't care about sensitive data in my swap file (seen it mentioned somewhere as a reason to slow down your exit). I would like to avoid corruption, but the registry used to work on a last known good state, if this is still the case, there shouldn't be any problems here.

I've seen info about altering some program stop wait times in the registry, but am assuming this wont offer instant shut down. The only outstanding issue would be the constant barrage of windows updates, which now inject themselves into the shutdown and start up operations, I will need a way of managing those.

what do you think, anyone out there want to avoid the "You really shouldn't do this because its so nasty to windows" question and just give me a straight up answer. Cause if not, i'll be using this exe I found and then just hitting the power switch.

cheers

share|improve this question
not sure why someone would make this question down? is it because I asked you not to reply with "please dont do this"? – Purplemonkey Mar 30 '12 at 11:49
You sure it just didn't put your computer into sleep mode and bring it back? This sounds dodgy! – JMK Mar 30 '12 at 11:52
@Purplemonkey I believe so :D – djechelon Mar 30 '12 at 12:17
1  
This program sounds like it simply killed all of your running services and application forcefully. What program did you use exactly? – Ramhound Mar 30 '12 at 12:17
@Ramhound since he said "instantly" I believe the program directly turned the computer off via ACPI rather than forcefully killing processes – djechelon Mar 30 '12 at 12:46
show 2 more comments

closed as not constructive by techie007, Moab, Raystafarian, random Apr 1 '12 at 4:25

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Try to use the plain old power button instead. Make sure that you have a BIOS setting for "instant-off" in power management.

This way you don't need an additional software for what you need to do.

And don't forget to periodically run chkdsk c: /F

Actually, it's not a good idea because file system caches are not flushed and this could lead to data corruption

Oh, and if you need to restart, there is a plain old reset button on your chassis

share|improve this answer
That's a good idea, i'll give the instant-off bios a look see. totally forgot about the ol bios. cheers. – Purplemonkey Mar 30 '12 at 11:50
4  
It is a patently bad idea, but if it's so important for you that your computer turns off 30 seconds sooner... – kotekzot Mar 30 '12 at 11:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.