fix(powershell): run microsoft_store command directly

This commit is contained in:
Andre Toerien
2025-06-23 01:12:00 +02:00
committed by Gideon
parent 31f0097862
commit b166aae835
3 changed files with 21 additions and 15 deletions

View File

@@ -230,8 +230,6 @@ pub fn windows_update(ctx: &ExecutionContext) -> Result<()> {
print_separator(t!("Windows Update"));
if powershell.supports_windows_update() {
println!("The installer will request to run as administrator, expect a prompt.");
powershell.windows_update(ctx)
} else {
print_warning(t!(