F5F Stay Refreshed Software Operating Systems Is 24H2 fixed?

Is 24H2 fixed?

Is 24H2 fixed?

Pages (3): Previous 1 2 3 Next
A
alejandrobo1
Posting Freak
877
05-07-2023, 01:42 AM
#11
So, the main issue seems to involve C++. The required "Microsoft Visual C++ 2022 X86 Minimum Runtime" (and the X64 version) isn't installing properly. It keeps reporting a network resource isn't available. I removed the versions listed in the Control Panel and downloaded the latest from Microsoft, but they mention an "older version can't be uninstalled without contacting technical support." Intel Driver and Assist won't work without it either. Adobe also won't run without it, which accounts for about half of my tasks. It's unclear what to do next.
A
alejandrobo1
05-07-2023, 01:42 AM #11

So, the main issue seems to involve C++. The required "Microsoft Visual C++ 2022 X86 Minimum Runtime" (and the X64 version) isn't installing properly. It keeps reporting a network resource isn't available. I removed the versions listed in the Control Panel and downloaded the latest from Microsoft, but they mention an "older version can't be uninstalled without contacting technical support." Intel Driver and Assist won't work without it either. Adobe also won't run without it, which accounts for about half of my tasks. It's unclear what to do next.

C
Cefreak113
Senior Member
484
05-07-2023, 08:30 AM
#12
Have you performed an upgrade or a clean installation?
C
Cefreak113
05-07-2023, 08:30 AM #12

Have you performed an upgrade or a clean installation?

S
Sakura_trick
Member
75
05-07-2023, 01:18 PM
#13
If you haven't, consider using DISM and SFC to fix any corrupted Windows files. You'll need to obtain the most recent Windows ISO for your current version.

1. Double-click the .ISO file to mount it.
2. Launch 'Windows Powershell' or 'Command Prompt' with admin rights (right-click → Run as Administrator).
3. Begin by checking system health using these commands:
3.1 dism /online /cleanup-image /scanhealth
3.2 dism /online /cleanup-image /checkhealth
3.3 dism /online /cleanup-image /restorehealth
4. If you encounter an error about the restore health, use the mounted ISO to identify the correct file and proceed with repairs.
5. Execute the following command (replace X with your drive letter):
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
6. Next, address any system file damage:
5.1 sfc /scannow
Additional tips before reinstalling:
- It may help to run the command line, which can resolve issues with MSI installers that sometimes freeze.
- Use msiexec.exe /a "package name" during an admin install from an elevated prompt. Installing the latest redistributable packages has often helped with various problems.
- Testing in safe mode can prevent running apps from interfering or forcing a refresh.
- You might need to edit the registry, removing any old installer entries under CurrentVersion in Microsoft/Windows. These remnants could be causing the new installer to reject the update.
S
Sakura_trick
05-07-2023, 01:18 PM #13

If you haven't, consider using DISM and SFC to fix any corrupted Windows files. You'll need to obtain the most recent Windows ISO for your current version.

1. Double-click the .ISO file to mount it.
2. Launch 'Windows Powershell' or 'Command Prompt' with admin rights (right-click → Run as Administrator).
3. Begin by checking system health using these commands:
3.1 dism /online /cleanup-image /scanhealth
3.2 dism /online /cleanup-image /checkhealth
3.3 dism /online /cleanup-image /restorehealth
4. If you encounter an error about the restore health, use the mounted ISO to identify the correct file and proceed with repairs.
5. Execute the following command (replace X with your drive letter):
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
6. Next, address any system file damage:
5.1 sfc /scannow
Additional tips before reinstalling:
- It may help to run the command line, which can resolve issues with MSI installers that sometimes freeze.
- Use msiexec.exe /a "package name" during an admin install from an elevated prompt. Installing the latest redistributable packages has often helped with various problems.
- Testing in safe mode can prevent running apps from interfering or forcing a refresh.
- You might need to edit the registry, removing any old installer entries under CurrentVersion in Microsoft/Windows. These remnants could be causing the new installer to reject the update.

N
Noblika
Member
52
05-07-2023, 01:24 PM
#14
It was a clean installation. Mostly, considering the recent BIOS updates from last year, the machine has stayed reliable. The update appeared to function well during Remote Desktop use. Last night I was assembling a new system from used components and found the Andy Warhol effect ongoing. I went back and rolled the update, except for the issue with proper framerate. I tested various cables and inputs, but the laptop kept insisting it wasn’t related to the monitor or cable.

