TECHNOLOGY UPDATES

Wednesday, November 14, 2007

How to bypass windows file protection in windows XP ?

1. Make a backup the SFC_OS.DLL in the C:\WINDOWS\SYSTEM32 directory.
2. Make an additional copy of SFC_OS.DLL called SFC_OS1.DLL and open it in a hex editor.
3. Windows XP (no Service Pack)At offset 0000E2B8 (0E2B8h) you should find the values "8B" and "C6". Windows XP (Service Pack 1)At offset 0000E3BB (0E3BBh) you should find the values "8B" and "C6".
4. Do not continue if you are unable to find these values.
5. Change the values "8B C6" to read "90 90" and save the changes.
6. Run these commands to update the system files:
7. copy c:\windows\system32\sfc_os1.dll c:\windows\system32\sfc_os.dll /y
8. copy c:\windows\system32\sfc_os1.dll c:\windows\system32\dllcache\sfc_os.dll /y
9. If you are prompted to insert the Windows CD, click Cancel.
10. Restart Windows for the change to take effect.

Once these files have been updated apply the registry setting above.

No comments: