Everything on this Weblog is Verified by me. Feel Free to do so.If you have any issue related to any post of this weblog. Feel Free to Comment or Contact me through my facebook account. Link is Availble is the blog. Thanks a lot for your Visit. (HaXoR)

Monday, August 12, 2013

Get Acces to System32 files

No comments :

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.

No comments :