Logo

Keyboard folder shortcut in Windows 11

If you are visiting a single folder many times during the day it might be beneficial to place its shortcut on the desktop for easy access. But did you know that you can also set a keyboard shortcut for that same folder shortcut making it available simply by clicking desired key combination?

keyboard shortcutIn order to make a keyboard shortcut for the desired folder know that it is available only when you have a shortcut of the desired folder, it cannot be done on the folder itself, only on its shortcut. Now folder shortcut does not need to reside on desktop, you can place it anywhere you like, but it must be a shortcut.

So the first step is of course to make a shortcut of the folder that you wish to have access via keyboard key combination and place it where you wish.

Once you have done this step, right-click on it and choose properties. Inside properties at the top click on the Shortcut tab and then inside Shortcut Key, press the key combination that you wish to associate with this folder. Confirm with OK and start using fast folder access with your desired key combination.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Headphones are not working or detected
If you find that your headphones are suddenly not working, read on as this post will help you sort out the problem. There could be several reasons why your headphone is malfunctioning, it could be due to an update you just installed, or it could also be due to incompatible operating system, drivers, and so on. Although updates are created to fix bugs on a computer, there are times when it also causes some issues in the computer. One of the issues it causes is the broken headphone. When this happens, the computer will stop playing any audio using the headphones. The problem, as pointed out, could be due to Windows Updates or incompatible or corrupted drivers in the system. To resolve this problem with the headphones, there are several fixes you can check out. Make sure that you follow each one of the given potential fixes below.

Option 1 – Try to set the headphone as the default device manually

There are times when you plug a headphone, it does not toggle the default audio device. Thus, to fix this issue, you have to set the default audio device to the headphones manually. To do that, follow these steps:
  • First, right-click on the volume icon located on the system tray.
  • Next, select the Open sound settings option to open the Sound section in the Windows 10 Settings app.
  • After that, go to the Output section and select Headphones for the “Choose your output device” option. This should fix the problem for you.

Option 2 – Try to update, rollback or reinstall the Audio driver

If the glitch in your audio has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in MSC and tap Enter or click OK to open the Device Manager.
  • Expand the section for the outdated device drivers.
  • And then select the outdated driver(s) and right-click on it/them.
  • From the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 3 – Try checking the status of the audio-related Windows Services

The Windows Services manages audio for all Windows-based programs and if this service is stopped, audio devices, as well as effects, will also be affected and if this service is disabled, any services that depend on it explicitly will fail to start. So you need to check the status of this service. How? Follow the steps below.
  • Tap the Win + R to open the Run dialog box.
  • Then type in “MSC” in the field and tap enter to open the Windows Service Manager.
  • Next, navigate down to the Windows Audio Service and double-click on it to open Properties.
  • After that, set the Startup Type to Automatic and then click on the Start button and if it has already started, stop it and then start it again.
Note: You should also make sure that the following Dependency Services are started and have Automatic Startup type:
  1. Remote Procedure Call
  2. Windows Audio Endpoint Builder
You should also start the Multimedia Class Scheduler and set it on Automatic if you have it in your system. The Multimedia Class Scheduler Service or MMCSS is a service in Windows that allows multimedia applications to get prioritized access to CPU for time-sensitive processing like the multimedia applications as well as prioritized disc access to make sure that the process does not lack data to process.

Option 4 – Try running the Playing Audio Troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the problem with the headphones. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.

Option 5– Try to rollback or install a newer Windows Update

As mentioned earlier, the issue with the headphones could be due to a Windows Update. Thus, to fix the problem, you can try to either roll back or install a newer Windows Update.
Read More
WslRegisterDistribution, 0x8007019e,0x8000000d
The Windows Subsystem for Linus, also known as WSL, is a useful and excellent tool for developers. However, it isn’t without flaws as users can still encounter some errors when using it. One of these errors is the error code WslRegisterDistribution, 0x8007019e,0x8000000d. Although it seems like the error is have something to do with the installation of WSL, it could be a false positive since some users who’ve installed WSL still encountered the same problem. Here’s the context of the error:
“Installing, this may take a few minutes… WslRegisterDistribution failed with error: 0x8007019e/0x8000000d Error: 0x8007019e/0x8000000d The parameter is incorrect. Press any key to continue.”
Error code 0x8007019e or 0x8000000d could be due to the absence of supporting Windows 10 features since the error does not even let one use the WSL-based command line. If you are one of the users facing this problem, then you’ve come to the right place as this post will provide you with a couple of suggestions to fix it. There are two options you can check out to fix the problem, but before you do that, you need to make sure that the Windows Subsystem for Linux feature is enabled. The two options include enabling WSL using the “Turn Windows features on or off” option and using the Windows PowerShell.

