replaced method of winget installation.

master
Chris Nutter 2025-05-19 14:28:38 -07:00
parent 997a1810bf
commit cd36de0e97
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ powercfg /hibernate on
powercfg -change -monitor-timeout-ac 30 powercfg -change -monitor-timeout-ac 30
# Install Winget # Install Winget
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe #Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
irm https://github.com/asheroto/winget-install/releases/latest/download/winget-install.ps1 | iex
# Install OpenSSH # Install OpenSSH
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'