| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with the one suggestion I added
Sorry, something went wrong.
|
Steve Lee (@SteveL-MSFT) Please update your review |
Sorry, something went wrong.
|
🎉v7.0.0-rc.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
This adds a Boolean DisableImplicitWinCompat setting that can be set in powershell.config.json to disable implicit WinPS module loading.
Previously this code was under experimental feature check that was recently removed by Make approved features non-experimental PR.
This setting does not affect Import-Module -UseWindowsPowerShell or Import-Module -SkipEditionCheck parameter functionality.
Fix #11309
PR Context
PR Checklist