Windows 10: Multiple issues with windows 11 despite trying to repair it.

Discus and support Multiple issues with windows 11 despite trying to repair it. in Windows 10 Software and Apps to solve the problem; I keep getting the following error: I also cannot get my lock screen to stay on windows spotlight - it will always revert to pictures.I have tried... Discussion in 'Windows 10 Software and Apps' started by Aly Silverwing, May 10, 2024.

  1. Multiple issues with windows 11 despite trying to repair it.


    I keep getting the following error: I also cannot get my lock screen to stay on windows spotlight - it will always revert to pictures.I have tried reinstalling windows and it's not done anything.Please help :

    :)
     
    Aly Silverwing, May 10, 2024
    #1
  2. Krish Nox Win User

    Persistent Issues After Windows 11 23H2 Update (KB5032288) Despite Troubleshooting Attempts

    Hello Microsoft Community,

    I recently upgraded my PC to the "2023-11 Cumulative Update Preview for Windows 11 Version 23H2 for x64-based Systems (KB5032288)", moving from

    Windows 11 Version 22H2. Post-update, I'm facing several critical issues:

    1. Start Menu and Taskbar Malfunctions: The start menu button on the keyboard isn't working, nor does clicking the start menu on the taskbar open it. The search button on the taskbar and left-clicking on the wifi, audio icons, and the date/time in the system tray are also unresponsive. I have to navigate to settings via right-click to adjust settings.
    2. Application Failures: Notepad and Photos won't open, showing "Parameter is incorrect" and "this app didn't start" errors, respectively. Similar errors occur with other apps.
    I've attempted numerous troubleshooting steps, but none have resolved these issues:

    • Restarted the PC multiple times.
    • Restarted the Windows Explorer process.
    • Disabled the auto-hide feature for the taskbar.
    • Restarted taskbar services and ended tasks for system files.
    • Conducted system file repairs using DISM and SFC commands:
      • Dism /Online /Cleanup-Image /ScanHealth
      • Dism /Online /Cleanup-Image /RestoreHealth
      • sfc /scannow
    • Checked for and installed any optional updates available.
    • Attempted to reinstall UWP (Universal Windows Platform) apps.
    Despite these efforts, the problems persist. These issues only began after the recent update, as everything worked fine on Version 22H2.

    I'm seeking advice on further troubleshooting steps or solutions. Is this a known issue with the update, or is it specific to my system? Any help or guidance

    from the community would be greatly appreciated.

    Thank you in advance for your support!

    Best regards,

    Krishna
     
    Krish Nox, May 10, 2024
    #2
  3. Regions speech not available despite correct language pack install

    The issue still remains unresolved, as English (Australia) simply does not show up in the list despite following all suggested steps to date (which I had done previously)
     
    ChristopherWatson_46, May 10, 2024
    #3
  4. Kursah Win User

    Multiple issues with windows 11 despite trying to repair it.

    Repair Windows 7/8/10

    Repairing Windows 8

    Further improving on previously deployed OS repair methods, Windows 8, 8.1, Server 2012 and 2012 R2 further allowed advanced repair where an in-place upgrade or total re-install would be required on previous operating systems. In all honesty, before Windows 10 implementation, this was arguably the easiest OS to repair for a couple of years by running more basic commands.

    This has since been advanced to more closely match Windows 10/Server 2016 repairs but with the below information I hope to guide you through performing these advanced tasks more easily!

    Spoiler: Windows 8/8.1 Repair DISM

    If CHKDSK and SFC fail to repair the issues with the system, then it this is your next option and besides restoring from a previous backup might be the second-to-last option before re-installing the operating system. We will utilize DISMfor this next repair option.
    • In some instances, you won't need the OS ISO to perform the DISM image cleanup. You can attempt this on any OS from 8-10 by using the following command in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth
    • In many cases now due to some changes Microsoft made, you'll need to have a copy of the OS ISO available. The ISO will need to be a standard deployment variety that contains Install.WIM in the Sources directory, otherwise the process will fail. Once you have the correct ISO, mount it in Explorer (can do this natively on Microsoft Windows 8.0+), verify the drive letter, verify Image.WIM in the Sources directory.
      • To download a Windows 8.1 ISO from Microsoft, click here.
    • Enter the following in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
      • X = drive letter of mounted ISO. Change to match the appropriate drive letter.
      • Say I had the Install.WIM located in C:\Images, I would type the following command: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\Images\Install.WIM:1 /LimitAccess
    The DISM scan can take a while, often times longer than an CHKDSK or SFC scan. To speed up the process, have the Image.WIM on a faster flash media or on local storage rather than disc media. This will help greatly. In many cases one or two runs of this command will repair most issues I've found with Windows 8/8.1.

    Once the DISM repair process has been found successful, or not, I will perform a reboot. If the repair was unsuccessful, this will be when I attempt a second pass. If the second pass fails, it is time to move onto the next solution.

    However, if the DISM repair passes at any point, reboot the system and then perform an SFC to confirm no further issues are found or need resolved. This step is likely overkill for those not seeking to do optional steps.

    Operating System Refresh

    It should be noted that in the event DISM fails to repair the system, then an OS refresh would be the next suggestion if the deployed that could save the user's files and OS deployment.

    This feature has been an available feature since Windows 8 launched in 2012. The biggest benefit with this option over Windows 7's in-place-upgrade is not necessarily requiring the OS installation media to perform the repair.

    If the system is an OEM, an OS refresh from the OEM partition may mean a reinstall of the OS and loss of user data but the restoration of OEM software and bloatware. But you can still choose a manual OS-only refresh without the bloatware if you take the correct steps.

    The best choice in my opinion is to run an OS refresh procedure from the advanced boot menu or you can run the installation media while in Windows to perform and Upgrade installation, this will keep your files and settings but replace Windows files and components.

    To access the advanced boot menu for Windows 8, there are a several options.
    • When choosing restart from the OS GUI, hold down SHIFT and click restart. This method will work even if you cannot log into a profile on the system which makes it very useful in some situations.
    • If logged in, access PC Settings, and click Restart Now under Advanced Startup.
    • If logged in, open a command prompt window and type shutdown /r /o /t 0 which will initiate a reboot into the advanced menu right with no delay. Without /t 0, there will be a 60-second delay. The number value after the /t is delay seconds.
    Once you've reached the advanced boot menu, choose Troubleshoot. From there you can choose to Refresh your PC, Reset your PC and Advanced Options. For this repair, we want to choose Refresh your PC. It's description reads "If your PC isn't running well, you can refresh it without losing our files." That is exactly what we want to accomplish here!

    Follow the prompts and processes, and after the refresh installation and rebooting, you should be greeted with a login screen back to your profile in your stable OS environment. At this point you should be able to use the system as intended, if in doubt then re-run the SFC and DISM scans.

    In-Place Upgrade

    If CHKDSK, SFC and DISM fail to repair the issues with the system, yet you can still boot to the Windows desktop, then the next option is to perform an in-place upgrade. This is more in-depth than an Operating System Refresh. It re-installs most of the operating system's core image and critical files without losing your profiles, data or programs, but do expect to lose some settings. In many cases this process can fix some major issues and refresh an otherwise corrupt and issue-ridden OS installation back to something stable and usable.

    Time to close the CLI windows and get back into the GUI, unless you want to deploy Windows through CLI. You'll have to source a different guide for that process!

    Requirements to perform an in-place upgrade:
    • Must have installation media that matches the installed OS version and type. This applies to both Windows and Windows Server.
    • Must be able to get to the desktop on the affected system to correctly initiate this process, booting to the media will not allow an upgrade to be performed.
    That last rule is the frustrating part of this repair process if you cannot get that far, backup what you can and do a fresh installation. Otherwise proceed.
    • Start the process by using autorun or manually running setup.exe from the installation media.
    • Windows 8/Server 2012+ can mount ISO's in Windows Explorer, you can use that instead of physical media options to perform this task.
    • You'll come to the installation window, the options will be Upgrade or Custom. Choose Upgrade. This is critical as choosing custom will force you to overwrite, append or wipe out the current install rather than performing any kind of repair.
    • Follow the on-screen prompts, which should be very few for you to interact with. The overall process looks and is the Windows install GUI. Once it is completed, the system will automatically reboot (may need to more than once).
    • After the reboot(s) after the in-place upgrade you should have a fully functional Windows without issues or corruptions.
    Performing an in-place upgrade makes sense, and gives you a stable and clean running operating system when there's an issue or corruption you just can't fix but things aren't broken enough to warrant a fresh installation. The point of this process is to refresh the Windows OS files but retain your data, programs, and settings. That is precisely what the in-place upgrade procedure accomplishes.

    I should also add that this process can be accomplished remotely as well, from start to finish. I have done so with persistent LogMeIn, ScreenConnect and Teamviewer installations on various remote systems I have performed this task on, RDP should work as well. Being able to do this level of repair remotely is a huge benefit to any sysadmins out there looking to keep a client happy and perform that "remote magic" IT guys are known for.


    **If at this point your issues are not fixed, then there is something else occurring that is causing the issue be it Malware, hardware, drivers, etc. Please refer to the OP in this thread to run through some of those tests and diagnostics, or create a new thread seeking help and stating what you've tried.**
     
    Kursah, May 10, 2024
    #4
