If they don't add the option to do so, it's not possible, sadly enough. You could always suggest the viber developers to add the option @ http://support.viber.com/customer/portal/emails/new
Как запустить Viber в свернутом режиме при загрузке Windows 7?
Я хочу, чтобы Viber запускался автоматически, но также был свернут в системном трее - я не хочу видеть его на панели задач.
Как я могу это сделать?
Зайдя в настройку приложения Viber и ничего не нашел там.
5 ответов на вопрос
- Популярные
- Новые
- С комментариями
- Активные
As of 2015-05 it seems it's not possible to make Viber autostart minimized to System tray.
However, it's at least possible to prevent Viber main window popping out on startup, instead keeping Viber minimized to Windows Taskbar, not System tray.
Here's how to prevent Viber popping out on Window 7 startup:
- Navigate to C:\Users\YOUR USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Find Viber shortcut
Right mouse click on Viber shortcut - Properties - select Shortcut Tab - Run: from dropdown menu select Minimized - OK
This will make Viber start minimized to Windows Taskbar from where you can close Viber window and leave Viber icon only in System tray:
Obviously, we should all suggest Viber developers to add an option to Autostart Viber minimized to System tray @ https://support.viber.com/customer/portal/emails/new
Viber is launched with the command "viber.exe StartMinimized". This "StartMinimized" argument seems to mean that they intended Viber to start minimized. But it only works when Viber is pinned to the taskbar.
That being said, your best bet is to contact them at http://support.viber.com/customer/portal/emails/new to report that problem.
Я создал небольшой скрипт AHK, чтобы решить эту проблему.
Скопируйте его в тот же каталог, что и Viber.exe
( %USERPROFILE%\AppData\Local\Viber
). а затем связать его с AHK и обновить запись запуска доViberTray.ahk
Источник:
#NoTrayIcon ProcessId(exe_name) { Process, Exist, %exe_name% return %ErrorLevel% } PID := ProcessId("Viber.exe") Run viber.exe if (0 == PID) { WinWait ahk_exe viber.exe WinWaitActive ahk_exe viber.exe,,2 WinClose ahk_exe viber.exe }
Я упростил решение VarunAgw для этого:
Run Viber.exe WinWait ahk_exe Viber.exe,, 10 if (0 == %ErrorLevel%) { WinClose ahk_exe Viber.exe }
Теперь у меня все работает просто отлично.
Похожие вопросы
-
2
Повышенные привилегии для запуска приложений в Windows?
-
3
Ускорение загрузки OS X на годичной MBP
-
6
Как вы отключите звук запуска на Mac?
-
-
8
Загрузка Linux с USB-накопителей
-
3
Ошибка при выделении Mem BAR для устройства PCI 0X / 00/0
-
4
Как создать загрузочный раздел на USB-накопителе?
-
7
Запустить синергетический клиент при загрузке в Mac OS X
-
5
Почему мой компьютер начинает загружаться, а затем внезапно выключается?
-
1
Firefox, обновление дополнения при запуске, как это изменить?
-
8
Как сделать так, чтобы Windows 7 загружалась дальше, чем пустой экран только с курсором мыши?