diff --git a/configs/ooshutup10/ooshutup10.cfg b/configs/ooshutup10/ooshutup10.cfg index 2dd5731..6b68dfe 100644 --- a/configs/ooshutup10/ooshutup10.cfg +++ b/configs/ooshutup10/ooshutup10.cfg @@ -42,7 +42,7 @@ A001 + A002 + A003 + A004 + -A006 + +A006 - A005 + P007 + P036 + @@ -92,6 +92,16 @@ P058 - P059 - P060 - P061 - +P071 - +P072 - +P073 - +P074 - +P075 - +P076 - +P077 - +P078 - +P079 - +P080 - P024 - S001 + S002 + @@ -147,22 +157,6 @@ E005 - E013 - E014 - E006 - -F002 + -F014 + -F015 + -F016 + -F001 + -F003 + -F004 + -F005 + -F007 + -F008 + -F009 + -F006 - -F010 - -F011 - -F012 - -F013 - Y001 + Y002 + Y003 + @@ -222,5 +216,5 @@ M017 - M018 - M019 - M020 + -M023 + +M021 + N001 - diff --git a/functions.ps1 b/functions.ps1 index 8a0edb7..5cb1511 100644 --- a/functions.ps1 +++ b/functions.ps1 @@ -8,9 +8,9 @@ function allupdates { Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot # ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt Write-Host "Spiele aktuelle OOSHUTUP10 config ein... " -ForegroundColor Blue - Set-Location ~/.winconfig ; ./OOSU10.exe configs/ooshutup10/ooshutup10.cfg /quiet + Set-Location $HOME/.winconfig ; ./OOSU10.exe configs/ooshutup10/ooshutup10.cfg /quiet Write-Host "Ziehe aktuelle winconfig von git..." -ForegroundColor Blue - git -C ~\.winconfig pull + Set-Location $HOME/.winconfig ; git pull Write-Host "Update aller Powershell Module..." -ForegroundColor Blue Write-Host -ForegroundColor Blue 'Get all PowerShell modules' function Remove-OldPowerShellModules {