The SD10_Renewed_1.32_Start.cmd script generates a log file that records possible errors. Can you check and post it?
Apologize for harping on this issue! I have researched how to install/restore modern calc what I tried so far. 1. Disabled & removed defender & antivirus 2. Performed many clean installs with fresh sources & OS 3. Performed a re registering of the modern calc app using this code. Code: Get-AppxPackage -allusers Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "\((\)_.InstallLocation)\AppXManifest.xml"} 4. Did fresh install then manually downloaded the modern calc from MS & it installs no problem & it works! Is there something I could be overlooking?
Did the code above solve the problem? Which ISO image was used for your last clean install: untouched or modified with the script? In your case, we may need to run several tests. Answer the questions above and we'll see what we can do.
1. Code did not fix the Calc 2. Script source ISO 19045.1826.220707-2303.22H2 3. Host is 19045.6332 modified with the script
Have you checked that all files are present in the Bin and Tools folders? Does the script open when you run it? What is the process's behavior?
This is really strange, because the calc is integrated when you run the script... And the most intriguing thing is that I haven't had any problems in any of the tests I've done... I'll think about it further and come up with an alternative. I'll come back with some suggestions.
There are a few things you can try to find the source of the problem: -Temporarily uninstall ESET as it is still running even if you disable it. -Add "PAUSE" after each operation in the Start script to identify the problematic line. -Try to run the script from a VM with original Windows installed.
I noticed the MS calc I downloaded post script install is identical to the one you include in the appx dir, yet post script the included modern calc program file will not open?
Try running SFC /scannow to see if it resolves the issue. If it doesn't, try: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
===================== SD10_Renewed_1.34 ===================== Updated to version 1904x.6332 In an attempt to adjust the functioning of the Modern Calculator, at the request of @Mavericks Choice, the codes below were adjusted: Code: -------- Removed: -------- Line 2342 - Disable User Account Control Line 2431 - Account Protection will always be disabled Line 2480 - Disable Meltdown and Spectre fixes for speed --------- Modified: --------- Line 2878 if "%EnableClassicCalculator%"=="0" ( copy /y "%~dp0Hotfixes\APPX\Microsoft.WindowsCalculator_*_neutral_~_8wekyb3d8bbwe.Msixbundle" "%~dp0OEM\$OEM$\$$\Setup\APP" ) --------- Added in $OEM$\$$\Setup\RunonceEx.cmd: --------- if exist "%Windir%\Setup\APP\*.msixbundle" ( DISM /online /Add-ProvisionedAppxPackage /PackagePath:"%Windir%\Setup\APP\Microsoft.WindowsCalculator_2021.2502.2.0_neutral_~_8wekyb3d8bbwe.Msixbundle" /SkipLicense ) - Minor script adjustments Tested with: - 19045.1826.220708-0121.22H2_RELEASE_SVC_REFRESH_CLIENTBUSINESS_VOL_X64FRE_PT-BR.ISO The Docs folder contains test images and log files https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/
any suggestion for alternative to defender.? @hoak just something that uses lower resources if it exists
@SunLion Im glad I persisted with this cause you have now absolutely nailed this issue. Thank you friend its now perfect!!