[Windows] Configure miniPC to Boot on Power
[Tutorial] Enable SSH Server Service on WIN11
Install winget
https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget
Note
The winget command line tool is only supported on Windows 10 1709 (version 16299) or later. The winget tool is not available until you log in to Windows for the first time (this triggers the Microsoft Store to register the Windows Package Manager as part of an asynchronous process). If you recently logged in as a user for the first time but find that winget is still unavailable, you can open PowerShell and enter the following command to request the registration of winget:
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
.
Install PowerShell
winget search Microsoft.PowerShellwinget install --id Microsoft.Powershell.Preview --source winget
Install Net8/9
winget install Microsoft.DotNet.SDK.9
Install agent proxy
Install Python
winget install python
Install NVM
https://github.com/coreybutler/nvm-windows/releases
Install NPM
nvm install 18.18.2nvm use 18.18.2npm install python
[Windows] Configure miniPC to Boot on Power