Tag Archives: install

HOWTO install ‘winget’ from command line

Sometimes we might need to use the amazing ‘winget’ command where it isn’t available (for example from a Windows Sandbox, …). The few steps below will solve this problem. The installation process To install ‘winget’ command, you will need to download C++ Runtime framework packages for Desktop Bridge from MS, selecting the proper package (x86, x64, …) from the ‘How to install and update Desktop … Continue reading HOWTO install ‘winget’ from command line »

HOWTO fix Windows 10 upgrade process

Once again some weeks ago, I had to upgrade an old Windows 7 notebook to Windows 10. Up to now, it is possible by downloading the Media Download Tool, and following the program instructions. In the end, you will have a licensed Windows 10 notebook migrated by the previous OS. My problem this time was that Windows 10 installation met several problems and failed. I … Continue reading HOWTO fix Windows 10 upgrade process »

HOWTO fix Windows 10 installation blocked in updates searching phase

Several weeks ago, I updated an old notebook from Windows 8 to the latest Windows 10. One of the problems, I faced is that the W10 installation hung in the updates searching phase. From my investigations, it seemed a Windows Update problem of the almost phased-out OS. Simply I didn’t want to fix a problem in an OS that I was going to wipe out. … Continue reading HOWTO fix Windows 10 installation blocked in updates searching phase »

HOWTO install a driver .INF by command line

Up to now, there are different ways to install a device driver: by a dedicated setup file by the manufacturer. by using Device Manager to update the ones of a previously installed device. by File Explorer right-click menu. … by script or command line This last option can be useful if you need to include in a script the driver installation, or in a troubleshooting … Continue reading HOWTO install a driver .INF by command line »