Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.01 KB

Install-CommandNotFoundUtility.md

File metadata and controls

46 lines (32 loc) · 1.01 KB
external help file Module Name online version schema
PSPreworkout-help.xml
PSPreworkout
2.0.0

Install-CommandNotFoundUtility

SYNOPSIS

Install and setup the WinGetCommandNotFound utility from Microsoft PowerToys.

SYNTAX

Install-CommandNotFoundUtility [<CommonParameters>]

DESCRIPTION

This script installs the Microsoft.WinGet.CommandNotFound module and enables the required PowerShell features.

EXAMPLES

EXAMPLE 1

Install-CommandNotFoundUtility

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

Author: Sam Erde Version: 0.1.0 Modified: 2025-01-07

requires -version 7.4

RELATED LINKS