There are several ways to replace a file in the System32 folder. Messing around with NTFS permissions is not one of them. You could now try this:
- Keep tapping F8 at boot time in order to boot into Repair Mode.
- Open a Command Prompt.
- Identify the drive letter for your System drive. It is usually C: but it could be D: or E:. It won't be X:. I will call it Q: for the purpose of this exercise.
- Type the following commands and press Enter after each. Make sure to type them accurately - do not take any liberties!
path %path%;Q:\Windows\System32
cacls Q:\Windows\System32 /E /T /C /G everyone:F
(this command will probably take a long time to run) 5. Reboot normally. If your problem was caused by inappropriate permissions then Windows should now work. 6. Click Start. 7. Type the three letters cmd into the Search box. 8. Press Ctrl+Shift+Enter 9. Click "Run as Administrator". 10. Type the following commands and press Enter after each of them:
cacls C:\Windows\System32 /E /T /C /G System:F Administrators:R
cacls C:\Windows\System32 /E /T /C /G everyone:R