I can't seem to find runas for wine anywhere. I think I've downloaded all the packages related to wine and still don't see it. Should i build wine from source? Any info would be greatly appreciated

    vecst Assuming you have installed from the software centre. Winetweaks are a good choice and the option I usually get.
    By runas do you mean run as win x86 environment or run as win x64 environment?
    Those can be selected by right clicking on a Windows executable in the file manager and picking one option or the other from the drop-down menu.

    Wine and winetricks are both installed. Normally with a wine installation in ~/.wine/c_drive/windows/system32 there is a program called runas it will allow you to run a program not as administrator. The program I'm trying to run is giving me an error because its running as an administrator. I tried 'wine runas /trustlevel:0x20000 program.exe'
    It just gives me an error saying runas doesn't exist

      Staudey Ahh okay. For some reason I remember having it, but I guess I was thinking of a different distro. I'll look into building it. Thanks!