How to Backup System Software on Eq Mini PC with Windows 11

[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

.

How to Backup System Software on Eq Mini PC with Windows 11

Install PowerShell

winget search Microsoft.PowerShellwinget install --id Microsoft.Powershell.Preview --source winget

How to Backup System Software on Eq Mini PC with Windows 11

Install Net8/9

winget install Microsoft.DotNet.SDK.9

How to Backup System Software on Eq Mini PC with Windows 11

How to Backup System Software on Eq Mini PC with Windows 11

Install agent proxy

How to Backup System Software on Eq Mini PC with Windows 11

How to Backup System Software on Eq Mini PC with Windows 11

How to Backup System Software on Eq Mini PC with Windows 11

Install Python

winget install python

How to Backup System Software on Eq Mini PC with Windows 11

Install NVM

https://github.com/coreybutler/nvm-windows/releases

Install NPM

nvm install 18.18.2nvm use 18.18.2npm install python

How to Backup System Software on Eq Mini PC with Windows 11

[Windows] Configure miniPC to Boot on Power

Leave a Comment

×