diff --git a/Script.ps1 b/Script.ps1 index 760b294..54624d3 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -46,7 +46,8 @@ powercfg /hibernate on powercfg -change -monitor-timeout-ac 30 # 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 Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'