3 lines
174 B
PowerShell
3 lines
174 B
PowerShell
#Geef de applicatie naam op bij het commmando zoals bijvoorbeeld \winget-install.ps1 thomasnordquist.MQTT-Explorer
|
|
param ($name)
|
|
winget uninstall --id $name --exact --silent |