0

Sometimes you may want or need to access and delete or replace some system32 files. You can get full permission and ownership of the system32 files by two simple CMD commands.

Step 1: First of all you must open a CMD window with administrator privileges. To do this go to start menu and type "cmd" into the search box without the quotation marks and press Ctrl+Shift+Enter.


Step 2: Enter this command into the CMD window and execute it:

takeown /f "C:\Windows\System32"

Step 3: Now execute this command:

cacls "C:\Windows\System32" /g xbyte:F

Notice that my username is xbyte so replace the xbyte in the command with your username. Now you will have full access to system32 files.

Post a Comment Blogger

 
Top