shortcuts & command lines to common win options??

View Poll Results: Posts to this Website? (Serch a few of my posr)

Voters
2. You may not vote on this poll
  • You give enough info so that users can can help you,

    0 0%
  • You give few details and it takes a lot of back and forth to help you.

    1 50.00%
  • You speak harsely and mean

    0 0%
  • Your post are funny which doesn't help you get help

    0 0%
  • POLLS should be 4 or fewer options

    0 0%
  • Why run a poll? You can judge give and take yourself, you're sad.

    1 50.00%
Page 1 of 2 12 LastLast

  1. Posts : 19
    Windows 7 x64
       #1

    Commands Lines NOT SHORTCUTS forr Window 7 ??


    hello,
    I bought a keyboard that has 10 programmable keys. I already got Task Manager assigned to key #1 very loving relative.

    But what is rhe command line (like c:windows\thisfolder\bow.exe) for something simple like "view desktop" as well as other very commonly used shortcuts for Windows 7?

    Is there a website listing,?

    thank for read this and thanks for you time

    EDIT:I am asking for sources that are free or nearly free
    2nd EDIT:I am not looking for shortcuts but am looking for command lines to a function for an axtion inbside Windows 7.

    Thanks agin
    Last edited by axelrose; 14 Feb 2010 at 18:28. Reason: I didb't make it clear about how much I was willing to spend.
      My Computer


  2. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #2
      My Computer


  3. Posts : 19
    Windows 7 x64
    Thread Starter
       #3

    I should have stated in my 1st post that I wanted free sources.
      My Computer


  4. Posts : 19
    Windows 7 x64
    Thread Starter
       #4

    OMG I am a GOOF, I should have checked 1st,,

    That was FREE!!

    Sorry about being an arse toward you, Apologies offered
      My Computer


  5. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #5

    You lost me now. That eBook is completely free, the best free source available containing absolutely all Windows 7 shortcuts.

    Just out of interested: in which way was my tip not valid answer to your question?

    Kari

    EDIT: Did not notice your last post before posting this. Apology accepted.
      My Computer


  6. Posts : 19
    Windows 7 x64
    Thread Starter
       #6

    Since my replt to you I apologogized.

    Also I, I am looking for :Commamd Line: to things like .viw desktop:

    I can't use short cuts in the progrNNABLE keys,,
      My Computer


  7. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #7

    Here are some command line options I use:

    Shut down and hibernate:

    • shutdown.exe
      • /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.
      • /h = Hibernate the local computer. Can be used with the /f option.
      • /t xxx = Set the time-out period before shutdown to xxx seconds.
      • /f = Force running applications to close without forewarning users. The /f parameter is implied when a value greater than 0 is specified for the /t parameter.


    This command shuts down the computer, first forcing running applications to close:
    Code:
    shutdown.exe /s /f
    Gadgets:

    • Gadgets ON:

    Code:
    C:\Program Files\Windows Sidebar\sidebar.exe
    • Gadgets OFF:

    Code:
    taskkill /F /IM sidebar.exe
    Windows Media Center:


    • ehshell.exe
      • /nostartupanimation = stops the startup sound and Windows Media Center logo
      • /playallmusic = plays all your music instantly
      • /screensaver = starts the Media Center screensaver


    This command starts WMC and plays all music:
    Code:
    C:\Windows\ehome\ehshell.exe /playallmusic
    Or:
    Code:
    %windir%\ehome\ehshell.exe /playallmusic
    This command shuts down WMC:
    Code:
    taskkill /F /IM ehshell.exe
    Kari
      My Computer


  8. Posts : 805
    XP Pro SP3 x86/Vista SP2 x64/Win7 x64 Triple-boot
       #8

    Here's some 'hidden' runddl commands (mainly control panel stuff) that I made as my very first post a year ago, obviously not very intresting going of the reply's it received lol! .. feel free to have a look to see if they help your decisions any..

    https://www.sevenforums.com/general-d...ands-win7.html
      My Computer


  9. Posts : 19
    Windows 7 x64
    Thread Starter
       #9

    Kari said:
    Here are some command line options I use:

    Shut down and hibernate:
    For example : I want to program on og my programmable keys to make it "Show/View Desktop"

    Which command line, not a shortcut would I use?

    If no one knows then could someone point me to a websites dedicate to command lines that cause a feature like viewing desktop etc

    Thank You.

    I'm using a MSFT 3,000 Keyboard with it's lonely 5 programable keys.
      My Computer


  10. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #10

    Was there something wrong with the commands Generator and I gave you?

    Anyway, I do not know how to show / hide desktop from command line, at least without first creating some scripts. Here are two scripts to you, one to show desktop (minimize all windows), one to restore all minimized windows.

    Please notice you have to save these scripts as vbs-files, for example Minimize.vbs and Restore.vbs.

    Minimize all open windows (show desktop):
    Code:
    Set shell = wscript.CreateObject("Shell.Application")
    Shell.MinimizeAll
    Restore all minimized windows:
    Code:
    Set shell = wscript.CreateObject("Shell.Application")
    Shell.UndoMinimizeAll
    Copy and paste these to Notepad, save as XXXXXXXX.vbs as I mentioned above.

    Kari
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:34.
Find Us