The UAC fix that comes with the Monitor installations in the documentation folder states to use on Windows Vista with UAC disabled.
Should this also be applied to Windows 7 with UAC disabled?
Does this vbs work on 64 bit installs of Windows 7?
It looks like it is only modifying:
HKLM\Software\FTR\Gold
and not:
HKLM\Software\Wow6432Node\FTR\Gold
Can I just add a REG_DWORD DisableAdminLinking with a value of 0 under the 64bit node?
Is there anything else that needs to be done?
What functionality does this affect if UAC is disabled without this patch?