Ti spiegherò come risolvere il problema per cui questo PC non può essere aggiornato a questa versione di Windows
Nel frattempo, l'errore di aggiornamento Windows 24H2 "Questo PC non può essere aggiornato a questa versione di Windows" di ENT indica una sorta di problema di incompatibilità. Quindi, questo messaggio di errore significa fondamentalmente che c'è un problema nel tuo sistema che impedisce l'esecuzione del processo di aggiornamento. Di per sé, questo errore si verifica per due motivi principaliCome risolvere il problema per cui questo PC non può essere aggiornato a questa versione di Windows
Nel frattempo, l'errore di aggiornamento Windows 24H2 "Questo PC non può essere aggiornato a questa versione di Windows" di ENT indica una sorta di problema di incompatibilità. Quindi, questo messaggio di errore significa fondamentalmente che c'è un problema nel tuo sistema che impedisce l'esecuzione del processo di aggiornamento. Di per sé, questo errore si verifica per due motivi principali:
Innanzitutto, l'errore può verificarsi se si sta tentando di installare Windows 11 su hardware non supportato saltando i requisiti di sistema. Se si è riusciti a installare 23H2 tramite un bypass ma ora si riscontrano problemi con l'aggiornamento 24H2, è probabile che ciò sia dovuto al fatto che i requisiti di sistema non sono stati soddisfatti.
In secondo luogo, l'errore può anche avere origine da vari problemi di sistema, come spazio libero su disco insufficiente o impostazioni non corrette derivanti da modifiche di configurazione involontarie. Inoltre, il download di file di terze parti può interrompere i componenti o le autorizzazioni di aggiornamento di Windows, innescando così questo messaggio di errore.
Ora che sappiamo esattamente cosa causa questo problema, vediamo come risolverlo.
Soluzione 1. Liberare spazio sul disco
Come detto, uno spazio su disco insufficiente può causare questo errore. Per risolvere questo problema, segui questi metodi per liberare spazio su disco:
1.1. Rimuovere i programmi non necessari:
Fai clic sul pulsante di avvio di Windows, trova Pannello di controllo > Disinstalla programmi. Rimuovi tutti gli strumenti, i giochi o le applicazioni di cui non hai bisogno.
1.2. Utilizzare Storage Sense
Disinstalla i programmi e poi usa la funzione "Storage Sense". Qui puoi vedere i file generali ordinati per tipo di formato, come video/audio, documenti, immagini, cache, ecc. Elimina i file non essenziali per liberare spazio sul disco.
- Premi il pulsante di avvio Windows. Digita Impostazioni di archiviazione e aprilo.
- Nelle Impostazioni di archiviazione, attiva Sensore archiviazione: ti aiuterà a gestire lo spazio di archiviazione e a cancellare automaticamente la cache.
- Ora, esamina ogni categoria per trovare ed eliminare i file non necessari per liberare spazio.
1.3. Disattivare la modalità ibernazione
Hibernation is a Microsoft Windows power-saving mode that allows you to save the state of your computer to a hard drive or other non-volatile storage. In simple terms, it is an alternative to shutting down; hibernation saves the contents of RAM to a hard drive so that you can resume your work later. If you don't need this feature, disabling it can free up around 6-10 GB of space, depending on your PC usage. You can find it under Storage Settings > (Show more categories) > System & reserved.
To disable hibernation in Windows using Command Prompt (CMD), follow these steps:
- Open Start and search for “cmd” and Run as administrator.
- Type the following command and press Enter.Powercfg.exe /hibernate off
- Then type “exit” and press Enter to close CMD.
Note: This should free up some space, but be aware that disabling hibernation may prevent your computer from saving your work and shutting down completely, which can lead to data loss if it is not saved elsewhere. If your Windows is up to date, you should re-enable hibernation.
Use the following command in CMD to re-enable hibernation after upgrading to version 24H2:
Powercfg.exe /hibernate on
Solution 2. Disable Fast Startup
Another Windows feature is called Fast Startup. Fast Startup is a Windows feature designed to decrease the time it takes for your PC to start up after a shutdown. It works by saving some system data (such as drivers and kernel session) to disk, so that your computer can load it quickly when it restarts.
However, this feature can sometimes cause conflicts during major Windows updates because it retains data that interferes with the update process. Disabling fast startup ensures that your system is completely reset upon shutdown, eliminating any potential conflicts and allowing the update to go through smoothly.
- Open Control Panel, change the view to small icons, and click “Power Options.”
- In the left pane, find “Choose what the power button does.”
- Select Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended).
- Save changes and restart your PC.
Solution 3. Use the Windows Update Repair Tool
In Windows 11 version 23H2, Microsoft introduced a feature called “Fix problems with Windows Update,” designed to help users repair their system by reinstalling the current version of Windows through the Windows Update repository. This toolema and resolving issues that may be preventing the update process.
- Go to Windows Settings by pressing the Win + I keys together.
- Head to the Windows Update section, then Recovery.
- In the Recovery section, you will find an option called “Fix problems with Windows Update.” Press the Reinstall now button in front of it. Note: Don’t worry, this doesn’t affect your files, apps, or settings in any way. It only repairs system files.
- Alternatively, if “Fix problems with Windows Update” isn’t available to you, you can apply a .bat file to fix the problem.
- First, click the Windows Start button, type “Notepad” in the search bar, and open it.
Copy the following script and paste it into Notepad: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old Ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver netsh winsock reset netsh winsock reset proxy ipconfig /release ipconfig /renew ipconfig /flushdns ipconfig /registerdns sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth chkdsk /f /r
- Click File > Save As.
- In the Save window, set the Save As type to All Files.
- Name the file reset_windows_update.bat and save it to a convenient location (for example, Desktop).
- Now that we have the reset_windows_update.bat file on the Desktop, right-click on it and run it as Administrator.
- When prompted by User Account Control, click Yes to allow the program to make changes to your computer.
- The Command Prompt will open and run each command in sequence.
- Some processes may take a while, especially sfc /scannow, DISM, and chkdsk.
- Follow the on-screen instructions and be patient while the commands are executed.
- Once all the above commands are done, restart your PC for all the changes to take effect.
Solution 4. Specify Target upgrade version in Windows 11
You can also set a specific TargetReleaseVersion in Windows, which allows you to stay on a particular version of Windows or move to a specific version until it reaches the end of its service life. This feature is available in Windows 10 and 11 Pro, Enterprise, and Education Editions.
By setting a "TargetReleaseVersion" you control which one your system stays on, preventing unexpected updates until you're ready.
However, if you don't update this setting before your device's current version reaches end of life, Windows will automatically update to the latest supported version within 60 days of that date.
Let's set it up:
- Click the Windows Start button, search for Registry Editor, and open it.
- Copy the address provided or manually follow the destination. HKEY_LOCAL_MACHINE SOFTWARE Policies Microsoft Windows WindowsUpdate
- Create a DWORD (32-bit) value called TargetReleaseVersion on the right side of the Registry Editor pane and set its value to 1.
- Now, right-click again, this time creating another string value called TargetReleaseVersionInfo and setting its value to the version you want (e.g. 24H2).
Solution 5. Reset your PC to factory settings
Se riscontri ancora l'errore "Questo PC non può essere aggiornato a questa versione di Windows", un ripristino delle impostazioni di fabbrica potrebbe essere il passaggio successivo. Un ripristino delle impostazioni di fabbrica ripristina il sistema allo stato originale e risolve efficacemente i problemi principali reinstallando Windows senza richiedere nulla di aggiuntivo (ad esempio accesso a Internet, file ISO, ecc.).
Quando avvii il processo di ripristino del tuo PC, avrai due opzioni principali:
Mantieni i miei file – Questa opzione reinstalla Windows ma conserva i tuoi file personali (documenti, immagini, file scaricati o programmi). Tuttavia, rimuoverà le app e le impostazioni installate, quindi dovrai reinstallare tutti i programmi in seguito.
Remove everything – Questa opzione resetta completamente il tuo PC e rimuove tutti i file, le app e le impostazioni. È un aggiornamento completo del tuo sistema e può essere utile se c'è una corruzione profonda o problemi persistenti. Assicurati di eseguire il backup dei tuoi file importanti prima di procedere.
Ecco come eseguire un ripristino delle impostazioni di fabbrica:
- Fare clic sul pulsante di avvio di Windows e andare su Impostazioni > Aggiornamento Windows > Opzioni avanzate > Ripristino > Reimposta questo PC.
- Scegli Mantieni i miei file o Rimuovi tutto in base alle tue preferenze.
- Seguire le istruzioni sullo schermo per completare il ripristino.
Una volta completato il ripristino, il PC sarà in uno stato nuovo e, si spera, aggiornato.
Soluzione 6. Installazione pulita Windows
Se il tuo PC non riesce ancora ad aggiornare a Windows 11 24H2 a causa di problemi con Windows Update, reinstallare Windows sarebbe l'opzione migliore. È solo che a volte alcuni errori del sistema di aggiornamento sono difficili da risolvere completamente e una nuova installazione può rimuovere alcuni problemi nascosti che bloccano l'aggiornamento. Ricorda solo di eseguire prima il backup dei file importanti, poiché la reinstallazione ripristinerà il tuo sistema. Questa soluzione di ultima istanza dovrebbe darti una versione pulita e aggiornata di Windows con tutte le ultime funzionalità e miglioramenti.
Se hai bisogno di aiuto con la reinstallazione, non preoccuparti: questo articolo illustra passaggi simili a quelli di una reinstallazione completa. Prima esegui semplicemente il backup dei file, poiché la reinstallazione ripristinerà il sistema. Questa soluzione di ultima istanza dovrebbe darti una versione pulita e aggiornata di Windows, pronta per tutte le ultime funzionalità e i miglioramenti!
Risolvi l'errore Windows non è riuscito a connettersi al servizioProfSVC con la nostra semplice guida alla risoluzione dei problemi. Faitornare a funzionare senza problemi il tuo sistema!
Per sapere come risolvere il problema di Windows bloccato in modalità di avvio diagnostico, ecco una guida completa.
Il giorno della giornata ti seguiamo passo dopo passo Comerisolvere l'errore nell'acquisizione della licenza utente finale, IDevento 1014.
Ti dirò come ottenere i rotoli del dio del vetiver nocivo in Destiny 2
Ti spiego come ottenere rapidamente XP e mimetiche in Black Ops 6 Zombies
Ti spiegherò come correggere l'errore "Errore durante il controllo degli aggiornamenti" in Google Play Store
Ti insegnerò come risolvere il problema? La temporizzazione di input corrente non è supportata?
Ti spiegherò come disattivare le note sui post e sui reel su Instagram
Per sapere come risolvere il problema del tunnel Hamachi in Windows, ecco un articolo con istruzioni dettagliate.
Se ti stai chiedendo come risolvere il problema dell'arrestoanomalo di Microsoft Teams durante il caricamento su Windows, ecco una guida conla risposta migliore.
Nel nostro post di oggi imparerai come risolvere il problema per cui la telecamera segnala di essere bloccata o spenta.