RjMaJay Posted October 30, 2013 Posted October 30, 2013 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 1
russdev Posted October 30, 2013 Posted October 30, 2013 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 1
RjMaJay Posted October 31, 2013 Author Posted October 31, 2013 Ahh that's a pain, We were using it to remote install software on multiple machines at once 1
RjMaJay Posted October 31, 2013 Author Posted October 31, 2013 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 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now