Option 1 – Try to enable the WSL using the “Turn Windows features on or off” option

  • To get started, search for “Turn Windows Features on or off” in the Start Search and click on the appropriate result to open a dialog box.
  • After that, you will see a populated list in the dialog box and from there, look for the “Windows Subsystem for Linux” option.
  • Once you find it, select OK. This will search and install the system files needed and ask you to restart your computer.
  • Restart your computer. The Linux distro should now work without any trouble.

Option 2 – Try to use Windows PowerShell

The next thing you can do to fix the error code 0x8007019e or 0x8000000d is to use Windows PowerShell.
  • Tap the Win + X keys and click on the “Windows PowerShell (Admin)” option to open Windows PowerShell as admin.
  • After that, execute this command to enable the Windows Subsystem for Linux feature: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  • The command you entered will start to search for the required system files and install them.
  • If prompted, type “Y” to restart your computer. This should fix the problem.
Read More
Changing the Left & Right mouse buttons
As you know, all computer mouse devices are designed ergonomically for users who are right-handed. Although that’s mostly the case, there are also other mouse devices that are designed specifically for left-handed users or the ones that can be used by either the right or left hand. But before you look for these kinds of mouse devices, there is actually an option you can try so that your mouse device can work with either the left or right hand. All you have to do is configure your mouse device. Aside from setting the device to work on either hand, you can also switch mouse buttons, from left to right, using only a couple of simple steps. As mentioned earlier, most mouse devices are created for right-handed users. Meaning to say, these mouse devices are configured to be right-handed with their primary button on the left and the second one on the right. The primary button is used for certain functions such as selecting and dragging. Now you can configure your mouse to be left-handed by swapping its predefined functionality. How? Refer to each one of the given instructions below.

Option 1 – via Control Panel

  • First, go to the Start Menu and search for “control panel” in the Start search.
  • Once you see it from the search results, click on it to open it and then go to the Hardware and Sound section.
  • From there, click on Mouse under the Device and Printers section. This will open the window for Mouse Properties.
  • Now you have to check the Switch primary and secondary buttons box.
  • Then click on OK to save the changes made. After that, your primary select button on your mouse device is your right button while the secondary button, also known as right-click, is now the left button.

Option 2 – via Windows 10 Settings

This is the second option you can check out to change the configuration of your mouse from being right-handed to being left-handed.
  • First, right-click on the Windows icon and select Search.
  • Next, type “mouse” and from the search results that appear, click on Mouse Settings.
  • After that, select “Right” from the “Select your primary button” drop-down menu. This should set the mouse device from being right-handed to being left-handed.
Read More
Fix Chrome ERR_BAD_SSL_CLIENT_AUTH_CERT
The Google Chrome browser checks the SSL Security Certificate of the website that you are trying to open. However, if Chrome is not able to check the certificate then you might encounter an error related to the SSL Certificates which you might face when browsing the web. This particular error is the ERR BAD SSL CLIENT AUTH CERT error which is caused by many factors such as the computer’s Time, Cached Data is corrupt, Date is out of sync, as well as third party software installed in your computer is the one that’s blocking the site and many more. The ERR_BAD_SSL_CLIENT_AUTH_CERT error might also be coming from the website’s end. It could be that the server is rejecting the certificate the client website is sending. The certificate might have already expired or the server may not trust its issuer – whichever the case may be, here are some options you can check out to fix the error.

Option 1 – Sync Date and Time

The first thing you can try is to sync the Date and Time of your computer as the wrong Date and Time settings are one of the most common causes of connection problems like the ERR_BAD_SSL_CLIENT_AUTH_CERT error. This is because of the incompatibility between the SSL Certificate validation date and the System Clock. Thus, you have to sync your System Clock. Refer to the steps below to do so.
  • Right-click on the Taskbar and click on the Adjust Date and Time option.
  • Next, click on the Sync Now button to synchronize the Date and Time with the Microsoft Servers.
  • Now make sure that the Time Zone that’s set on the same page is correct.

