Results 1 to 16 of 16
  1. #1
    zhopudey is offline Privileged Users
    Join Date
    May 2005
    Posts
    4,643
    How to shut down vista using the keyboard? In XP it's win - U - U.
    [SIGPIC][/SIGPIC]

  2. #2
    Shripad's Avatar
    Shripad is online now Super Moderator
    Join Date
    Mar 2005
    Location
    Class M Planet
    Posts
    6,110
    Win - right arrow - right arrow - right arrow - enter
    Intel i7 3770K Ivy Bridge Review : http://www.techenclave.com/topic/513567-intel-i7-3770k-ivy-bridge-performance-review/

    Rig : Intel i7 3770K | Cooling by DeepCool Gamer Storm | Asus P8Z77-V Deluxe | HIS 6870 | 8GB Corsair Vengeance DDR3 1866Mhz | Tagan BZ 1300W SMPS | Dell U2410 LCD |

  3. #3
    zhopudey is offline Privileged Users
    Join Date
    May 2005
    Posts
    4,643
    5 keystrokes instead of 3 in xp? :@ Do they want to say that vista is so good you shouldn't ever turn it off?
    [SIGPIC][/SIGPIC]

  4. #4
    ..:: Free Radical ::.. is offline Upgraded User
    Join Date
    Jul 2006
    Posts
    946
    Alt+F4 > Enter



    Better: use the command prompt



    Shut down immediately

    Code:
    SHUTDOWN /s /t 00


    Save it in a dos batch/command file and assign a hotkey to it



    Usage:

    Code:
    shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f]
    
        [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]
    
    
    
        No args    Display help. This is the same as typing /?.
    
        /?         Display help. This is the same as not typing any options.
    
        /i         Display the graphical user interface (GUI).
    
                   This must be the first option.
    
        /l         Log off. This cannot be used with /m or /d options.
    
        /s         Shutdown the computer.
    
        /r         Shutdown and restart the computer.
    
        /g         Shutdown and restart the computer. After the system is
    
                   rebooted, restart any registered applications.
    
        /a         Abort a system shutdown.
    
                   This can only be used during the time-out period.
    
        /p         Turn off the local computer with no time-out or warning.
    
                   Can be used with /d and /f options.
    
        /h         Hibernate the local computer.
    
                   Can be used with the /f option.
    
        /e         Document the reason for an unexpected shutdown of a computer.
    
        /m \\computer Specify the target computer.
    
        /t xxx     Set the time-out period before shutdown to xxx seconds.
    
                   The valid range is 0-600, with a default of 30.
    
                   Using /t xxx implies the /f option.
    
        /c "comment" Comment on the reason for the restart or shutdown.
    
                   Maximum of 512 characters allowed.
    
        /f         Force running applications to close without forewarning users.
    
                   /f is automatically set when used in conjunction with /t xxx.
    
        /d [p|u:]xx:yy  Provide the reason for the restart or shutdown.
    
                   p indicates that the restart or shutdown is planned.
    
                   u indicates that the reason is user defined.
    
                     if neither p nor u is specified the restart or shutdown is unpl
    
    anned.
    
                   xx is the major reason number (positive integer less than 256).
    
                   yy is the minor reason number (positive integer less than 65536).
    
    
    
    
    
    Reasons on this computer:
    
    (E = Expected U = Unexpected P = planned, C = customer defined)
    
    Type    Major   Minor   Title
    
    
    
     U      0       0       Other (Unplanned)
    
    E       0       0       Other (Unplanned)
    
    E P     0       0       Other (Planned)
    
     U      0       5       Other Failure: System Unresponsive
    
    E       1       1       Hardware: Maintenance (Unplanned)
    
    E P     1       1       Hardware: Maintenance (Planned)
    
    E       1       2       Hardware: Installation (Unplanned)
    
    E P     1       2       Hardware: Installation (Planned)
    
      P     2       3       Operating System: Upgrade (Planned)
    
    E       2       4       Operating System: Reconfiguration (Unplanned)
    
    E P     2       4       Operating System: Reconfiguration (Planned)
    
      P     2       16      Operating System: Service pack (Planned)
    
            2       17      Operating System: Hot fix (Unplanned)
    
      P     2       17      Operating System: Hot fix (Planned)
    
            2       18      Operating System: Security fix (Unplanned)
    
      P     2       18      Operating System: Security fix (Planned)
    
    E       4       1       Application: Maintenance (Unplanned)
    
    E P     4       1       Application: Maintenance (Planned)
    
    E P     4       2       Application: Installation (Planned)
    
    E       4       5       Application: Unresponsive
    
    E       4       6       Application: Unstable
    
     U      5       15      System Failure: Stop error
    
    E       5       19      Security issue
    
     U      5       19      Security issue
    
    E P     5       19      Security issue
    
    E       5       20      Loss of network connectivity (Unplanned)
    
     U      6       11      Power Failure: Cord Unplugged
    
     U      6       12      Power Failure: Environment
    
      P     7       0       Legacy API shutdown

  5. #5
    zhopudey is offline Privileged Users
    Join Date
    May 2005
    Posts
    4,643
    ^^ d'uh! ............
    [SIGPIC][/SIGPIC]

  6. #6
    ..:: Free Radical ::.. is offline Upgraded User
    Join Date
    Jul 2006
    Posts
    946
    what? you no likey

  7. #7
    Tech_enthu is offline Upgraded User
    Join Date
    Nov 2008
    Posts
    297
    I think its an excellent idea, I'll try this when the next time I shut my computer

    I have put up my system on a 600VA UPS and my 19" monitor is not connected to the UPS so when there is a powerloss I do have to shut down my computer :S .

    Altough I have set up the ups to shut down my computer when there is 5 minutes of backup left, I need this command to shut down the system without seeing the display.

    therefore I think this batch file will come in handy.



    Directions of the command courtesy of the original poster and a thank you.



    Copy the command "SHUTDOWN /s /t 00" without the quotes and paste it into notepad save the file as a xxx.bat file and in the drop down box below the file name entry select the all files type.



    then save it in the root or wherever you find it easily. right click the saved batch file and select send to desktop (create shortcut) then right click the file on the desktop and give it a shortcut I gave it a Ctrl+Alt+Q so when I want to shut down the computer I just need to press Ctrl+Alt+Q on my keyboard and voila it shuts down.





    Quote Originally Posted by ..:: Free Radical ::..
    what? you no likey

  8. #8
    ..:: Free Radical ::.. is offline Upgraded User
    Join Date
    Jul 2006
    Posts
    946
    ^ that's what I intended. Glad you liked it.

  9. #9
    SharekhaN is offline Upgraded User
    Join Date
    Aug 2006
    Posts
    1,882
    This is great, although "Win + -> + -> + -> + Enter" isnt so bad either,
    I'm going to become rich and famous after I invent a device that allows you to stab people in the face over the internet

  10. #10
    thexfactor is offline Privileged Users
    Join Date
    Mar 2006
    Posts
    4,185
    You could also just press the power button on the cabby, thats the fastest way



    ... oh wait! you havn't got a cabby

  11. #11
    windhawk91 is offline Privileged Users
    Join Date
    Oct 2008
    Posts
    256
    Alt+F4 and Enter is easiest lol. Or just, start>Click shutdown>Shutdown

  12. #12
    zhopudey is offline Privileged Users
    Join Date
    May 2005
    Posts
    4,643
    ^^ Alt F4 defaults to "Sleep" That means another 2 keystrokes
    [SIGPIC][/SIGPIC]

  13. #13
    Sei
    Sei is offline Privileged Users
    Join Date
    Aug 2006
    Location
    Pune
    Posts
    1,442
    ^ Man, you must either be really be a busy guy or have a shutting down/booting up twitch that you are so desparate for a shortcut



    Before you start calling me a smart ass here are 2 cool things I learnt whilst using Vista -



    You can use the Quicklaunch items with the simple shortcut

    Windows Key + Order of the item in the Quicklaunch list


    Eg, If My Computer is second in your quicklaunch list, you can press "Windows key" + 2 to open my computer. Neat huh?



    Secondly, for all those using big monitors (20" + ) try out increasing the font dpi to 120. Calibri looks absolutely brilliant. Easier to read also



    Rep me if you like them.



    PS: Please don't give links of vista tweaking sites This is from my personal experience.
    Main Rig: E8500 | Ultima 90 | 2x2GB G.Skill | G31M | GTX 260 | VX 450 | Razer ( DeathAdder + Goliathus Alpha) | Logitech G110 | Altec Lansing V2421 | W2252 | Belkin N router | iPod 2G 16GB

    Download Rig:E6300 | 2GB | Sony 40"

    Data Storage: WD(320G+1TB+1.5TB) + Seagate(750G+2TB)

  14. #14
    6pack's Avatar
    6pack is offline Moderator
    Join Date
    Sep 2005
    Posts
    3,284
    Change Windows Vista Start Menu Power Button Default Action My Digital Life

    an alternate option is to change the default sleep action to shutdown.

  15. #15
    zhopudey is offline Privileged Users
    Join Date
    May 2005
    Posts
    4,643
    6pack, you da man! :hap2:
    [SIGPIC][/SIGPIC]

  16. #16
    anu0512 is offline Privileged Users
    Join Date
    Oct 2006
    Posts
    297
    bro download this shortcut u can restart or shutdown from desktop or from ur keyboard by assign in multimedia key



    DivShare File - shotcutsr.rar
    Dell 15z + 2TB WD HD External || Studio 1555 + 1 TB WD HD External || Beyerdynamic DT 990 Pro 250 Ohm || iPhone 4 32 GB || Samsung Galaxy S2 White

    C2D E6600@3.4|| ASUS P5W DH DELUXE WI-FI||CORSAIR DDR-2 800MHZ 4 GB SAPPHIRE 4850 DUAL SLOT COOLER||19 FLAT CRT SAMSUNG||SAMSUNG DVD WRITER||250+250+80=580

 

 

Similar Threads

  1. Windows Vista: Purchase Query
    By Vij in forum Operating Systems
    Replies: 8
    Last Post: 08-07-09, 11:19 PM
  2. Upgrading Vista to Windows 7 query
    By sahilshah1987 in forum Operating Systems
    Replies: 14
    Last Post: 10-04-09, 12:01 AM
  3. softwares on vista query
    By stormblast in forum Operating Systems
    Replies: 3
    Last Post: 18-11-06, 03:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +5.5. The time now is 07:06 AM. Powered by vBulletin® Version 4.1.12
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0 PL2