Add-in doesn’t work in Outlook

Situation: After the user installed Business for Skype on her new computer, the CRM Add-in doesn’t work.

Troubleshooting: we can see the CRM add-in, but whenever we enable it, it doesn’t work and it doesn’t give any error.

After checking the programs and features, we find there are two version of Microsoft Office, Microsoft Office 2016 and Microsoft Office 2016 ProPlus.

Removing all Office and re-installing Office Proplust fixes the problem.

Fix Windows 10 Update error 80070422

Situation: When the client tries to install Windows update, he gets this message: ” There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070422)”

Troubleshooting: 1. Make sure Windows Update service is running. If not, start it and configure Windows Update service startup type as Automatic.

2. Download and install Windows Update Assistant from Microsoft. This step by step video may help:

Windows 10 goes into sleep after 1 minute idle

Situation; The client has windows 10 laptop. If he leaves the computer idle for a minute it goes into sleep but then flickers between unlock screen and black screen. He has to keep logging in to carry on. All power settings are set with never to try and resolve but the laptop appears to be taking no notice of the power settings.

Why and how to fix it?

Resolution 1

  1. Run regedit
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0
  3. Double click on Attributes
  4. Enter number 2.
  5. Go to Advanced power settings (click on Windows button, write power options, click on Power Options, in the selected plan click on the Change plan settings, click on the Change advanced power settings).
  6. Click on the Change settings that are currently unavailable
  7. Click Sleep, then System unattended sleep timeout, then change these settings from 2 Minutes to 20 for example.

Resolution 2:

That couls be the SCREEN SAVER settings.
To find the screen saver, open your control panel. Select Personalization.
Now select Screen Saver, which may be one of the icons along the bottom of the window. Now you can set your screen saver to come on after some more reasonable amount of time.

SQL Server time out because of name resolution

Situation: The client just installed SQL on Windows 2016 server. The users can’t access SQL database because of time out.

Troubleshooting:

  1. The SQL server is configured as workgroup with public network while most workstations and server are in domain network.
  2. If we ping SQL server host name, it takes 4 to 5 second to reply. If we ping the SQL server by IP, it takes just second.
  3. When checking the DNS Manger, we find the the SQL serer is not registry the A record.
  4. We fix the problem by add statics DNS A for the SQL server. Run ipconfig /flushdns on workstation, we can access the SQL database without any issues.

Fixing Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center problems

If Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center and other Windows components are not responding in Windows 10, please try these fixes.

Method 1:

• Run PowerShell as admin.

• Run this commands

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “SystemApps“} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Blue screen with stop: 0000007B, F78A2524, 00000034, 00000000

Situation: The client has XP computer running Xray software. After cleaning data and restarting it, they gets Blue screen with stop: 0000007B, F78A2524, 00000034, 00000000.

Troubleshooting: 1. choose Last known good configuration doesn’t fix the problem.

2. Safe mode doesn’t work.

3. Unplugging external devices such as external hard drive, printer, NIC, eternal USB, it boot as normal. Plugging all external devices except hard drive. It works. The hard drive causes the problem.

Fix Windows update error Code 0x80073712

Situation: When installing Windows 10 update, you may receive this message: Error code: 0x80073712 and Some update files are missing or have problems.

Troubleshooting: 1. Run System File Checker. Run command line as admin. Then this command: sfc /scannow.

2. Restart Windows Update Service or restart Windows.

3. Download Windows Update Troubleshooter to troubleshoot it.

4. Run Deployment Image Servicing Tool (DISM). DISM is a built-in Windows tool that can be used to repair and prepare Windows images, including the Windows Recovery Environment, Windows Setup, and Windows PE. It is usually able to fix various problems related to the Windows operating system. To run a DISM scan, open Command Prompt as administrator and type this command: “DISM /Online /Cleanup-Image /RestoreHealth”. Press Enter on the keyboard to execute it

5. Remove Pending Xml File

If you are unable to update the Windows operating system, you might want to remove the pending .xml file and try to start the Windows Update process again. Open Command Prompt as administrator and type the following commands (remember to press the Enter key after you type each command):

net stop trustedinstaller
cd %windir%\winsxs
takeown /f pending.xml /a
cacls pending.xml /e /g everyone:f
del pending.xml

6. Reset Windows Update Components

Faulty or damaged Windows Update components can also cause Windows Update error code 0x80073712. To fix the problem, reset them manually using Command Prompt and its commands. Open Command Prompt as administrator and type the following commands (press Enter after each):

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Restart the computer

7. Rename Software Distribution Folder

Software Distribution folder is a temporary folder in which Windows stores the update files until they are completely downloaded. Then, Windows starts the updating process. Renaming this folder might solve the problem and fix the Windows Update error code 0x80073712. To rename this folder, use Command Prompt. Open Command Prompt as administrator and type the following commands (press Enter after each):

net stop wuauserv
ren c:\windows\SoftwareDistribution softwaredistribution.old
net start wuauserv

Exit Command Prompt and restart the computer.

8. Download Windows update manually and install it. Please refer to this post:

Download and install Windows 10 update manually

9. Download and install Windows Update Assistant from Microsoft. This step by step video may help:

Can’t access Windows 2012 R2 server shared folders

Situation: The client has a Windows 2012 R2 server and shared some folders. However, no one can access it with System error 53.

Troubleshooting: If we disable the Windows firewall, we can access the server. After test, we find the client has blocked TCP port 445 and DFS Management (SMB-In). we fix it by disabling these rules.



Your system administrator does not allow the use of saved credentials

Situation: the user receives this message: Your system administrator does not allow the use of saved credentials when using RDP to access a remote server.

Troubleshooting:

  1. A group policy may prevent using of saved login credentials when connecting to a remote computer. You may be able to modify the policy. In the new window of Local Group Policy Editor, go to section Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation. Enable the policy Allow delegating default credentials with NTLM-only server authentication.
  2. If your connection is from domain computer to remote computer in a workgroup or another domain, you may receive this message.
  3. If you don’t want to change local or server side GPOs:

on the client, go to Control Panel -> Credential Manager. You will see three sections:
1.Windows Credentials
2.Certificate-Based Credentials
3.Generic Credentials

Remove the credentials from Windows Credentials and add it to Generic Credentials.