Option 2 – Try clearing the browser data

There are times when some data in the browser is conflicting with the loading of the website and triggers errors like ERR_BAD_SSL_CLIENT_AUTH_CERT. And so you can try to clear your browser’s data. This might be a very basic solution but oftentimes it works in fixing this kind of error in Google Chrome. Follow the steps below to clear the data in your browser.
  • Open your Google Chrome browser.
  • After that, tap the Ctrl + H keys. Doing so will open a new panel that allows you to delete the browsing history and other data in your browser.
  • Now select every checkbox that you see and click on the Clear browsing data button.
  • Then restart your Chrome browser and check if you can now open any website or not.

Option 3 – Try to check and fix any possible conflicts with third-party programs

Third-party programs like internet protection software could be interrupting the connection and causing the error. For some unknown reason, your antivirus program or firewall might be detecting the webpage you are trying to open as malicious or with less credibility which is why it is blocking the browser from opening the website. To fix that, if you have third-party programs installed like VPN, security software, or any add-on, or firewall, you can disable them temporarily and see if it fixes the problem and you’re able to pull up the website. After a while, you have to enable them back and configure their settings so that the website won’t get blocked again.

Option 4 – Try enabling SSL 3 / TLS and disable QUIC Protocol

If you were using Google Chrome when you got the ERR_BAD_SSL_CLIENT_AUTH_CERT error, then you need to follow the protocol fixes for SSL3/TLS and QUIC which are usually some of the reasons that cause the SSL version / Cipher Mismatch. It also has a few fixes for Windows 10 computer where you can clear the certificates and make sure that your computer date and time is in sync with your time zone and so on. If you were using Edge or Internet Explorer when you got the error, then you have to follow the steps below.
  • Type “Internet” in the search box of your browser. After that, you should see the Internet Options from the search results.
  • Next, open the Internet Properties window and switch to the Advanced tab and then scroll down to the Security section.
  • From there, check the “Use TLS 1.1” checkbox as well as the “Use TLS 1.2” checkbox and then click OK to save the changes made.
  • Restart the browser.
On the other hand, if you were using Firefox when you go the error, here’s what you have to do.
  • Open Firefox and in the address bar, type “about:config” and hit Enter.
  • If a warning appears, just click on the “I accept the risk!” button to proceed.
  • Next, type in “TLS” in the search field and hit Enter.
  • Then look for “security.tls.version.min” and double click on it and set its integer value to 3 to force the protocol of TLS 1.3.
  • Now click OK and restart Firefox and do the same thing with SSL.

Option 5 – Try to update Google Chrome

You might also want to try updating your browser to its latest version and have it installed in your computer. After you install the update, check if you can now open the website you were trying to open earlier.

Option 6 – Get rid of any conflicting browser extensions

  • Open Chrome and press Alt + F keys.
  • Go to More tools and click Extensions to look for any suspicious browser extensions or toolbars.
  • Click the Recycle bin and select Remove.
  • Restart Chrome and press Alt + F keys again.
  • Proceed to On Startup and mark Open a specific page or set of pages.
  • To check if the browser hijacker is still active, click Set pages, if it is active, overwrite the URL.
Note: If removing the browser extensions or toolbars didn’t work, you can also try to reset your Google Chrome browser.
  • Open Google Chrome, then tap the Alt + F keys.
  • After that, click on Settings.
  • Next, scroll down until you see the Advanced option, once you see it, click on it.
  • After clicking the Advanced option, go to the “Restore and clean up option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
How to Fix Error 0199, Security password retry
The errors that are caused by the BIOS of your computer can get annoying as they can be hard to fix for they are really dangerous and won’t be resolved by simple fixes. This is because of the fact that these kinds of errors do not even allow you to load your operating system as it throws the error even before you can access your computer. One of these errors is the “Error 0199: System Security – Security password retry count exceeded”. Fixing this error can be quite tricky but you need not worry for you will be guided in doing so. Simply follow the given instructions below.

Option 1 – Try to update the BIOS

Updating the BIOS can help you fix the “Error 0199, Security password retry count exceeded” error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.

Option 2 – Try resetting the BIOS

