Net use error: network connection could not be found

Situation: The File Explorer shows “Disconnected Network Drive (Z:)” with red forever. Net use Z: /delete gets an error The network connection could not be found.

Resolution 1: Remove it by using a scheduled task, for example open an elevated CMD prompt and type the following:

If you wish it to run at 13:00 (1:00 PM) and the drive letter to remove is “Z:”

AT 13:00 NET USE Z: /DELETE /Y

Open explorer and you will see the drive letter is now removed.

Resolution 2: create and run a batch file, for example del.bat including these commands:
net use * /delete /y
taskkill /f /IM explorer.exe
explorer.exe

Note: substitute your own net use [Z]: /delete command for specific mapped drive letters on Z.

Resolution 3: Use registry Editor.

Go to HKEY_CURRENT_USER/Network

Now remove the letter you want in this case Z, and restart the computer. issue is fixed.

Windows 10 runs slow after installing KB4559309 update

Symptoms: 1.  Startup time and loading are very slow.

2. Attempted to uninstall the update may be failed with this message it is required and cannot be removed.

3. The new Edge browser has messed up the fonts so some sites are almost unreadable. Everything is very thin and pixelated. It also somehow affected google chrome, the fonts are just as bad there now.

4. After installing this update (on windows 2004) office products suddenly use up 25-40% of the CPU. 

5. Since this update downloaded, my mouse cursor disappears but clicks on tabs randomly, closing things, selecting text, deleting text, opening and closing programs – it’s an absolute mess.

6. Slow performance.

7. Crashes or BSOD.


Resolution: 1. uninstalling the KB Update KB:4559309 using wusa command. Here is how.
1. Type cmd in the search box
2. Right click on it and the select run as administrator.
3. In Command Prompt, type this command wusa /uninstall /kb:[id]
Example: wusa /uninstall /KB:4559309
4. Press Enter enter.

5. Now perform Clean Boot. In the search bar, type msconfig.

6. In the General of System Configuration Utility, check the selective startup and make sure that load system service and load startup items both have checked mark.

7. Click on services tab

8. Select on Hide All Microsoft Services.

9. Once Hide all Microsoft Services have checked mark on it, click on Disable All

10. Click on the Startup Tab and then click open task manager.

11. Disable all application that you don’t want to run in this troubleshooting.

12. Click OK , Apply the settings.

10. Restart your pc and test it.

Resolution 2: Try system restore.

Resolution 3: In one case, after re-installing the chipset drivers everything seems to be operating normally

Resolution 4: In another case, install Windows 10 version 2004 and the latest updates.

Resolution 5:  The problem can be fixed by reinstalling the motherboard drivers or install latest the motherboard driver.

Resolution 6: Disabling BitLocker and everything went back to normal.

Resolution 7: Uninstall new Edge Chromium by opening cmd and then typing 

“C:\Program Files (x86)\Microsoft\Edge\Application\83.0.478.56\Installer\setup.exe” –uninstall –system-level –verbose-logging

In bold it can be possible that you have an older version, then change version number accordingly like in “C:\Program Files (x86)\Microsoft\Edge\Application”Reply 

Windows Activation error code: C004C003

Situation: You may see Windows Activation error code: C004C003 in your Windows 10 computer.

Troubleshooting: 1. In many cases, you may get this error code because the activation server is busy. You can wait for while.

2. Or just click Troubleshooting under Windows Activation.

3. If 1 or 2 don’t fix the problem and you are sure you have a valid license, you may try slmgr.vbs –rearm command to force Windows 10 to activate.

  • Type cmd in the search bar. Right click on Command Prompt and select run as admin.
  • In the command prompt type the command slmgr.vbs –rearm and pressing the Enter key. Wait for a couple of minutes and reboot your PC.

4. If you need to call the Microsoft support and don’t know the license key, you can get it by running a command.

  • Type cmd in the search bar. Right click on Command Prompt and select run as admin.
  • In the command prompt enter wmic path SoftwareLicensingService get OA3xOriginalProductKey command. It will show the Windows product key.

Please view this step by step video:

Windows 10 BSOD: RDR_FILE_SYSTEM

