From 997a1810bf021a33a96d46f3d96298b9593034de Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Sat, 31 Aug 2024 19:46:56 -0700 Subject: [PATCH] Update Script.ps1 --- Script.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Script.ps1 b/Script.ps1 index 65b8cd1..760b294 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -45,6 +45,9 @@ powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c powercfg /hibernate on powercfg -change -monitor-timeout-ac 30 +# Install Winget +Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe + # Install OpenSSH Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0