If updating the BIOS didn’t help in fixing Error 0199, you can try to reset the BIOS instead.
  • Start your computer and tap the F10 key during the booting process to enter the BIOS. If it does not work, you can try tapping the F1 or F2 key as well as the Del key.
  • Once you’re already in the BIOS, tap the F9 key to get the prompt to RestoreLoad default configuration now for the BIOS.
  • Next, click on Yes and then follow the next on-screen instructions that appear to set the BIOS back to its default settings.
  • Once you’re done restoring the default settings of the BIOS, restart your computer and then check if it now boots properly.
Read More
Fix Error opening file for writing
If you got encounter an error message saying, “Error opening file for writing” while running a setup file to install some program on your computer, read on as this post will give you some suggestions on how you can fix it. You can encounter this error when running a setup file for installing a program like GlassWire, Notepad++, VLC, Steam, OBS, Mod Organizer, WinpCap, NSIS, FileZilla, BSPlayer, Kodi, Wireshark, rtcore64, qt5core.dll, MSI Afterburner, GWCtlSrv.exe, npf.sys, vcredist_86 and many more. And so when this error pops up while you run a setup file, refer to the steps given below which might help resolve the problem. Step 1: First, you have to make sure that there is no other installation in progress as multiple installations can most likely cause this error to show up. You can restart your computer and try to run the setup file again. Step 2: If you still got the error even after your restart your computer, click on Retry to try again and if it does nothing, click Abort to terminate the installation. After that, go to the folder where you’ve placed the setup file and then delete it. Step 3: Make sure that you have enough disk space on your computer. You can use the Windows 10 Storage Sense feature which can clean all the temporary files from your computer and help you save storage space. To use Storage Sense, follow the steps below.
  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space.
  • Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
  • Windows Upgrade Log Files
  • The system created Windows Error Reporting Files
  • Thumbnails
  • Temporary Internet Files
  • Previous Windows Installation Files
  • Delivery Optimisation Files
  • DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again. Step 4: If freeing up space didn’t help, you can just delete the setup file and download another one from the official homepage of the program. From there download the setup file and place it in a different location. After that, run the setup file once again. Step 5: Make sure that you have downloaded the correct setup file according to your operating system, i.e. x64 or x86. Step 6: Restart your computer once more and make sure that you sign in as administrator. After that, right-click on the setup file and click “Run as administrator”. If it still didn’t help, you might want to take ownership of the folder where you saved the setup file. How? Follow the steps below but before you do that, you have to create a System Restore Point first, once that’s done, proceed.
  • First, locate the concerned folder and right-click on it then select Properties.
  • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
  • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
  • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
  • Now edit the permission to Full Control for “Everyone”.
  • Click OK to save the changes made and then exit.
Read More
Explanation of deep and dark WEB
Often when we connect to the internet were browsing indexed pages through some well-known search engine, usually Google. But beneath the so-called normal internet lurks deep and dark web. You might have heard of the deep web and dark web if you have some geeky friends and we are here to explain what exactly is the deep and dark web. The first thing to know is that the deep and dark web is not the same thing and they coexist separately from one another, you could say that beneath the deep web lies the dark web, yet another layer of the internet. So let us explore first the deep web. What is exactly a deep web?

Deep web, hidden web, or invisible web

as sometimes referenced are part of worldwide web not indexed by search engines, meaning that engines do not basically see and index content of deep web sites. The content of the deep web is hidden behind HTTP forms and includes many very common uses such as webmail, online banking, private or otherwise restricted access social-media pages and profiles, some web forums that require registration for viewing content, and services that users must pay for, and which are protected by paywalls, such as video on demand and some online magazines and newspapers. The content of the deep web can be located and accessed by a direct URL or IP address but may require a password or other security access to get past public website pages. While it is not always possible to directly discover a specific web server's content so that it may be indexed, a site potentially can be accessed indirectly (due to computer vulnerabilities). To discover content on the web, search engines use web crawlers that follow hyperlinks through known protocol virtual port numbers. This technique is ideal for discovering content on the surface web but is often ineffective at finding deep web content. For example, these crawlers do not attempt to find dynamic pages that are the result of database queries due to the indeterminate number of queries that are possible. It has been noted that this can be (partially) overcome by providing links to query results, but this could unintentionally inflate the popularity of a member of the deep web.

Dark WEB

