Results 1 to 2 of 2

Thread: Trying to install a program without admin permissions

  1. #1
    Junior Member
    Join Date
    May 2018
    Posts
    5

    Trying to install a program without admin permissions

    I'm trying to install a program without admin permissions just as a test to see if its possible, so far I've found a few examples of it.

    cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "%1""

    and

    set __COMPAT_LAYER=RunAsInvoker
    Start (programname).exe

    The second one requires the installer or program to be in a separate folder to run it, but with the first one you drag a program onto the batch file using the desktop.

    I'm currently trying to install the program Bluestacks 3 (https://www.bluestacks.com/) but it requires two step admin permissions, does anyone know a way to get passed the second layer?

    Also, I've attached the two methods in a zip file for anybody to try out.

    Thanks, Tyler.

  2. #2
    Super Moderator rlirpa's Avatar
    Join Date
    Feb 2014
    Location
    MD, US
    Posts
    464
    AntiOnline > Acceptable Use Policy
    By using these Websites, you agree to the following:
    ...
    • You will not use these Posting Features for the purposes of sharing ... "cracks," or other information designed to do harm to or allow unlawful access to any computer hardware, software, networks, or any other systems.

    ...
    Rad

Similar Threads

  1. Install XP SP 2 for the new admin
    By dinowuff in forum The Security Tutorials Forum
    Replies: 0
    Last Post: October 25th, 2005, 03:31 PM
  2. Giving a user admin rights for a program on Win2k
    By cire in forum Microsoft Security Discussions
    Replies: 2
    Last Post: July 3rd, 2003, 12:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •