Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How can I shut down Vista very quickly?

Reply
Thread Tools Display Modes

How can I shut down Vista very quickly?

 
 
jakein2008
Guest
Posts: n/a

 
      08-02-2008
How can I shut down Vista very quickly?

In xp ,there is a exe file called ctrl+alt+home I can click to shut down Xp
very quickly, how can I shut down vista very quickly?

Thanks.
 
Reply With Quote
 
 
 
 
Ringmaster
Guest
Posts: n/a

 
      08-02-2008
On Sat, 2 Aug 2008 09:41:00 -0700, jakein2008
<> wrote:

>How can I shut down Vista very quickly?
>
>In xp ,there is a exe file called ctrl+alt+home I can click to shut down Xp
>very quickly, how can I shut down vista very quickly?
>
>Thanks.


By design Windows "waits" for applications and internal Windows
applets to signal they are done using system resources. Due to sloppy
programming in many applications and Windows itself it can seem like
it takes forever to shut down sometimes because they don't release
memory or don't unlink from Registry hooks and other things going on
behind the scenes.

There is no one cure-all. However you can help speed things up by
making a Registry hack that deals with "killing" the service(s)
running.

Use your favorite Registry tool to open your Registry. Naturally
backup the Registry first and/or made a fresh Restore point in case
you mess something up.

look for: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l

Your value probably is 20,000 (twenty seconds). Experiment by changing
to 5,000, maybe if you're a gambler to 3,000. Anything less is risky
and you might lose data if any of the services aren't done doing their
thing. You can also help Vista by manually closing any application
before you begin the shutdown sequence.

Shutdown times is a combination of not only what is running, even if
idle at the time you decide to shut down, but to some extent what you
did in this instance (since your last shutdown) as Windows will do
some housekeeping at shut-down, flush buffers, write memory pages,
etc.. and if you had a "busy" session, it often will take longer for
the computer to shut down.
 
Reply With Quote
 
Ja Can
Guest
Posts: n/a

 
      08-02-2008
Ringmaster <> wrote in
news::

> On Sat, 2 Aug 2008 09:41:00 -0700, jakein2008
> <> wrote:
>
>>How can I shut down Vista very quickly?
>>
>>In xp ,there is a exe file called ctrl+alt+home I can click to shut
>>down Xp very quickly, how can I shut down vista very quickly?
>>
>>Thanks.

>
> By design Windows "waits" for applications and internal Windows
> applets to signal they are done using system resources. Due to sloppy
> programming in many applications and Windows itself it can seem like
> it takes forever to shut down sometimes because they don't release
> memory or don't unlink from Registry hooks and other things going on
> behind the scenes.
>
> There is no one cure-all. However you can help speed things up by
> making a Registry hack that deals with "killing" the service(s)
> running.
>
> Use your favorite Registry tool to open your Registry. Naturally
> backup the Registry first and/or made a fresh Restore point in case
> you mess something up.
>
> look for: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l
>
> Your value probably is 20,000 (twenty seconds). Experiment by changing
> to 5,000, maybe if you're a gambler to 3,000. Anything less is risky
> and you might lose data if any of the services aren't done doing their
> thing. You can also help Vista by manually closing any application
> before you begin the shutdown sequence.
>
> Shutdown times is a combination of not only what is running, even if
> idle at the time you decide to shut down, but to some extent what you
> did in this instance (since your last shutdown) as Windows will do
> some housekeeping at shut-down, flush buffers, write memory pages,
> etc.. and if you had a "busy" session, it often will take longer for
> the computer to shut down.
>


By switching off the power button?
 
Reply With Quote
 
John Barnett MVP
Guest
Posts: n/a

 
      08-02-2008
> "By switching off the power button?"

Definitely something I would not recommend.

--

--
John Barnett MVP
Associate Expert
Windows Desktop Experience

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of any
kind, either expressed or implied, is made in relation to the accuracy,
reliability or content of this mail/post. The Author shall not be liable for
any direct, indirect, incidental or consequential damages arising out of the
use of, or inability to use, information or opinions expressed in this
mail/post..


"Ja Can" <> wrote in message
news:g726fk$v16$...
> Ringmaster <> wrote in
> news::
>
>> On Sat, 2 Aug 2008 09:41:00 -0700, jakein2008
>> <> wrote:
>>
>>>How can I shut down Vista very quickly?
>>>
>>>In xp ,there is a exe file called ctrl+alt+home I can click to shut
>>>down Xp very quickly, how can I shut down vista very quickly?
>>>
>>>Thanks.

