A customer for technical reasons does not want to allow their software to update; for example when their license does not support the latest version. An organisation which has managed PCs wish to control the update behavoiur of their workstations.
Enable ZoomText at the Logon Screen
Key = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Accessibility\ATs\AiSquared_ZoomTextUAC_v14 (v14 to be
replaced with whatever version currently used)
StartParams REG_SZ logonEnabled
Enable Fusion at the Logon Screen
Key = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Accessibility\ATs\AiSquared_ZoomTextUAC_v14 (v14 to be
replaced with whatever version currently used)
StartParams REG_SZ logonFusion
Disable ZoomText/Fusion at the Logon Screen
Key = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Accessibility\ATs\AiSquared_ZoomTextUAC_v14 (v14 to be
replaced with whatever version currently used)
StartParams REG_SZ logonDisabled
Enable ZoomText after logon for this user
Key = HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
ZoomText REG_SZ "C:\Program Files\Freedom
Scientific\ZoomText\2020\Zt.exe" /AUTOSTART (2020 to be replaced with whatever
version currently used)
Enable Fusion after logon for this user
Key = HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
ZoomTextFusion REG_SZ "C:\Program Files\Freedom
Scientific\ZoomText\2020\Zt.exe"/fusion /AUTOSTART (2020 to be replaced with
whatever version currently used)
Disable ZoomText/Fusion after logon for this user
Key = HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Remove the ZoomText/ZoomTextFusion value