Melanie Kyra

Results 4 issues of Melanie Kyra

Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate] "workCompleted"=dword:00000001 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\DevHomeUpdate] "workCompleted"=dword:00000001

Would be helpfull to have a simple *.txt file, where the script takes the appx for remove so we have more control what stay and what get removed, because MS...

$task = “Logon” $taskstatus = Get-ScheduledTask -TaskName $task if($taskstatus.State -eq “Ready”) { Disable-ScheduledTask -TaskPath “\Microsoft\Windows\Management\Provisioning\” -TaskName “Logon” } elseif ($taskstatus.State -eq “Disabled”) { Write-Host “Task: $task already disabled” }

https://schneegans.de/windows/unattend-generator/ After many trys with the script, and to much errors, and sometine bigger iso then originial i switch to this alternative. still looking forward, but for now is use...