Skip to content

Commit dba8ef3

Browse files
Copilotntrappe-msft
andcommitted
Fix missing function declaration for Remove-WindowsFeatures
Co-authored-by: ntrappe-msft <124631722+ntrappe-msft@users.noreply.github.com>
1 parent e9e25ad commit dba8ef3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

helpful_tools/Install-DockerCE/uninstall-docker-ce.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ Remove-DockerRegistryKeys()
478478
}
479479
}
480480
}
481+
482+
function
483+
Remove-WindowsFeatures()
484+
{
481485
if ($RemoveWindowsFeatures)
482486
{
483487
Write-Output "WARNING: Removing Windows features may affect other software on this system."

0 commit comments

Comments
 (0)