Sometimes when you want or need to delete or replace system32 files the computer does not allow it. So here is a simple trick to get full permission and ownership of system32 files using CMD.
Step 1: Open a CMD window with administrator privileges. To do this goto start menu and type "cmd" into the search box without the quotation marks and press Ctrl+Shift+Enter.
Step 2: After opening the CMD window execute the following commands in order:
- takeown /f "C:\Windows\System32"
- cacls "C:\Windows\System32" /g xbyte:F
Notice that my username is xbyte so replace the xbyte in the second command with your username.
Please share and leave your feedback. And help us increase our Facebook audience.
No comments: