The Windows 11 release health page found here: Windows 11 Updates Has this great new feature, every month the Patch-Tuesday update changes are neatly bundled with a video explaining what’s fixed & what’s new in this month’s updates and even some tips! Making them easier to understand even for less tech savvy end-users. Here’s the …
Category: Tips
Jun 13
Windows Update: Get me up to date
This new option in Windows 11 called ‘Get me up to date’ is located in the settings app, under Windows Update / Advanced options Once turned on, Windows Updates will get your device updated as fast as possible restart as needed even if you’re in active hours, a great option to use when going out …
May 29
Have you really turned it off and on again?
Yes it’s the all time classic answer calling Helpdesk, but things have changed since Windows has Fast Startup enabled by default. This happened with the release of Windows 8.x, before then a simple restart was equal to turning it of and on again. Users will tell you they already restarted the device & the issue …
Jan 11
Fix – Windows 11 upgrade fails with ‘We couldn’t update system reserved partition’
Some Windows 10 preloads have a small EFI System Partition of 100MB which is enough for 10 but might cause the upgrade to Windows 11 to fail with the message ‘We couldn’t update system reserved partition’ error code 0xc1900104, or error code 0x800f0922. Without the need for partition resizing tools you should be able to …
Jul 21
Fix Windows Update (Shotgun method)
Problem: Windows updates fails to detect updates, keeps running into the same error Store apps cannot be installed (uses WU to do this) Run this script in an elevated PowerShell window Set-Service wuauserv -StartupType DisabledSet-Service BITS -StartupType DisabledStop-Service BITS -ForceStop-Service wuauserv -Forcereg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v AccountDomainSid /freg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v PingID /freg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v …
Oct 17
Fix issues with modern authentication on Windows 10
Example: Outlook Auth => Needs Password over & over again or, very fast auth screen pop-up disappears without successful authentication In settings /Accounts /Email & Accounts/Accounts used by other apps/ adding a work or school account does not work In settings / System /Shared experiences the fix button doesn’t work C:\Users\%username%\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Is empty or corrupted FIX …
Aug 15
Tip: Camera not working in Skype, Zoom,…
Recently a handful of types of webcams turned dark in Skype, Zoom and other video chat programs, while the Windows Camera app still showed the video perfectly. The cases I ran into were running Windows 10 1909 or 2004 running on older models of hardware. Cams were showing up as ‘easycam’ or ‘HP HD webcam’ …
Jun 07
Grabbing Windows 10 2004 – Device Not Ready?
Trying to get the new 2004 Build on you device & running in to this screen on your updates? ‘Your device isn’t quite ready’ This means there’s a reason to temporarily block you from getting the new build. (This is good! You’ve just been saved from possible compatibility issues with your current setup) These reasons …
May 21
#MSBuild: WinGet – Windows Command Line App Installer
At Build Microsoft released their own package repo accessible from any device to facilitate easy deployment of packages & applications How do you get this on your device? Step 1 Open the Windows Store to grab your copy of App Installer If you already have it installed make sure you get it updated to the …