Windows 10: Windows 11 Install.

Discus and support Windows 11 Install. in Windows 10 Software and Apps to solve the problem; So I got a laptop that I want to format and re-install Windows 11 on, my question is that when I will format and re-install windows, will its windows... Discussion in 'Windows 10 Software and Apps' started by Ergo Jose, Apr 16, 2025.

  1. Ergo Jose Win User

    Windows 11 Install.


    So I got a laptop that I want to format and re-install Windows 11 on, my question is that when I will format and re-install windows, will its windows license or product key still work?I got the laptop brand new and used a program from Microsoft Store to find its Product Key and OEM Key.

    :)
     
    Ergo Jose, Apr 16, 2025
    #1

  2. windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Apr 16, 2025
    #2
  3. Windows 7 wont install drivers

    i dont think anyone here understands what your asking either when its nearly a 90% english dominated Tech forum.
    Step 1
    reinstall windows from scratch
    Step 2
    install all drivers from the cd that came with the god damn motherboard *common sense*
    Step 3
    update windows
    Step 4
    install misc etc crap like flash java etc etc
    Step 5
    Install GPU drivers
    Step 6
    go back to using your pc without issue.
     
    crazyeyesreaper, Apr 16, 2025
    #3
  4. Windows 11 Install.

    Windows 7 wont install drivers

    +1

    If you having an issue installing a driver that worked before you formatted or wont install on a fresh build, sometimes this means hardware damage
     
    brandonwh64, Apr 16, 2025
    #4
Thema:

Windows 11 Install.

Loading...
  1. Windows 11 Install. - Similar Threads - Install

  2. Problem updating to 24H2 Installation error - 0xc1900209

    in Windows 10 Gaming
    Problem updating to 24H2 Installation error - 0xc1900209: tell me to uninstall wallpaper live and steam https://answers.microsoft.com/en-us/windows/forum/all/problem-updating-to-24h2-installation-error/8ee94398-58cd-45f7-902d-4919fe16a159
  3. Problem updating to 24H2 Installation error - 0xc1900209

    in Windows 10 Software and Apps
    Problem updating to 24H2 Installation error - 0xc1900209: tell me to uninstall wallpaper live and steam https://answers.microsoft.com/en-us/windows/forum/all/problem-updating-to-24h2-installation-error/8ee94398-58cd-45f7-902d-4919fe16a159
  4. Win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2....

    in Windows 10 Gaming
    Win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2....: win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2. No updates will now load all get error oxc1900107. Have tried to reload win11 but get the same error. This is causing problems with other software. how can I remove the update...
  5. Win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2....

    in Windows 10 Software and Apps
    Win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2....: win11, under installed updates shows 23h2 & 24h2 installed, but System version shows 22h2. No updates will now load all get error oxc1900107. Have tried to reload win11 but get the same error. This is causing problems with other software. how can I remove the update...
  6. Fails to install KB5063060 on Surface Pro9: We'll try to download the update again later....

    in Windows 10 Gaming
    Fails to install KB5063060 on Surface Pro9: We'll try to download the update again later....: I have a Microsoft Surface 9 Pro and it is failing to perform an update KB5063060 saying that Some update files are missing or have problems. We'll try to download the update again later. Error code: 0x80073712...
  7. Fails to install KB5063060 on Surface Pro9: We'll try to download the update again later....

    in Windows 10 Software and Apps
    Fails to install KB5063060 on Surface Pro9: We'll try to download the update again later....: I have a Microsoft Surface 9 Pro and it is failing to perform an update KB5063060 saying that Some update files are missing or have problems. We'll try to download the update again later. Error code: 0x80073712...
  8. Why can't I install anything from Microsoft Store

    in Windows 10 Gaming
    Why can't I install anything from Microsoft Store: Hello,My Microsoft store seems to be bugging out.If i try to install anything from it it gives me the error "Something happened on our end"Please help me fix it...
  9. Why can't I install anything from Microsoft Store

    in Windows 10 Software and Apps
    Why can't I install anything from Microsoft Store: Hello,My Microsoft store seems to be bugging out.If i try to install anything from it it gives me the error "Something happened on our end"Please help me fix it...
  10. Dropping this here: How to create a list of installed files on Windows OS through powershell

    in Windows 10 Ask Insider
    Dropping this here: How to create a list of installed files on Windows OS through powershell: Open up powershell by pushing WIN+X winget list | Where-Object { $_ -notmatch "Microsoft" -and $_ -notmatch "Windows" } | Out-File "C:\path\to\your\file.txt" Debloat your output by adding the nomatch for microsoft and windows, and whatever else you want to exclude....