Impossibile salvare le modifiche ai permessi, Accesso negato: risolvilo in Windows 11. Bene, preparati a imparare come, perché oggi ti diremo cosa devi fare.

Se utilizzi Windows 11 sul tuo personal computer e ricevi la notifica "Impossibile salvare le modifiche alle autorizzazioni, accesso negato", allora questo potrebbe aiutarti con una soluzione. Questo è in genere un problema che si verifica per numerose ragioni, ma essenzialmente è un problema a livello di Windows stesso. La maggior parte dei casi si verifica a causa di una configurazione errata delle autorizzazioni, del ruolo utente o delle impostazioni di sicurezza.

Se non hai sufficienti privilegi di amministratore, provi a modificare un file protetto dal sistema o provi a cambiare i permessi su un file che un altro processo sta usando, apparirà questo errore. Potresti anche vedere il problema se la tua azienda ha impostato restrizioni di Criteri di gruppo o se il tuo disco esterno è protetto da scrittura.

Ecco il messaggio di errore completo:

Le autorizzazioni appena modificate su [nome file] non possono essere salvate.

Mi dispiace, ma non hai accesso a questa funzionalità.

Correzione Impossibile salvare le modifiche alle autorizzazioni, accesso negato






Per risolvere il problema di sicurezza di Windows su Windows 11 e 10, che non consente di salvare le modifiche alle autorizzazioni, prova quanto segue:




Renditi proprietario di quella cartella o file




Ripristinare i diritti allo stato predefinito


Attiva l'account Amministratore nascosto.




Ti consigliamo di creare un punto di ripristino del sistema prima di iniziare, in modo da poter tornare alla normalità nel caso in cui le modifiche non funzionino esattamente come previsto.




1] Prendi possesso del file o della cartella


Ci sono diversi modi per prendere possesso di una cartella o di un file in Windows 11. Esaminiamoli uno per uno.



Sezione A: Estendi le impostazioni di sicurezza di Esplora file








Il bello di cambiare la proprietà nella GUI è che non è mai stato così facile.




Avvia File Explorer o qualsiasi altra utility tu possa usare per modificare i permessi, ma assicurati di eseguirla come amministratore. Fai clic con il pulsante destro del mouse su un file o una cartella e scegli proprietà per visualizzarne le proprietà. Fai clic sulla scheda Sicurezza, quindi fai clic su Avanzate.




Nella finestra Impostazioni di sicurezza avanzate, fare clic sul pulsante Modifica accanto al nome del proprietario attuale.




Se non vedi il tuo account utente nell'elenco, puoi in alternativa digitarlo o abilitare il menu Avanzate per individuarlo.








In the Advanced Security Settings window, your name should now appear as the file or folder owner. To take the ownership of all files and subfolders in a folder, select Replace owner on subcontainers and objects. Then after clicking OK and returning to the Security page, try changing the permissions again.




Section B] Take ownership:








Taking ownership of system files or many files at once is as easy as the execution of the takeown command.




Now, proceed with the execution via Command Prompt as an administrator:


copy "file_or_folder_path" to Y


where for taking ownership of any particular file or folder, replace "file_or_folder_path" with its full path along with its extension.








An example of recursive ownership would be /R for subfolders and files, the /F flag for files, and the /D Y flag for forcing acceptance of ownership without prompt.




When ready, one can modify the permissions of the file with additional commands.




C] Interacting with ICACLS




In Windows, icacls is capable of more than just working with permissions; it can also take ownership of files and directories.








Now, please run the following command through Command Prompt as an administrator, replacing "file_or_folder_path" with the path to the folder or file you want to change ownership for, and "owner_name" with the desired owner name: icacls "file_or_folder_path" /setowner "owner_name" /T /C.








The /setowner flag of the command changes the current owner of a file or folder to the given user, the /T flag ensures that changes in ownership or permissions propagate through the whole directory structure, and the /C flag keeps doing the operation even if something goes wrong.




Default permissions back in place,




The 'Access is denied' problem can be cleared by reverting the permissions of the file or folder back to their default settings, which means to the conditions at the time of installation or creation of Windows. It will clear off all customized settings that prevent access or edits to the file.




Run the following in command prompt while logged in as an administrator to restore default permissions for files and folders:








"file_or_folder_path" = icacls /reset /T /C




Resetting the rights of NTFS files in Windows can also be done through a graphical tool, which is known as Reset NTFS file permission.



Step 3: Enable the hidden Administrator account.




The hidden Administrator account is an integrated Windows account with elevated permissions granted to it for complete system control. Even the ordinary administrator may not get access to modify the ownership and permission of certain files or directories using it.




To enable the secret Administrator account in an elevated Command Prompt, execute the following command:




net user administrator on the network /active:yes




Once enabled you might want to try changing the file permissions by logging into Windows with this account-it will now appear on the login screen.




