Hi JackFriend XX.
If you are facing the error code 0xe0434352 on shutdown then this means you are facing a problem with your .NET installation. In most cases, the error 0xe0434352 appears because of issues persisting with .NET Framework. But in some cases, it can also be caused because of corrupted or old drivers which seems to be conflicting with Windows and hence the error.
Method 1.
- Perform clean boot
https://troubleshooter.xyz/wiki/perform-clean-b...
Method 2: Run SFC and CHKDSK
1.Press Windows Key + X then click on Command Prompt (Admin).
command prompt with admin rights
2.Now type the following in the cmd and hit enter:
Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
SFC scan now command prompt
3.Wait for the process to finish and once done restart your PC.
4.Next, run CHKDSK from here Fix File System Errors with Check Disk Utility(CHKDSK).
5.Let the above process complete and again reboot your PC to save changes.
Method 3: Run System Restore
1.Press Windows Key + R and type”sysdm.cpl” then hit enter.
system properties sysdm
2.Select System Protection tab and choose System Restore.
system restore in system properties
3.Click Next and choose the desired System Restore point.
Method 4: Run Microsoft .NET Framework Repair Tool
https://www.microsoft.com/en-gb/download/detail...
Method 5: Reinstall .NET Framework
1.Press Windows Key + X then select Control Panel.
control panel
2.Click Uninstall a program and find .NET framework in the list.
3.Right-click on .Net Framework and select Uninstall.
4.If asks for confirmation then select Yes/OK.
5.Once uninstall is complete make sure to reboot your PC to save changes.
6.Now press Windows Key + E then navigate to Windows folder: C:\Windows\
7.Under Windows folder rename assembly folder to assembly1.
rename assembly to assembly1
8.Similarly, rename Microsoft.NET to Microsoft.NET1.
9.Press Windows Key + R then type “regedit” and hit Enter.
Run command regedit
10.Navigate to the following Registry Key: HKEY_LOCAL_MACHINE\Software\Microsoft
11.Delete the .NET Framework key then close everything and restart your PC.