Beautifull
This commit is contained in:
@@ -3,12 +3,12 @@ function Update {
|
||||
Write-Host "Beginne mit dem Update aller Pakete..."
|
||||
# Winget upgrades ausführen
|
||||
winget upgrade --all
|
||||
# ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt
|
||||
./OOSU10.exe $HOME/.winconfig/ooshutup10/ooshutup10.cfg /quiet
|
||||
remove-item ~\Desktop* -include *.lnk
|
||||
if (Get-Module -ListAvailable -Name PSWindowsUpdate) {
|
||||
Write-Host "Installiere Windows Updates..."
|
||||
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot
|
||||
# ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt
|
||||
./OOSU10.exe $HOME/.winconfig/ooshutup10/ooshutup10.cfg /quiet
|
||||
Write-Host "Update aller Powershell Module..."
|
||||
Write-Host -ForegroundColor Cyan 'Get all PowerShell modules'
|
||||
function Remove-OldPowerShellModules {
|
||||
|
||||
Reference in New Issue
Block a user