Search notes:

Powershell command noun: psReadLineOption

Commands related to the PowerShell command noun psReadLineOption:

List of options

-EditMode A member of the Microsoft.PowerShell.EditMode enumeration
-ContinuationPrompt <String>
-HistoryNoDuplicates
-AddToHistoryHandler <System.Func`2[System.String,System.Object>]
-CommandValidationHandler <System.Action`1[System.Management.Automation.Language.CommandAst>]
-HistorySearchCursorMovesToEnd
-MaximumHistoryCount <Int32>
-MaximumKillRingCount <Int32>
-ShowToolTips <C-->-
-ExtraPromptLineCount <Int32>
-DingTone <Int32> See also -DingDuration and -BellStyle
-DingDuration <Int32> See also -DingTone and -BellStyle
-BellStyle A member of the Microsoft.PowerShell.Bellstyle enumeration See also -DingTone and -DingDuration
-CompletionQueryItems <Int32>
-WordDelimiters <String>
-HistorySearchCaseSensitive
-HistorySaveStyle <HistorySaveStyle>
-HistorySavePath <String>
-AnsiEscapeTimeout <Int32>
-PromptText An array of strings
-ViModeIndicator Microsoft.PowerShell.ViModeStyle
-ViModeChangeHandler A script block
-PredictionSource A member of the Microsoft.PowerShell.PredictionSource enumeration PowerShell Core only?
-PredictionViewStyle <PredictionViewStyle> ?
-Colors A hash table

Error message: set-psReadLineOption is not recognized …

32-bit versions of of PowerShell don't seem to have PSReadLine installed by default so that error messages like The term 'set-psReadLineOption' is not recognized as the name of a cmdlet, function, script file, or operable program. are thrown.
I was able to install PSReadLine (in an admin session) with
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -c 'install-packageProvider -name nuGet -force'
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -c 'find-module psreadline | install-module -force'

See also

The cmdLet noun psReadLineKeyHandler
Powershell command nouns

Index