See: Windows File or Folder Error Messages Regarding Denied Access.




Cannot save permission changes on Wuauserv




Now, this service, on a Windows 11 or 10 computer, is controlled by the Wuauserv service. The operating system doesn't let this service be modified-as a sort of security measure for which it gives an 'Access is denied' error message. You can fix the error by changing the permissions and taking ownership of the Wuauserv service. Never do this unless required because it may leave your system vulnerable to attacks.




Press the Win + R keys to open Run, type in services.msc, and press Enter. In the listed services, find Windows Update, right-click, and stop the service.




Press the Win + R keys again, then type in regedit and press Enter. Find the following key:




key local machine system current control set services wuauserv




Right-click the "wuauserv" folder on the left side of the screen and select Permissions In the Permissions window select Advanced. Click the Change button on the right of the Owner field.




Before clicking OK, add your login in the Select User or Group window and click Check Names.








In the opened window, click Advanced Security Settings under Owner. Under Replace owner on subcontainers and objects, click OK to close the dialog box.




You can now change the permissions by taking ownership of it. You need to stop and then start Windows Update.



Can't save permission changes The media is write protected




Permission changes on selected file or folder couldn't be saved. If you try to change permissions of the already existing files and folders on a write-protected storage device, you will get "The media is write protected." This may be an internal drive or an external hard drive, SD card, or USB drive. You can use the utility called Diskaprt to remove the drive from write protection to solve this problem. Run the Command Prompt as administrator and, within the Command Prompt window, successively run the following commands:




diskpart




Il comando soprastante avvierà l'utilità Diskpart. Quindi, esegui il seguente comando:




disco di visualizzazione




Verrà visualizzato un elenco di inventario di tutte le unità collegate. Quindi, esegui il seguente comando:




seleziona l'unità X




Sostituisci "X" nel comando precedente con il numero assegnato al tuo disco problematico. Quindi, esegui il seguente comando:




proprietà disco cancella sola lettura




(Se la protezione da scrittura è applicata a un volume specifico del disco, potrebbe essere necessario cancellarla anche a quel livello.) In questo modo la protezione da scrittura verrà rimossa dal disco.




Ecco come stanno le cose, quindi tutto ciò che devi sapere su come risolvere il problema Impossibile salvare le modifiche alle autorizzazioni, Accesso negato in Windows 11, speriamo di averti aiutato il più possibile.






Other Articles
Come utilizzare Gemini Code Assist in Windows 11
Scopri come utilizzare efficacemente Gemini Code Assist in Windows 11 per migliorare la tua esperienza di programmazione

Come ricostruire il file BCD o Boot Configuration Data in Windows 11
Scopri come ricostruire il file Boot Configuration Data (BCD) in Windows 11 con la nostra guida dettagliata.

Come riavviare per riparare gli errori dell'unità che continuano a presentarsi dopo il riavvio in Windows 11
Correggi gli errori persistenti dell'unità in Windows 11 dopo ilriavvio. Scopri soluzioni efficaci per risolvere i problemi e riparareil tuo sistema per prestazioni ottimali.

Un fattore di scala personalizzato è impostato come errore in Windows 11
Continua a leggere per scoprire come impostare un errore difattore di scala personalizzato in Windows 11, perché oggi spiegheremo tutto ciò che c'è da sapere.

Come risolvere i crash del computer durante il download di file di grandi dimensioni o giochi
Ora mettetevi comodi, perché oggi vi diremo tutto quello che c'èda sapere su come risolvere i crash del computer durante il download difile di grandi dimensioni o giochi.

Come risolvere il problema Windows PC non si avvia dopo l'installazione dei driver grafici
Se non sai come risolvere il problema del mancato avvio di Windows PC dopo l'installazione dei driver grafici, ecco una guida che puòaiutarti.

Come portare un'unità offline o portare un disco online in Windows 11
Preparati a scoprire come portare un'unità offline o un discoonline in Windows 11, perché qui troverai tutto ciò di cui hai bisogno.

Come risolvere ERR_ADDRESS_INVALID in Chrome su Windows 11
Continua a leggere per scoprire come correggereERR_ADDRESS_INVALID in Chrome su Windows 11, poiché tutto verrà spiegato diseguito.

Come risolvere Windows non riesce a risolvere il nome di dominio
Qui nel nostro articolo ti mostriamo passo dopo passo comerisolvere il problema che Windows non riesce a risolvere il nome didominio

Come risolvere il problema Roll Back Driver è disattivato in Windows 11
Se non sai come risolvere il problema "Roll Back Driver" che èdisattivato in Windows 11, sei nel posto giusto perché qui lo spiegheremoper te.

Come installare e utilizzare iSCSI Target per configurare Storage Server
Continua a leggere per scoprire come installare e utilizzareiSCSI Target per configurare Storage Server, perché oggi ti spiegheremo tuttociò che devi sapere.