We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68a510 commit 8b1cf27Copy full SHA for 8b1cf27
1 file changed
src/System.Management.Automation/engine/remoting/common/RemoteSessionNamedPipe.cs
@@ -500,7 +500,7 @@ static RemoteSessionNamedPipeServer()
500
s_syncObject = new object();
501
502
// Unless opt-out, all PowerShell instances will start with the named-pipe listener created and running.
503
- IPCNamedPipeServerEnabled = !Utils.GetEnvironmentVariableAsBool(name: "POWERSHELL_Diagnostics_OPTOUT", defaultValue: false);
+ IPCNamedPipeServerEnabled = !Utils.GetEnvironmentVariableAsBool(name: "POWERSHELL_DIAGNOSTICS_OPTOUT", defaultValue: false);
504
505
if (IPCNamedPipeServerEnabled)
506
{
0 commit comments