Search code examples
powershellcmd

Enable programmatically the "Quick Edit Mode" in PowerShell


Does anyone know how to enable or disable programmatically the "Quick Edit Mode" in PowerShell or CMD console ?
I would like to lauch PowerShell from a script (batch) and to give the same look and behavior as the default PowerShell console lauched from the shortcut.


Solution

  • Try to set/create a QuickEdit DWord value with value of 1 under the following regkey:

    HKEY_CURRENT_USER\Console\<look for powershell related key>