Siéntete libre de divulgar nuestros post y códigos en tus redes, danos de tu ayuda para hacer crecer esta comunidad.
Ejemplo: no se pudieron enumerar los objetos en el contenedor, se deniega el acceso a Windows 10
//Execute the following commands, pressing the Enter key in-between each command. Make sure to replace “FULL_PATH_HERE” with the path to your affected file or folder.
takeown /F X:FULL_PATH_HERE
takeown /F X:FULL_PATH_HERE /r /d y
icacls X:FULL_PATH_HERE /grant Administrators:F
icacls X:FULL_PATH_HERE /grant Administrators:F /t
//Close the Command Prompt and try changing the permissions for the file or folder affected.
Reseñas y calificaciones
Si haces scroll puedes encontrar las aclaraciones de otros programadores, tú todavía puedes dejar el tuyo si te apetece.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)