Register DLLs How to find all DLL’s registered cd “C:\Program Files (x86)\Microsoft\Teams\current\resources\meeting-addin\1.0.22234.1\x86\” RUN CMD As Admin for the below regsvr32 “Microsoft.Teams.AddinLoader.dll” If you don’t run as admin […]
Tag: registry
Outlook – Fast Search in Additional Mailboxes or Shared Mailboxes whilst in Cached ( Exchange 2013 )
https://techcommunity.microsoft.com/t5/outlook-global-customer-service/how-outlook-2016-utilizes-exchange-server-2016-fast-search/ba-p/381195#Secondary mailboxesWhen Outlook 2016 released, the plan was to only support FAST search on your primary mailbox. However, starting in the Fall of 2017, you should see that any […]
Powershell script to change\set Registry Key Permissions with Subkeys for a User
Powershell script to set Registry Key Permissions with Subkeys for a User ( Needs to be run as admin as its changing things in HKCU:\Software\Policies
iManage set default Author and Document Class
You can set the author and default document class by setting the following registry key. The variable %USERID% will resolve to the user that is logged in.[HKEY_CURRENT_USER\Software\Interwoven\WorkSite\8.0\iManExt\DefaultNewProfile]“382”=”%USERID%”“384”=”DOC”
How to enable to To-Do Bar – Tasks in Outlook via Registry for Deployment
For a new deployment we needed for Outlook to show the Task’s ToDo List on the Outlook Home Screen I couldn’t find this documented anywhere so I have […]
Outlook 2016 ( 365 ) Stuck on Trying to Connect
Recently had a user who when outside the office could not connect to 365. Per below her Outlook would just sit on “Trying to Connect” They used OAuth […]
How to restore a Domain Controller in a DR Situation
Upon restoring a domain controller to a new or isolated network in example a DR environment, the domain controller will lose access to its other domain controllers […]
Windows 10 Shutdown Puts it to Sleep rather than shutdown
Recently had an issue where Group Policies were not applying to a machine.Gpresult /r showed the group policy On checking the machine, the Up Time was over 30 […]
The issue is that Office 2016 limits the search results to 75 items
It seems on some setups Office 2016 limits the search items display to 75###[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Search]“SearchResultsCap”=dword:00000000“DisableServerAssistedSearch”=dword:00000001###SearchResultsCap overrides how many items are viewable in your search results. 0 is all.DisableServerAssistedSearch […]
Installing VSTO run once
How to uninstall vsto “%CommonProgramFiles%\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe” /uninstall \\path\to\vsto\AddIn.vsto How to silently install vsto “%CommonProgramFiles%\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe” /install /silent \\path\to\vsto\AddIn.vsto How to install via group policy Bat Login Script […]
Nitro PDF Group Policy Registry Settings
I wanted to disable the “Tell me if Nitro Pro is not the default viewer” option on startup for each user via group policy. We can set […]
Override Group Policy for ‘do not use proxy server for address beginning with’
Recently we needed to add an address in the “Do not use proxy server for addresses beginning with” Setting’s in internet explorer. The box was greyed out via […]