The dark web is the World Wide Web content that exists on darknets: overlay networks that use the Internet but require specific software, configurations, or authorization to access. Through the dark web, private computer networks can communicate and conduct business anonymously without divulging identifying information, such as a user's location. The dark web forms a small part of the deep web, the part of the Web not indexed by web search engines, although sometimes the term deep web is mistakenly used to refer specifically to the dark web. The darknets which constitute the dark web include small, friend-to-friend peer-to-peer networks, as well as large, popular networks such as Tor, Freenet, I2P, and Riffle operated by public organizations and individuals. Users of the dark web refer to the regular web as Clearnet due to its unencrypted nature. The Tor dark web or Onionland uses the traffic anonymization technique of onion routing under the network's top-level domain suffix .onion.

Dark & Deep WEB difference

The dark web has often been conflated with the deep web, the parts of the web not indexed (searchable) by search engines. The dark web forms a small part of the deep web but requires custom software in order to access its content. This confusion dates back to at least 2009. Since then, especially in reporting on Silk Road, the two terms have often been conflated, despite recommendations that they should be distinguished. Darknet websites are accessible only through networks such as Tor ("The Onion Routing" project) and I2P ("Invisible Internet Project"). Tor browser and Tor-accessible sites are widely used among darknet users and can be identified by the domain ".onion". While Tor focuses on providing anonymous access to the Internet, I2P specializes in allowing anonymous hosting of websites. Identities and locations of darknet users stay anonymous and cannot be tracked due to the layered encryption system. The darknet encryption technology routes users' data through a large number of intermediate servers, which protects the users' identity and guarantees anonymity. The transmitted information can be decrypted only by a subsequent node in the scheme, which leads to the exit node. The complicated system makes it almost impossible to reproduce the node path and decrypt the information layer by layer. Due to the high level of encryption, websites are not able to track the geolocation and IP of their users, and users are not able to get this information about the host. Thus, communication between darknet users is highly encrypted allowing users to talk, blog, and share files confidentially.

Darknet

The darknet is also used for illegal activity such as illegal trade, forums, and media exchange for pedophiles and terrorists. At the same time, traditional websites have created alternative accessibility for the Tor browser in an effort to connect with their users. ProPublica, for example, launched a new version of its website available exclusively to Tor users.
Read More
How to Fix REGISTRY_ERROR in Windows
As you know, you can encounter Blue Screen errors at any given point after your computer boots up and can just reboot it randomly which results in loss of unsaved work. One of these Blue Screen errors is the “REGISTRY_ERROR”. This kind of Stop error has a bug check value of 0x00000051 which indicates your computer’s registry has encountered a severe error. There could be a number of causes for this error but at the time of writing, it is quite difficult to narrow them down to one component. If you face this kind of Blue Screen error, worry not as this post will guide you in fixing it. As mentioned, this error indicates that there is something wrong with the registry, particularly an I/O error while it tried to read one of its files. This may be caused by hardware issues or file system corruption. It could also be due to failure in a refresh operation which is only used by the security system and only when resource limits are encountered. To fix the Registry_Error Blue Screen, you can try to use the CHKDSK utility or the System File Checker, or the DISM tool or run the Blue Screen troubleshooter. You may also try to reset your computer or repair Windows by using installation media.

Option 1 – Run the Check Disk utility

The first thing you can do to fix the REGISTRY_ERROR Blue Screen error is to run the Check Disk utility. How? Follow these steps:
  • In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
  • After opening Command Prompt, type this command and tap Enter: chkdsk <Drive Letter>: /f /r /x /b
  • The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
  • Tap the Y key to schedule Disk Check the next time your computer restarts.

Option 2 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like REGISTRY_ERROR. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 3 – Run System File Checker

  • Open Command Prompt with admin privileges.
  • After that, execute this command: sfc /scannow
  • Once the scan is completed, restart your computer and then check if the REGISTRY_ERROR is now fixed.

Option 4 – Run the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the REGISTRY_ERROR Blue Screen error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish. Once it’s done, restart your computer.

Option 5 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.

Option 6 – Try to perform repair install by creating a Windows 10 installation media

  • Click this link and then click the Download Tool Now button.
  • Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
  • Now select the ISO file option in step 5.
  • After that, you should now have an ISO file.
  • Next, go to the location where you’ve downloaded the ISO file.
  • Then right-click on the Windows 10 ISO file and select the Open with option and then select File Explorer.
  • Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings”.
Read More
Media Player can't detect the length of file
Even with the new Groove Music in Windows 10, a lot of users still prefer to use the old Windows Media Player. This isn’t surprising since Windows Media Player still remains to be one of the best players you can find. However, that does not mean that it is without flaws as it could still encounter some issues from time to time. One of the issues you might encounter when using the Windows Media Player is when you try to burn DVDs or CDs but end up failing due to an error that pops up that says, Windows Media Player cannot detect the length of the file. At the time of writing, it isn’t clear yet what the real cause of the error is. However, there are several fixes that are provided in this post for you to check out so you can resolve the problem. You can try to get rid of any unsupported files from the burning list or you could also try running the Windows Media Player troubleshooters. Aside from that, you could also try to drag and drop music or change the burning speed. For more details, refer to the following options.

Option 1 – Get rid of the unsupported files from the burning list

You must get rid of the unsupported files from the list of files to burn. This list can be found on the right-hand side of the Windows Media Player. One of the indications that a file is causing problems is when there is a white cross in a red circle next to the file. You can simply click on that icon to remove the file from the burning list. Once you’ve gotten rid of all the unsupported files, try to burn your files to the CD or disk once more.

Option 2 – Try running the Windows Media Player troubleshooters

The next thing you can do to fix the error is to run the built-in troubleshooters for the Windows Media Player. Windows 10 actually comes pre-packed with three troubleshooters designed for Windows Media Player. They can help in fixing the “Windows Media Player cannot detect the length of the file” error. To run these troubleshooters, simply tap the Win + R keys to open the Run dialog box and type “msdt.exe -id WindowsMediaPlayerConfigurationDiagnostic” for the Windows Media Player Settings troubleshooter or type “msdt.exe -id WindowsMediaPlayerLibraryDiagnostic” for the Windows Media Player Library troubleshooter, or type “msdt.exe -id WindowsMediaPlayerDVDDiagnostic” for the Windows Media Player DVD troubleshooter.

Option 3 – Try to drag and drop music

Another thing you can check out is to drag and drop all the tracks into the Windows Media Player before you burn them. All you have to do is open the folder where the tracks are located and highlight all of them and then drag them to the Windows Media Player. It should now be able to detect the length of each one of the tracks without any errors.

Option 4 – Try to change the burning speed

Since the burning speed is set to fastest by default, you can try to change the burning speed to resolve the problem. Just open the Options window and then go to the Burn tab. From there, select either Medium or Slow burning speed and save the changes made. Now try to burn your files to the CD or disk once again.
Read More
How to Fix 0x80070643 Error Code

What is the Ox80070643 Error Code?

The 0x80070643 error is a Windows Update error. It may appear on your computers due to several reasons.  Though this error does not pose any harmful threats to your system it is still advisable to fix it to ensure your system works perfectly and there are no installation issues.

Solution

Restoro box imageError Causes

The error 0x80070643 error code is usually triggered:
  • When the MSI software update registration fails
  • .NET framework installation becomes corrupted on your PC
Though it does not cause any serious damages it is advisable to repair this issue as it may hamper your ability to install updates on your PC.

Further Information and Manual Repair

If you experience the error 0x80070643 on your PC, you don’t have to panic. This error is rated as easy to resolve. All you have to do to fix this error is to uninstall and reinstall the .NET Framework. Here is a step by step guide to repairing the error 0x80070643:
  1. First close all the currently running programs on your PC
  2. Then go to the start menu and click on the control panel. After you click on it you will see a Programs option here.
  3. Now click on Programs and then click ‘Programs and Features
  4. Under the Programs and Features section, you will see lots of programs. Double click on Microsoft .Net Framework 4 Client Profile.
  5. Now as you double click on it a dialog box will open in front of the screen with 2 options Repair .Net Framework 4 Client Profile to its original state and the other option would be Remove.Net Framework 4 Client profile from this computer. Click on the first option that says Repair.
  6. After clicking on the Repair tab, click ‘Next’ and then click ‘Finish’. This shows that the .NET Framework is repaired.
  7. Now to bring the changes into effect, restart your PC and reboot.
  8. After rebooting it, go to the start menu again and type Windows Update in the search box.
  9. Click ‘Windows update’ to check for and install updates.
Follow these steps to resolve the 0x80070643 error code issue immediately. Nonetheless, to avoid the error 0x80070643 from occurring again, it is suggested that you download the Windows Update tool. This helps keep your system updated. By updating the latest vulnerability and performance improvements on your PC, you can ensure your PC works smoothly and is not exposed to such errors and threats.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status