Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Pisii
| Femeie 24 ani Ialomita cauta Barbat 24 - 44 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
This works and the Minimize option is free, even though the add-in is trial:
Keep Outlook running without add-in, with just a little VBA and batch:
Modificat de TRaP (acum 5 ani)
|
|
pus acum 6 ani |
|
Mrrrr
AdMiN
Inregistrat: acum 17 ani
Postari: 2228
|
|
Source - make sure to check it for screenshots and more detailed steps
0. Close Outlook
1. Download and install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) from - skip to step 3 if you have 32-bit Windows
2. Download and install Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) from
Note: If you have 64-bit Windows you are going to need to install both the above
3. Download from KeepOutlookRunning-64bit.dll (64-bit Office) or KeepOutlookRunning.dll (32-bit Office) from
Note: Save them to the Documents folder instead of Downloads folder. Or to a safe folder where there is no risk of accidental deletion.
4. Run Outlook as an Administrator
5. Go to File - Options - Add-ins
6. At the bottom of the window, under Manage select COM Add-ins and click the Go... button
7. Click on Add button and locate your DLL file, select it and click OK, then OK again on the COM Add-ins window.
8. Exit Outlook then restart it again and when you press X in the top right corner it should go to taskbar instead of exiting.
Important: Best place to put this so you make sure it always loads is in Outlook's Addin folder, %appdata%\Microsoft\AddIns
Note: To exit Outlook you will have to go to File - Exit
_______________________________________
|
|
pus acum 4 ani |
|
Mrrrr
AdMiN
Inregistrat: acum 17 ani
Postari: 2228
|
|
How to prevent Outlook from disabling add-ins
1. Open the Registry Editor (start - run - regedit)
2. Navigate to one of the following keys to find the ProgID of your add-in: HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins
3. The name of the subkey is the ProgID, for example "KeepOutlookRunningCOMAddin.Connect". Write the ProgID down somewhere, in a Notepad.
4. Now go to one of the following keys depending on your Outlook version: Outlook 2016 and newer: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook Outlook 2013: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook
5. Create a subkey named Resiliency, then under that key create another key named AddinList. The keys above should become: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook\Resiliency\AddinList HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\Resiliency\AddinList
6. Under the AddinList key create a New - String Value and name it with the ProgID you found out at no 2, eg. KeepOutlookRunningCOMAddin.Connect
7. Double click the String Value and set it's value to 1 to set the add-in as always enabled. Other option are 0 = always disabled (blocked), or 2 = configurable by the user and not blocked by the Block all unmanaged add-ins policy setting when enabled.
Sources:
_______________________________________
|
|
pus acum 3 ani |
|