Author: Sh4x
Subject: ZoomIt v4.5 minimized on first start
Posted: 12 September 2013 at 4:27pm
Hi,
Edited by Sh4x - 48 minutes ago at 4:46pm
Subject: ZoomIt v4.5 minimized on first start
Posted: 12 September 2013 at 4:27pm
Hi,
I'd like to know if there's any way to make sure ZoomIt will start minimized even on the first start of a new user on a computer.
Something like zoomit.exe /accepteula /minimized
The accepteula switch works fine but I can't seem to get rid of the Options window on first start for new profiles.
The registry keys are located under HKCU so I can force the config with a mandatory profile but I also have computers that aren't using mandatory profiles so I have to find another solution.
I just wish I could set these in HKCM instead of HKCU but it doesn't work.
[HKEY_CURRENT_USER\Software\Sysinternals\ZoomIt]
"EulaAccepted"=dword:00000001
"FilePath"="C:\\Program Files (x86)\\ZoomIt\\ZoomIt.exe"
"ToggleKey"=dword:00000231
"LiveZoomToggleKey"=dword:00000234
"DrawToggleKey"=dword:00000232
"PenColor"=dword:000000ff
"PenWidth"=dword:00000003
"OptionsShown"=dword:00000001
"BreakPenColor"=dword:000000ff
"BreakTimerKey"=dword:00000233
"BreakTimeout"=dword:0000000a
"BreakOpacity"=dword:00000064
"BreakPlaySoundFile"=dword:00000000
"BreakSoundFile"=""
"BreakShowBackgroundFile"=dword:00000000
"BreakBackgroundStretch"=dword:00000000
"BreakBackgroundFile"=""
"BreakTimerPosition"=dword:00000004
"BreakShowDesktop"=dword:00000001
"BreakOnSecondary"=dword:00000000
"FontScale"=dword:0000000a
"ShowExpiredTime"=dword:00000001
"ShowTrayIcon"=dword:00000001
"AnimnateZoom"=dword:00000001
"TelescopeZoomOut"=dword:00000001
"SnapToGrid"=dword:00000001
"ZoominSliderLevel"=dword:00000003
"Font"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
00,00,00,00,00,00,4d,53,20,53,68,65,6c,6c,20,44,6c,67,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00
Like I said, I got the eula taken care of by adding this key in the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ZoomIt"="\"C:\\Program Files (x86)\\ZoomIt\\ZoomIt.exe\" /accepteula"
But I still need a solution for the Options window ("OptionsShown"=dword:00000001) to not show ever.
Thanks!
Edited by Sh4x - 48 minutes ago at 4:46pm