Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOosterom authored Oct 28, 2022
1 parent 36b9c2f commit 59e8691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To delete the package add the following to Office.ps1 change yourpackageofchoice
Get-AppxPackage | %{if ($_.name -match "Yourpackageofchoice.") {$_ | Remove-AppxPackage -AllUsers}}


By default it installs Adobe Reader, firefox, chrome and winrar.
By default it installs Adobe Reader, firefox, chrome teamviewer quicksupport and winrar.

This can be changed by editing Software.ps1 Check https://community.chocolatey.org/packages

Expand Down

0 comments on commit 59e8691

Please sign in to comment.