Customers hesitate when questions go unanswered. A simple FAQ section on your product page can remove doubt instantly, improve search… Continue reading on Medium »
Daily Archives: February 25, 2026
Wanted to post the answer to this question but the site would not let me as it is a protected question? The basic answer is it is your partition sizes EFI = 260 MB Recovery = 1.2 GB minimums See here https://learn.microsoft.com/en-us/answers/questions/5516394/windows-server-backup-keeps-failing?page=1&orderby=Helpful&translated=false#answers RNR
Like a lot of people, I have both wired and wifi connections at home. (the wired NIC is a USB 10 Gbps dongle). Sessions are lengthy, so I often have to move my laptop location between rooms during the course of an evening and this causes networking to switch from […]
I am using Windows 11 Pro 25H2 with Intel 275HX Graphics + Nvidia 5070 Ti Laptop GPU. I have disabled the integrated GPU in BIOS settings and only use Nvidia graphics. I have 2 problems: Problem 1 started 2-3 months ago. The screen will go black with “The description for […]
I am doing this, from an Azure DevOps agent. kubectl -n [namespace] exec [pod] -- /opt/mssql-tools18/bin/sqlcmd -U [user] -P [pass] -Q "RESTORE DATABASE [db_name] FROM DISK = '/mnt/share/db.bak' WITH STATS = 10, RECOVERY" -C The restore works, but I recently added the WITH STATS = 10 part. This is supposed […]
driverquery.exe /FO TABLE And Get-WindowsDriver -Online -All Note: tested on a hyper-v VM, the command above list over 10 drivers, but the pnputil, dism, and export-windowsdrivers only export 2 drivers. What command can I use to backup or export all the drivers in this above output? can these output be […]