Exception code: 0xc000027b <=== could be a wall clock time problem
https://answers.microsoft.com/en-us/windows/forum/all/windows-store-crashes-with-exception-code/11cc9422-165f-4cf7-9525-2153d7e54de9
"Correctly setting the time zone and manually setting
the clock to the correct time fixed the problem."
Start : Run : control.exe # Control Panel view, pin to taskbar
Date and Time control panel
Date and Time tab -- "Change time zone" if it is incorrect
[Windows installation NEVER sets this correctly!]
Internet Time tab -- Change settings
Configure internet time settings
Server:
time.windows.com "Update Now"
Sometimes, the time server is mis-behaving, and read the error message
carefully after clicking "Update Now".
If you dual boot Windows and Linux, they use different time keeping
methods. Either you "fix" the time, after switching OSes, or, you
change a registry setting to make Windows follow Linux practice,
but this has side effects (not all of Windows tolerates this in the code).
Turning off AC power at night to PC, causes the RTC to run off the tiny
CR2032 CMOS battery, and if that goes flat, the time can be wrong each day.
Keep standby power present, to maintain time while in Soft Off state, until
you can buy another CR2032 cell. It's a round disc cell. The socket is tricky.
I tried to help someone once, and they pulled the damn battery socket right
off the motherboard :-) Don't be that guy, OK.
*******
There are at least three kinds of updates in motion.
1) SSU Servicing Stack Update - this "authorizes" the incoming updates in a sense
2) Windows Cumulative for October - this packages hundreds of minor changes and CVE fixes
3) .NET baloney slicer - this patches yet more bugs in .NET libraries.
- You will see ngen.exe or mscoree in Task Manager, as
part of this update, consists of JIT recompiling .NET
assemblies for the installed programs. The recompiling
of assemblies, can last longer than the .NET code patching.
That's a sample of what is installed. There is a malware scanner
thing, that has the same KB number each month. Windows Defender update,
some of them, Defender fetches them, and you can manually install them too.
Windows Store applications automatically update, and this is not
part of Windows Update. If Windows Store disappears or if Metro applications
have problems, the build-in "wsreset.exe" can be used to Reset the Store.
*******
The Macrium Reflect product, Free version, can Clone and can do Full Backups.
While the Free offer will be removed at some point, you can check for
an older version. They will eventually remove these. The tool is complicated,
and if I tell you to customize and select to download a WADK kit, that'll
take a whole nother post to explain. This much executable, is at least a
start. Macrium has a manual, if you can find it, and it will explain some of
this.
https://download.macrium.com/reflect/v7/v7.3.6391/reflect_setup_free_x64.exe
https://download.macrium.com/reflect/v7/v7.3.6391/reflect_setup_free_x86.exe
http://updates.macrium.com/reflect/v7/user_guide/macrium_reflect_v7_user_guide.pdf?src=sidebar
I have four or five Macrium Reflect Rescue CDs. These are for "bare metal restore",
where you buy a new hard drive, and you restore from one of the .MRIMG backups.
The WADK kit, is what Macrium uses selectively, to make boot media. The Macrium
download process (inside the installed tool), downloads specific tools needed
for making media. These are compressed into a ball and stored for later. What
they grab, is NOT a full WADK kit. It's just pieces of it.
I also have a Macrium Reflect Rescue USB stick, and that is a high runner
for usage in the room. The CDs hardly get used now.
OK, located my film strip. Making rescue media. While never up to date,
these will jog some memories.
[Picture] "Download original" for best resolution.
If frame is blank, right-click and select "Reload"
https://i.postimg.cc/054trNDv/make-rescue-cd-via-win-vm.gif
*******
There is a tendency in Windows, to resort to "incantations". The
marked items, used by themselves, from an Administrative window,
might clean up WinSxS (side by side servicing folder) and
the System32 important stuff (sfc scannow). This is actually
a "reset Windows Update" script, with the error handling
stripped out, plus a little WinSxS servicing tossed in for "flavour".
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth \
dism /Online /Cleanup-image /CheckHealth \
dism /Online /Cleanup-image /RestoreHealth \___ Sick OS
dism /Online /Cleanup-image /StartComponentCleanup / incantation
Sfc /ScanNow / Five lines.
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
This is why, rather than mess with this, I'd rather do a
Repair Install and walk away.
1) Do your full backup first. Store on an external drive.
Make sure external drive has enough space. This is in case
you don't like the mess when you walk into the room later.
2) Start : Run : Winver
Select a Windows Installer DVD of matching version.
https://en.wikipedia.org/wiki/Windows_10_version_history
For example, if your PC is "stuck at" 21H2, there could be
a reason it is stuck there. If you have GMA x4500 graphics
(my Optiplex 780), it will try to install 22H2, bad graphics,
rolls back. Waste of time.
3) Consequently, if Repair Installing, I select my 21H2 disc
(a match of my current version), and while Win10 is running,
execute Setup.exe off that DVD disc.
If a person is confident their hardware is ultra-modern
(sticking an HD6450 GPU in the Optiplex provided the modernity),
then you can simply use the latest Win10 download (22H2 is the last
one) for your Repair/Upgrade Install.
Doing the Repair Install, is slow, but once you've convinced it
you are happy with your choices, it can reboot on its own.
And it can change your settings. Most of the settings will be
preserved, but, you know how Microsoft is...
Repair installs do not remove Malware. The Malware writers are
familiar with Repair Install, and they will just laugh at you.
Repair Install is mostly for naive structural problems created
by Microsoft.
*******
Disk drives ? Yes, check them.
WDC Data Lifeguard Diagnostic for Windows
Pointing you here, is in case the WDC one is no longer supported. Ver. 1.37.
https://www.majorgeeks.com/files/details/western_digital_data_lifeguard_tools.html#google_vignette
The preview images nearer the bottom of the page, shows the interface.
You can do a "Smart Short" for a quick check of a WDC Blue HDD, for example.
I do not know whether 1.37 is current enpugh, to handle SMART tables
on a WDC SSD drive.
This is why you are using MajorGeeks copy.
https://support-en.wd.com/app/answers/detailweb/a_id/31835/~/end-of-support-for-wd-data-lifguard-diagnostics-on-windows
How can a company abandon a tool like that ? dunno.
Paul