Currently, the PC operates adequately except for a C++ error and its inability to maintain the correct framerate. I doubt SFC/DISM will help since C++ is an add-on. I’m planning another attempt at the update in case it fails again, which would also cost me a day of pay.
N
Noblika
05-07-2023, 01:24 PM #14

It was a clean installation. Mostly, considering the recent BIOS updates from last year, the machine has stayed reliable. The update appeared to function well during Remote Desktop use. Last night I was assembling a new system from used components and found the Andy Warhol effect ongoing. I went back and rolled the update, except for the issue with proper framerate. I tested various cables and inputs, but the laptop kept insisting it wasn’t related to the monitor or cable.

Currently, the PC operates adequately except for a C++ error and its inability to maintain the correct framerate. I doubt SFC/DISM will help since C++ is an add-on. I’m planning another attempt at the update in case it fails again, which would also cost me a day of pay.

B
bollen111
Junior Member
4
05-09-2023, 03:03 AM
#15
Not always. Occasionally it appears from MS as part of Windows. Drivers and related software sometimes include them too. It might be useful to get the newest versions while you're at it. However, I generally think DISM and SFC won't help much.
B
bollen111
05-09-2023, 03:03 AM #15

Not always. Occasionally it appears from MS as part of Windows. Drivers and related software sometimes include them too. It might be useful to get the newest versions while you're at it. However, I generally think DISM and SFC won't help much.

V
V_Angel29
Member
187
05-10-2023, 03:49 PM
#16
The moment it loads in those new drivers for the iGPU, the Warhol starts. I'm currently on the desktop without a driver, but soon it will automatically reinstall it. I plan to try a few quick things if it allows me. I need to check the C++, but I still can't set the proper refresh rate with or without the driver.
V
V_Angel29
05-10-2023, 03:49 PM #16

The moment it loads in those new drivers for the iGPU, the Warhol starts. I'm currently on the desktop without a driver, but soon it will automatically reinstall it. I plan to try a few quick things if it allows me. I need to check the C++, but I still can't set the proper refresh rate with or without the driver.

H
HaCo13
Junior Member
49
05-12-2023, 04:34 PM
#17
DISM doesn't locate anything to fix, while SFC reports everything is fine. The C++ packages still can't be reinstalled because it keeps failing to find the resource or uninstalling the old version. I'm planning to research online to understand the registry steps and decide whether to proceed with a clean install or restore everything from scratch.
H
HaCo13
05-12-2023, 04:34 PM #17

DISM doesn't locate anything to fix, while SFC reports everything is fine. The C++ packages still can't be reinstalled because it keeps failing to find the resource or uninstalling the old version. I'm planning to research online to understand the registry steps and decide whether to proceed with a clean install or restore everything from scratch.

B
Bazza130202
Senior Member
386
05-24-2023, 11:35 PM
#18
I restored the system using the previous 23 load. I didn’t rely on the backup since I thought it might still have the problem. The only bothersome part was how MS seems to be acting strangely about the activation key. After activating the system and registering it with my MS account, they now claim there’s no key left, which prevents activation. I plan to rebuild my old spreadsheet to organize all my keys properly. This process previously cost me a lot of time on this same system, and I wasn’t sure exactly which key I was dealing with.
B
Bazza130202
05-24-2023, 11:35 PM #18

I restored the system using the previous 23 load. I didn’t rely on the backup since I thought it might still have the problem. The only bothersome part was how MS seems to be acting strangely about the activation key. After activating the system and registering it with my MS account, they now claim there’s no key left, which prevents activation. I plan to rebuild my old spreadsheet to organize all my keys properly. This process previously cost me a lot of time on this same system, and I wasn’t sure exactly which key I was dealing with.

E
ElefanteCraft
Junior Member
25
05-25-2023, 12:04 AM
#19
If you insert an activation key, create a clone on a basic SSD and store it at the end.
E
ElefanteCraft
05-25-2023, 12:04 AM #19

If you insert an activation key, create a clone on a basic SSD and store it at the end.

D
duta_
Member
161
05-25-2023, 03:49 AM
#20
Well, let's start over again.
After everything, Windows keeps pushing this update onto me repeatedly. A fresh, untouched backup image was created just once, so it can't be immediately recreated and cause that problem later. I really wish I could avoid all this trouble again.
D
duta_
05-25-2023, 03:49 AM #20

Well, let's start over again.
After everything, Windows keeps pushing this update onto me repeatedly. A fresh, untouched backup image was created just once, so it can't be immediately recreated and cause that problem later. I really wish I could avoid all this trouble again.

Pages (3): Previous 1 2 3 Next