Update Script.ps1
parent
4f6368a8ca
commit
997a1810bf
|
@ -45,6 +45,9 @@ powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
|
||||||
powercfg /hibernate on
|
powercfg /hibernate on
|
||||||
powercfg -change -monitor-timeout-ac 30
|
powercfg -change -monitor-timeout-ac 30
|
||||||
|
|
||||||
|
# Install Winget
|
||||||
|
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
|
||||||
|
|
||||||
# Install OpenSSH
|
# Install OpenSSH
|
||||||
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
|
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
|
||||||
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
|
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
|
||||||
|
|
Loading…
Reference in New Issue