replaced method of winget installation.
parent
997a1810bf
commit
cd36de0e97
|
|
@ -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*'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue