Jump to content

Recommended Posts

Posted

Hi All,

 

Has anyone had issue with using the mimic feature and getting it to accept on the UAC prompt? I cant seem to be able to get the key commands to register it

  • Thanks 1
Posted

Sadly at the moment MIMIC scripts can't access the UAC prompt (as it is a completely separate desktop) you can remote a machine and put in share control to be able to fill it in.

 

Regards

 

Russell

  • Thanks 1
Posted

I've come up with a solution, its not ideal but It'll do.

 

Using CMD in Impero you can disable UAC on multiple machines

 

Disable UAC

 

 

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

 

Reboot, then install software as required. Once complete just turn it back on

 

Enable UAC

 

 

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...