Tag: Reset

Fix Windows Update (Shotgun method)

Share this post:

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 …

Continue reading

Share this post:

How to Set Default Sign-in Option in Windows 10

Share this post:

At the logon screen by default the last used sign in method is shown You might have many options to choose from, – Pin– Password – Picture– Microsoft account– Face Recognition– Fingerprint (Helo) If you want to set a default logon method for your users, a reg tweak can do this for you: It’s stored …

Continue reading

Share this post: