Windows 10: Trying to create a multiaction command for Windows Terminal

Discus and support Trying to create a multiaction command for Windows Terminal in Windows 10 Software and Apps to solve the problem; I'm trying to create a custom command for Windows Terminal that will let me open quake mode and enter a command with one hotkey using this... Discussion in 'Windows 10 Software and Apps' started by falldeaf, Jan 8, 2023.

  1. falldeaf Win User

    Trying to create a multiaction command for Windows Terminal


    I'm trying to create a custom command for Windows Terminal that will let me open quake mode and enter a command with one hotkey using this documentation: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions?source=recommendations,I've got it partially working. I'm able to create a single action that can open quake mode, like this: { "keys": "win+`", "command": { "action": "quakeMode" } } but it doesn't work with the 'multipleActions' command. Is this by design or is there a way to do this?{ "command":

    :)
     
    falldeaf, Jan 8, 2023
    #1
  2. Naki Win User

    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile Trying to create a multiaction command for Windows Terminal :)
     
    Naki, Jan 8, 2023
    #2
  3. ryanly Win User
    GPU-Z what command line parameter ?

    Current /? (-?) or / help (-help) parameter is invalid
     
    ryanly, Jan 8, 2023
    #3
  4. W1zzard Win User

    Trying to create a multiaction command for Windows Terminal

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Jan 8, 2023
    #4
Thema:

Trying to create a multiaction command for Windows Terminal

Loading...
  1. Trying to create a multiaction command for Windows Terminal - Similar Threads - Trying create multiaction

  2. Trying to create a multiaction command for Windows Terminal

    in Windows 10 Gaming
    Trying to create a multiaction command for Windows Terminal: I'm trying to create a custom command for Windows Terminal that will let me open quake mode and enter a command with one hotkey using this documentation: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions?source=recommendations,I've got it partially...
  3. Windows 11 Weird russian terminal command

    in Windows 10 Gaming
    Windows 11 Weird russian terminal command: I got a new laptop, and installed the polish version of windows 11 on it and some russian text pops up when right clicking a file.Does anybody know how to fix it? Is it something that i installed or what?...
  4. Windows 11 Weird russian terminal command

    in Windows 10 Software and Apps
    Windows 11 Weird russian terminal command: I got a new laptop, and installed the polish version of windows 11 on it and some russian text pops up when right clicking a file.Does anybody know how to fix it? Is it something that i installed or what?...
  5. Command not working in Windows terminal but working in cmd

    in Windows 10 Installation and Upgrade
    Command not working in Windows terminal but working in cmd: Hello, I am trying to use windows terminal, however I can't use any command see picture. I've tried to reinstall it and run as administrator but doesn't change anything Do you have an idea of what I can do? Kind regards [ATTACH]...
  6. Windows Terminal Preview 1.1 Release | Windows Command Line

    in Windows 10 Ask Insider
    Windows Terminal Preview 1.1 Release | Windows Command Line: [ATTACH] submitted by /u/ThomasMaurerCH [link] [comments] https://www.reddit.com/r/Windows10/comments/hbjlwn/windows_terminal_preview_11_release_windows/
  7. Open command prompt apps in MS Terminal

    in Windows 10 Ask Insider
    Open command prompt apps in MS Terminal: Please, is there any way to automatically open .exe command prompt apps (e. g. coded in C++) in the new Microsoft Terminal, instead of the old CMD? I really like the new look and I'd like to run my programs in the new design. submitted by /u/TheFluffyIron [link]...
  8. Windows Terminal 1.0 | Windows Command Line

    in Windows 10 Ask Insider
    Windows Terminal 1.0 | Windows Command Line: [ATTACH] submitted by /u/ThomasMaurerCH [link] [comments] https://www.reddit.com/r/Windows10/comments/gmrlrq/windows_terminal_10_windows_command_line/
  9. Windows Terminal Preview v0.10 Release | Windows Command Line

    in Windows 10 Ask Insider
    Windows Terminal Preview v0.10 Release | Windows Command Line: [ATTACH] submitted by /u/ThomasMaurerCH [link] [comments] https://www.reddit.com/r/Windows10/comments/fkbfbr/windows_terminal_preview_v010_release_windows/
  10. How to add custom command line in Windows Terminal

    in Windows 10 News
    How to add custom command line in Windows Terminal: [ATTACH] [ATTACH]With Windows Terminal, the company is trying to bring all the command-line based utilities under one UWP shell. Out of the box, it includes Windows PowerShell and Windows Command Prompt – but if someone wants, they can include another command-line [...] This...