Does anyone know...

Does anyone know how to run an application when your in guest mode and don't know the administrator password. Or can someone link me to a video that works.

thanks

Comments

  • If the application requires administrator rights to run, then you will not be able to run it with normal user privileges. Bypassing this can be done by kernel level code(which needs administrator privileges either during install or at startup), but it's a hackish method and not supported by Microsoft. Only malware would try to do this, and that's why these methods tend to get patched quickly.
  • ESG_Mike wrote: »
    If the application requires administrator rights to run, then you will not be able to run it with normal user privileges. Bypassing this can be done by kernel level code(which needs administrator privileges either during install or at startup), but it's a hackish method and not supported by Microsoft. Only malware would try to do this, and that's why these methods tend to get patched quickly.

    Hey Mike I am looking to learn a bit more about programming, do you have any suggested websites or anything I should check out?