>>
>> By design Windows "waits" for applications and internal Windows
>> applets to signal they are done using system resources. Due to sloppy
>> programming in many applications and Windows itself it can seem like
>> it takes forever to shut down sometimes because they don't release
>> memory or don't unlink from Registry hooks and other things going on
>> behind the scenes.
>>
>> There is no one cure-all. However you can help speed things up by
>> making a Registry hack that deals with "killing" the service(s)
>> running.
>>
>> Use your favorite Registry tool to open your Registry. Naturally
>> backup the Registry first and/or made a fresh Restore point in case
>> you mess something up.
>>
>> look for: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l
>>
>> Your value probably is 20,000 (twenty seconds). Experiment by changing
>> to 5,000, maybe if you're a gambler to 3,000. Anything less is risky
>> and you might lose data if any of the services aren't done doing their
>> thing. You can also help Vista by manually closing any application
>> before you begin the shutdown sequence.
>>
>> Shutdown times is a combination of not only what is running, even if
>> idle at the time you decide to shut down, but to some extent what you
>> did in this instance (since your last shutdown) as Windows will do
>> some housekeeping at shut-down, flush buffers, write memory pages,
>> etc.. and if you had a "busy" session, it often will take longer for
>> the computer to shut down.
>>

>
> By switching off the power button?


 
Reply With Quote
 
Marc
Guest
Posts: n/a

 
      08-02-2008
"jakein2008" <> wrote in message
news:58DD7C75-AEFF-4DD5-B21C-...
> How can I shut down Vista very quickly?
>
> In xp ,there is a exe file called ctrl+alt+home I can click to shut down
> Xp
> very quickly, how can I shut down vista very quickly?


Task Manager > Users > Log yourself off.

Then shutdown. This way of logging off kills all your processes straight
away. It doesn't bother saving your roaming profile if you have one either.

Marc


 
Reply With Quote
 
Ringmaster
Guest
Posts: n/a

 
      08-02-2008
On Sat, 2 Aug 2008 19:26:50 +0100, "John Barnett MVP"
<> wrote:

>> "By switching off the power button?"

>
>Definitely something I would not recommend.


Geez John, that was a joke.

 
Reply With Quote
 
John Barnett MVP
Guest
Posts: n/a

 
      08-02-2008
A joke that some unsuspecting newcomer could have taken as a serious
alternative to powering down!

--

--
John Barnett MVP
Associate Expert
Windows Desktop Experience

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of any
kind, either expressed or implied, is made in relation to the accuracy,
reliability or content of this mail/post. The Author shall not be liable for
any direct, indirect, incidental or consequential damages arising out of the
use of, or inability to use, information or opinions expressed in this
mail/post..


"Ringmaster" <> wrote in message
news:...
> On Sat, 2 Aug 2008 19:26:50 +0100, "John Barnett MVP"
> <> wrote:
>
>>> "By switching off the power button?"

>>
>>Definitely something I would not recommend.

>
> Geez John, that was a joke.
>

 
Reply With Quote
 
fb
Guest
Posts: n/a

 
      08-02-2008
Ringmaster wrote:

> On Sat, 2 Aug 2008 19:26:50 +0100, "John Barnett MVP"
> <> wrote:
>
>
>>>"By switching off the power button?"

>>
>>Definitely something I would not recommend.

>
>
> Geez John, that was a joke.
>


Oh, now that is really funny! You actually thinking you made a
joke!...hahahaha!
 
Reply With Quote
 
Steve Thackery
Guest
Posts: n/a

 
      08-02-2008
>> "By switching off the power button?"
>
> Definitely something I would not recommend.


Why on earth not? It is exactly the right way to do it, PROVIDED you just
stab the button briefly. Vista picks this up and performs an orderly
shutdown.

The only risk is if you press-and-hold the power button for several seconds,
in which case you override the OS and shut down the motherboard immediately.
This, of course, is a bad idea.

But stabbing the power button is perfectly OK.

SteveT

 
Reply With Quote
 
kevpan815@noreply.com
Guest
Posts: n/a

 
      08-02-2008
jakein2008 wrote:
> How can I shut down Vista very quickly?
>
> In xp ,there is a exe file called ctrl+alt+home I can click to shut down Xp
> very quickly, how can I shut down vista very quickly?
>
> Thanks.


Simple: Reformat Your Computer And Install Any Gnome Distro Of Linux,
Just FYI. You Can Then Use The Power Button 2 Shut Down Linux, Just FYI.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a question answered rather quickly please brandonbblazin Windows Vista Installation 3 03-31-2008 07:51 PM
Is it possible to get Vista running as quickly as XP? RichTJ99 Windows Vista General Discussion 22 03-29-2008 09:25 PM
unblock .chm files quickly Erhard Glueck Windows Vista General Discussion 2 10-25-2007 12:50 AM
Start Menu Closes too Quickly in Windows Vista + Trouble renaming Justin_n Windows Vista General Discussion 5 10-15-2007 06:07 PM
help VERY URGENT! REPLY QUICKLY! Nolan Windows Vista Installation 4 06-17-2006 11:45 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59