Situating: After installing Windows 10 version 2004, the user gets BSOD: RDR_FILE_SYSTEM.

Resolution:

Scanning the web religiously I found a reference which suggested the problem was in the mrxsmb20.sys file itself, that it was being overwhelmed. Several people suggested downloading a copy from another system of the file and bringing it over (tried, major permissions struggle but do-able), it failed. But one guy in the middle of a long string of diagnisis and suggestions suggested

Disabling offline file synchronization.

Synology package center: connection failed. please check your network and time settings

Situation: The client has Synology 1618. They can’t open Package Center: with this message: “connection failed. please check your network and time settings”

Troubleshooting: on Paloalto Firewall Monitor, we find the traffic to 52.114.x.x was denied by security policy. IP locator points the IP located in Taiwan, which the firewall blocks.

The resolution is excluding the IP address to the policy. This is the step by step video.

How to unblock a country in Outbound block policy in Palo Alto Firewall

Or add Synology website into Security policy. Please refer to this post:

How to allow accessing blocked countries’ URL in paloalto firewall

Other resolution found online.

Resolution 1: Based on Synology:

1. Please make sure the DNS Server and Gateway settings are properly configured on Diskstation. You can set up DNS server to 8.8.8.8 or 8.8.4.4 (Google’s public Server) in Control Panel > Network.
Usually, the gateway should be your router’s IP address, we suggest to use a Public DNS server instead of your Router.

2. Please go to Control Panel > Network > Network Interface > edit > IPv6, change the setting from “Auto” to “Disable”;

3. Please go to Control Panel > Network > Network Interface > edit > IPv4, change the setting from “DHCP” to “Manual”;
Make sure the MTU value for the interface is the default one : 1500.

4. Please go to DSM > Control Panel > Regional Options and make sure the time sync with NTP service is right.”

It may take a few hours to fix the problem. Or you can restart Synology.

Resolution 2: corporate SSL settings

This problem may also be caused by corporate SSL proxies. You can check this with curl https://payment.synology.com/api/getPackageListv1.php (from the shell prompt on your NAS). The error will be obvious. To fix it, you need to add your proxy certificate chain to /etc/ssl/certs/ca-certificates.txt. BE CAREFUL NOT TO OVERWRITE IT!

For completeness, you’re supposed to place the individual CA certificates in the chain in /usr/share/ca-certificates. I created a “work” subdirectory. Then symlink those certificates (ending in .crt) to /etc/ssl/certs (ending in .pem). Lastly, cat Company*.pem >> /etc/ssl/certs/ca-certificates.txt (assuming all your certs begin with “Company”). Note the use of >> in the command. This appends, while a single > will overwrite (not good).

Package Center will need to be relaunched to clear the error.

Resolution 3: I ended up fixing my issue by updating my DDNS certificate.

I went to “Control Panel=>Security=>Certificate” then right clicked my DDNS certificate and clicked “Renew certificate”.

Prior to this I tried all the suggestions (manually set DNS to Google, updated time, etc).

Resolution 4: from Synology support: Please be aware that if you have firewall rules which might be blocking IP address, via Geo location we would like for you to disable this feature for sites in the Taiwan area. As this is the location of our Headquarters and Package Server location. If you have any special firewall rules on your NAS, Control Panel>Security>Firewall. We would recommend disabling these temporarily while you test the connection for Package Center.

Troubleshooting Windows 10 activation issues

Problem 1: When reinstalling Windows 10 on a pre-installed Windows 10 computer, the user doesn’t the option ‘I don’t have a key’ and ‘Do this later’

Troubleshooting: In most cases, it is a different Windows 10 Edition, for example the original installed edition is Windows 10 Home. The user tries to install Windows 10 Professional.

Problem 2: When upgrading Windows 7/8 to windows 10 on a pre-installed Windows computer, the user doesn’t the option ‘I don’t have a key’ and ‘Do this later’

Troubleshooting: In most cases, it is a different Windows Edition, for example the original installed edition is Windows 8.1 Home. The user tries to install Windows 10 Professional.

