Skip to content
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

Disable UAC feature on Win7+ #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ckane
Copy link

@ckane ckane commented Dec 26, 2019

Added an additional function disable_uac_win7() that disables UAC on Windows 7 and above VMs. This allows for more activity within the VM, without UAC blocking attempts. The function takes the VM name as an argument.

The goal here is to make something that might be more graceful and comprehensive than the present solution of registering ievms.bat as a scheduled task to run on-demand with schtasks.exe. This would enable cleaner implementation of additional VM software installs, with the additional benefit that, when used for malware analysis, the UAC feature won't block execution / priv escalation, so more data collection is possible.

Added an additional function disable_uac_win7() that disables UAC on
Windows 7 and above VMs. This allows for more activity within the VM,
without UAC blocking attempts. The function takes the VM name as an
argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant