WindowsLOCALRuns in your browserInput may contain sensitive information
PowerShell String Escape
Quote a literal string for PowerShell single- or double-quoted syntax.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Avoid live production secrets; use dummy or masked data where possible. Data handling details
Single-quoted literal (recommended)
Double-quoted literal
How it works
Single quotes are the safest literal form in PowerShell: apostrophes are doubled and variables are not expanded. Double quotes are useful when interpolation is intended, so this tool escapes the interpolation characters `$`, backtick, and double quote. It quotes one value only; it does not make untrusted commands safe to execute.