Problem 3: The product key used on this device didn’t work with this edition of Windows. You might need to get in touch with the store or company you bought Windows from, enter a different product key, or go to the Store to buy genuine Windows. Error code: 0xC004F212, 0x8007232B, 0xC004F074, 0xC004F038, 0x8007007B

Troubleshooting: Make sure you are installing the same Windows 10 Edition.

Problem 4: Windows reported that the hardware of your device has changed. Error code: 0xC004F211

Troubleshooting: In this case, the Windows license is associated with your device hardware which has been changed, for example replacing the motherboard,

Problem 5: Windows reported that no product key was found on your device. Error code: 0xC004F213

Troubleshooting: Again, the Windows license is associated with your device hardware which has been changed, for example replacing the motherboard,

Problem 6: “Your Windows License Will Expire Soon” warning or error code: 0xC004C020

Troubleshooting: This may occur if you have a volume license client installed, which is managed by your organization. You should contact your system administrator for assistance.

Problem 7: Activate license error code: 0x803f7001.

Troubleshooting: Make sure the hardware has not been changed or you are installing the same Windows Edition.

Problem 8: Activate license error code: 0x800704cF, 0xC004C003, 0xC004F034, 0xC004F210, 0xC004E016, 0xC004F210, 0xC004F00F

Troubleshooting: Make sure the hardware has not been changed or you are installing the same Windows Edition. Also pleas make sure you enter correct license keys.

Problem 9: Activate license error code: 0xC004FC03, 0x8007267C, 0xD0000272, 0xC0000272, 0xc004C012, 0xC004C013, 0xC004C014

Troubleshooting: That could be an Internet issue or firewall blocking the connection. Make sure that you’re connected to the internet and your firewall isn’t blocking Windows from activating.

Probl1m 10: all other error code:

0xC004C060, 0xC004C4A2, 0xC004C4A2, 0x803FA067L, 0xC004C001, 0xC004C004, 0xC004F004, 0xC004C007, 0xC004F005, 0xC004C00F, 0xC004C010, 0xC004C00E, 0xC004C4A4, 0xC004C4A5, 0xC004B001, 0xC004F010, 0xC004F050

Troubleshooting: Quoted from Microsoft wesite:

  • You entered a product key that can’t be used to activate Windows. Enter a different product key or buy a new product key.
  • You upgraded to Windows 10, but the activation servers were busy. If you upgraded from an activated copy of Windows 7 or Windows 8.1, your copy of Windows 10 will be automatically activated, or you can wait a while and then select Activate. If you continue to have problems with activation, contact customer support.
  • You upgraded to Windows 10 using the free upgrade offer, but Windows 10 isn’t activated after a reinstall. Your copy of Windows 10 should automatically be activated as long as you didn’t make any significant hardware changes to your device (such as replacing the motherboard). If you continue to have problems with activation, contact customer support.

Problem 11: Activate license error code: 0xC004E028, 0xC004C008, 0xC004C770, 0x803FA071

Troubleshooting: the license may be used by someone already or activation is already in the process.

Problem 12: Activate license error code: 0x80072F8F

Troubleshooting: that could be time issue. If the date and time for the device is incorrect, or Windows has trouble connecting to the online activation service, you may receive this error code.

Problem 12: Activate license error code: 0xC004E003, 0x80070652

Troubleshooting: The system files may be damaged. run SFC tool to fix it. PLease refer to this post:

Run DISM and SFC to repair missing or corrupted system files

Problem 12: Activate license error code: 0x80004005, 0x87e10bc6

Troubleshooting: Activation troubleshooting tool may fix this problem. Select Start  > Settings  > Update & Security  > Activation , and then select Troubleshoot to run the Activation troubleshooter. 

Zoom Failed to start the video camera

Situation: when using the Zoom, the video is disabled. If click on it, you get this message: Cannot start video. Failed to start the video camera. Please select another video camera in the Settigns.

Troubleshooting: 1. Install the latest Camera driver.

2. Make sure that all other programs that utilize the camera are not using the camera or are closed.

3. Restart your computer.

4. Uninstall the Zoom client and reinstall the latest version from Zoo.us