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.

Troubleshooting EventID: 1128 – TerminalServices-RemoteConnectionManager

Situation: the client is running RD Services on Windows 2012 and the licensing seems to be configured correct. RD Licensing Diagnoser or Get-RDLicenseConfiguration don’t show any errors.

However, EventID: 1128 shows TerminalServices-RemoteConnectionManager error.

Troubleshooting: Even they have 5 users login the RD Server, but the RD licensing manager shows all licenses are available and no licensees are used.

The solution was to delete the REG_BINARY in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod

Facebook

Troubleshooting: EventID: 1130 – TerminalServices-RemoteConnectionManager

Situation: the client is running RD Services on Windows 2012 and the licensing seems to be configured correct. RD Licensing Diagnoser or Get-RDLicenseConfiguration don’t show any errors.

However, EventID: 1130 shows TerminalServices-RemoteConnectionManager error.

Troubleshooting: Even they have 5 users login the RD Server, but the RD licensing manager shows all licenses are available and no licensees are used.

The solution was to delete the REG_BINARY in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod

Facebook

The remote session was disconnected because there are no remote Desktop License Servers available to provide a licence.

Situation: the client is running RD Services on Windows 2012 and the licensing seems to be configured correct. RD Licensing Diagnoser or Get-RDLicenseConfiguration don’t show any errors.

However, remote users receive this message when accessing the RD server: “The remote session was disconnected because there are no remote Desktop License Servers available to provide a licence”.

Troubleshooting: Even they have 5 users login the RD Server, but the RD licensing manager shows all licenses are available and no licensees are used.

No remote Desktop Licence Server availible on RD Session Host server 2012 – 360ICT – Technical Blog

The solution was to delete the REG_BINARY in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod

Mitel doesn’t show Softphone on Connect

Q: One of our salespersons would like to switch between Desk phone and Softphone. However, Mitel shows Desk phone but no Softphone. Why?

chicagotech.net: You need to enable softphone on Connect Director. You can do this from the director under the users Telephony tab by selecting the check box to use softphone.

Please view this step by step video:

Troubleshooting VM Performance

  1. Exclude Virtual Machine Directories In Your Antivirus.
  2. Ensure Intel VT-x or AMD-V Is Enabled by checking the BIOS.
  3. Add more More Memory to the host and VM.
  4. Allocate More CPU to the VM.
  5. Put Your Virtual Machines on a SSD drive.
  6. Remove or reduce snapshots.
  7. Use separate physical and virtual hard disks – Install VM on a separate hard disk from the Host OS. Also store the paging file or swap partition on a different drive than the host operating system.
  8. Verify that host and VM networking settings are not impacting the performance of the virtual machine.
  9. Verify that the host operating system is working properly and is in a healthy state.

The following error occurred while attempting to save properties for group remote desktop users

Situation: The client tries to add some users to remote desktop users. He can’t do it with this error: The following error occurred while attempting to save properties for group remote desktop users even we have added him to the local administrators group.

Troubleshooting: We find he gets this error when assigned in RDP server. He always ends the session by disconnect instead of logoff. Have him logoff. Then he can add the users now.