Archive for the ‘Microsoft Office’ Category
Microsoft® Update-katalog
Saturday, September 12th, 2020Outlook 2019 – AutoDiscover
Friday, June 19th, 2020Exclude initial check to Office 365 Autodiscover URL
Set-ItemProperty -Path “HKCU:\Software\Microsoft\Office\16.0\Outlook\AutoDiscover” -Name ‘ExcludeExplicitO365Endpoint’ -Value 1 -Type DWORD –Force
Office Customization Tool for Click-To-Run
Saturday, October 20th, 2018Microsoft has recently released a new tool aimed to simplify the configuration files required to make a custom deployment of Office in an organization. The tool, called Office Customization Tool for Click-To-Run, is currently in preview and provided as a cloud service available here.
Install Office 365 ProPlus on an Remote Desktop Services Server
Saturday, May 12th, 2018Instructions
- Log into your Remote Desktop Server
- Open your preferred Internet Browser
- Download the Deployment Tool:
2013 Edition : http://go.microsoft.com/fwlink/p/?LinkID=282642
2016 Edition : http://go.microsoft.com/fwlink/p/?LinkID=626065 - Edit the configuration.xml and use:
<Configuration> <Display Level=“Full” AcceptEULA=“True” />
<Property Name=“SharedComputerLicensing” Value=“1” />
<Add SourcePath=“C:\Office2016Install” OfficeClientEdition=“64” >
<Product ID=“O365ProPlusRetail”> <Language ID=“en-us” />
</Product> <Product ID=“VisioProRetail”> <Language ID=“en-us” />
</Product>
</Add>
</Configuration>
5. From a command prompt (with admin rights), run:
cd \Office2016Install setup.exe /download configuration.xml
6. Now run:
setup.exe /configure configuration.xml
The setup will now install.
How to get rid of prompts for credentials in Office 2013?
Thursday, March 19th, 2015The dword to add with a zero value is below
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Internet\useOnlineContent
NK2View – View Outlook .NK2 AutoComplete Information and Stream_Autocomplete Outlook 2010
Monday, June 11th, 2012How to Copy your Auto Complete Data in Outlook 2010
Tuesday, February 21st, 2012Open the start menu and type in:
C:\Users\%username%\AppData\Local\Microsoft\Outlook\RoamCache
The Auto Complete file starts with Stream_Autocomplete and ends in .dat
Finally rename your backup copy, to the one being used by your current Outlook. Then copy and overwrite.
Rename the default folders / Outlook 2010
Thursday, August 25th, 2011Outlook CPL
Thursday, September 23rd, 2010mlcfg32.cpl
Microsoft Outlook error “The add-in ‘C:\Program Files\Symantec_Client_Security\Symantec AntiVirus\vpmsece.dll’ could not be installed …”
Saturday, November 28th, 2009Question/Issue:
When you start Microsoft® Outlook®, you see the following message: “The add-in ‘C:\Program Files\Symantec_Client_Security\Symantec AntiVirus\vpmsece.dll’ could not be installed or loaded. This problem may be resolved by using Detect and Repair on the Help menu. Unable to load “C:\Program Files\Symantec_Client_Security\Symantec AntiVirus\vpmsece.dll”. You may be out of memory, out of system resources, or missing a .dll file.” When Symantec AntiVirus 10.x is installed, the error message may reference the file vpmsece2.dll or vpmsece3.dll. Use of the Detect and Repair option, as suggested in the error message, does not solve the problem.
Solution:
To fix the problem, find and delete all copies of the Extend.dat file on the computer. A copy of this file exists for each local user account. Then, restart the computer.
To find and delete copies of Extend.dat from a command prompt
- Exit Outlook if the program is open.
- On the Windows taskbar, click Start > Run.
- In the Open box, type cmd and then click OK.
- At the command prompt type the following command and then press Enter:
cd “C:\Documents and Settings\<local_user>\Local Settings\Application Data”
where <local_user> is the name of the current local user.
- Type cd microsoft\outlook and then press Enter.
- Type del extend.dat and then press Enter.
- Delete the Extend.dat file for every user local account on the computer.