User was experiencing some system stability issues on a Windows 11 machine. I own a machine with Windows 11 so I made a short batch script for updating windows and most installed programs that worked wonders for me.
The script was a .bat file with the following:
wuauclt /detectnow /updatenow
winget upgrade --all
Cured the system instability for the user right away, haven’t heard a complaint since then from it. Just needs some time aside to run.