-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working. A command prompt briefly appears but immediately disappears, for either RunAsTI.exe or RunAsTI64.exe #3
Comments
This was tested on Windows 2012 R2 Standard. |
Hi. Just in case this may help. I have the same problem when I use RunAsTI from a Remote Desktop Connection on Windows 10, but when I connect physically to the machine, RunAsTI works perfectly. |
That was helpful, thanks! Tried this again today (RDP / mstsc.exe) with the same results--command prompt disappears. If I instead use Hyper-V Manager - Virtual Machine Connection (working with Hyper-V VMs), the command prompt doesn't disappear. I still see this:
Also, when testing on a Windows 10 machine, Windows Defender flags/quarantines RunAsTI64.exe as Trojan:Win32/Rundas.B. Not exactly confidence inspiring... |
Any decent antivirus will flag this program as a risk because it is designed to bypass some 'nanny' security features in Windows. Thank you for the tip to NOT run it in a remote session - running it over RDP fails. I was able to run it on Windows 10 version 1703 and execute commands as TrusterInstaller by logging into the primary session on my machine. This allowed me to modify the registry keys controlling the 'Open Command Window Here' menu option on drives and folders so that I get the options without having to press Shift first. It is ridiculous that Microsoft saw fit to block this option in Windows 10... |
I ran this tool on my local computer and have the same error as @regexaurus |
just googled and found this myself. same error ran locally. was just testing it out before i set a path |
would this have any effect? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] its required to do remote operations like shutdown etc, unable to test but without someone involved replying, its the best i got to offer :P |
A really hacky workaround is to run a script to switch the RDP session to the console session but run the runasti command after use tscon 2 /dest:console && RunAsTi64.exe notepad Then relogin via RDP and it should have started. (This trick was useful to also start graphical applications requiring a dedicated gpu) |
I am getting the same failure as others report (window appears briefly and then goes away) and am NOT running over RDP. I am logged in locally directly to the machine. I also observe that RunX and AdvancedRun, two other tools for becoming TrustedInstaller also fail. So obviously, some setting on my machine is blocking it, but what? Windows 10 22H2. |
What I see when attempting to run from administrative command prompt:
C:\Users\Administrator\Desktop>RunAsTI64.exe
AdjustTokenPrivileges for SeImpersonateName: Not all privileges or groups refere
nced are assigned to the caller.
LsaAddAccountRights 0x00000521
Warning: The right was probably not added correctly to your account
Running in session: 1
Success CreateProcessWithTokenW created new process: 3680
C:\Users\Administrator\Desktop>RunAsTI.exe
AdjustTokenPrivileges for SeImpersonateName: Not all privileges or groups refere
nced are assigned to the caller.
LsaAddAccountRights 0x00000521
Warning: The right was probably not added correctly to your account
Running in session: 1
Success CreateProcessWithTokenW created new process: 3912
The text was updated successfully, but these errors were encountered: