Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Enable-PSFConsoleInterrupt

SYNOPSIS

Re-enables the use of CTRL+C to interrupt the console.

SYNTAX

Enable-PSFConsoleInterrupt [<CommonParameters>]

DESCRIPTION

Re-enables the use of CTRL+C to interrupt the console.

EXAMPLES

EXAMPLE 1

Enable-PSFConsoleInterrupt

Re-enables the use of CTRL+C to interrupt the console.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES