Windows 7 and TrustedInstaller

  • So this probably isn't the best idea to override the system setting (it probably has a use right?), however i dont like notepad and i like something better like notepad2. So here is how you override the annoying as hell TrustedInstaller permissions that stop you from doing fun things to windows core files:

    1. Open a command prompt with admin privilage
    2. Take ownership of notepad.exe: takeown /F c:\windows\system32\notepad.exe
    3. Change the security settings so you have full access to notepad.exe: cacls c:\windows\system32\notepad.exe /G <username>:F

    Things to note:

    • If you get a virus, its now quite easy for it to over write notepad.exe to a virus (but i'm guessing it could use the above process anyway)
    • As per usual, backup the original, just incase the proverbial hits the fan

    Thank is all.

    Chicken

  • Add Comment

    If you've got an OpenID, you should use it to log in below. You'll be automatically registered, no fuss. And that means you won't have to wait for your comment to be moderated. You'll also be able to edit your comments.