Thema:

Multiple issues with windows 11 despite trying to repair it.

Loading...
  1. Multiple issues with windows 11 despite trying to repair it. - Similar Threads - Multiple issues despite

  2. Windows 11 automatic repair issue

    in Windows 10 Software and Apps
    Windows 11 automatic repair issue: My friend has an Asus ROG Ally that whenever he turns on, gives him the blue automatic repair screen. We have looked online for solutions but whenever he tries it, it asks for a "recovery key". The only major installed apps on it are minecraft, roblox, and zoom. He said that...
  3. Multiple issues with windows 11 despite trying to repair it.

    in Windows 10 Gaming
    Multiple issues with windows 11 despite trying to repair it.: I keep getting the following error: I also cannot get my lock screen to stay on windows spotlight - it will always revert to pictures.I have tried reinstalling windows and it's not done anything.Please help :...
  4. PC Windows 11 Multiple Issues.

    in Windows 10 Software and Apps
    PC Windows 11 Multiple Issues.: Context I was having a multiple of issues so I did a clean install of windows 11 from usb, but now I am having problems again. Also I accidently deleted usb boot from drive that helped me reinstall windows more on this. As from the subject says I am having a multiple of...
  5. Windows 11 Automatic repair issue

    in Windows 10 Software and Apps
    Windows 11 Automatic repair issue: I tired to use this method but it doesn't work :D-Click on Command Prompt > Type this command and hit enter:DISM /Online /Cleanup-Image /RestoreHealthOnce it finishes, type this command and hit enter:sfc /scannowAlso try boot repair commands:bootrec /scanosbootrec...
  6. Windows 11 issue with multiple monitors

    in Windows 10 Software and Apps
    Windows 11 issue with multiple monitors: Hello everyone,I stumbled upon a strange issue which I'd like to report and ask for some help in investigating / solving it.I'm a gamer and recently updated my system:OSWindows 11 Pro 64-bit 10.0, Build 22621 22621.ni_release.220506-1250MainboardGigabyte Z790 GAMING X...
  7. Windows 11 issue with multiple displays

    in Windows 10 Gaming
    Windows 11 issue with multiple displays: Hello,I am new to Windows 11 and having trouble with display settings. At my desk I have 3 monitors, but I also have a projector hooked up in another room which I use for games / movies. On my old Windows 10 computer, I would simply turn off the monitors and turn on the...
  8. Multiple compounding issues with Windows 11

    in Windows 10 Software and Apps
    Multiple compounding issues with Windows 11: Hopefully someone can help as I'm not sure where to go with this, most of the small issues were annoying but easy enough to ignore on their own but now they're getting to the point that I can't even use my PC properly anymore. Microsoft store is in a current state of unable...
  9. Multiple compounding issues with Windows 11

    in Windows 10 Gaming
    Multiple compounding issues with Windows 11: Hopefully someone can help as I'm not sure where to go with this, most of the small issues were annoying but easy enough to ignore on their own but now they're getting to the point that I can't even use my PC properly anymore. Microsoft store is in a current state of unable...
  10. Win10 Wifi Still not staying connected, despite trying multiple fixes.

    in Windows 10 Network and Sharing
    Win10 Wifi Still not staying connected, despite trying multiple fixes.: Hi, I upgraded to windows 10 from windows 7. I have tried numerous fixes to get it to stay connected but it just doesn't seem to work. I have done all the well documented fixes including registry edits, changing the power management settings on my network device and it just...