Logo

Configure Windows 10 to create Dump Files on Blue Screen of Death

If your Windows PC encounters an error, it will display a Blue Screen of Death or BSOD error which usually comes up for a fraction of second and creates some logs or Dumps Files as what other user prefers to call it and then boots your PC suddenly. This process usually takes place quickly that most users find it hard to get the error code and won’t probably be able to check what really went wrong with their PCs. This is where the dump files come in. They are stored internally in your computer and can only be accessed by an administrator. They are classified into 4 main types and in Windows 10 they are either:

  1. Complete Memory Dump
  2. Kernel Memory Dump
  3. Small Memory Dump (256 KB)
  4. Active Memory Dumps

Dump Files are useful as they could help you in resolving the problem and so you need to configure your Windows 10 PC to create them but first, you need to make a system restore point. This is essential as you are about to modify some system files as well as critical Windows 10 settings. There are two ways you can create Dump files – first is by modifying the settings in the Startup and Recovery and lastly is via the WMIC command line. Refer to the instructions prepared below to be guided on how you can create Dump files after any BSOD error using these options.

Option 1 – via Startup and Recovery

  • Type in “control panel” in the Cortana Search box and then click on Control Panel from the search results to open it.
  • After opening Control Panel, you need to make sure that you view the contents by their Category then click on the header link which is labeled “System and Security” or you could also right-click on the This PC icon and then click on Properties.
  • Next, select the Advanced system settings from the left panel. Once you do, a new and small window will pop up.
  • Under the newly opened window, look for the section called Startup and Recovery and then click on the Settings button.
  • And from the System Failure section, you can choose any option from the drop-down for Write debugging information such as:
    • None – this means that there is no dump file created by Windows
    • Small Memory Dump – this means that Windows will create a Minidump file on BSOD
    • Complete Memory Dump – this means that Windows will create a Complete Memory Dump file on BSOD
    • Automatic Memory Dump – this means that Windows will create an Automatic Memory Dump file on BSOD
    • Active Memory Dump – this means that Windows will create an Active Memory Dump file on BSOD

Note: The complete dump needs a page file that is allowed to be the size of the physical memory installed in your PC with a dedicated 1 MB of space for just the page header.

  • Now once you have selected the most suitable option for you, just click on OK/Apply and then exit.
  • Restart your PC to successfully apply the changes made.

Option 2 – via the WMIC command line

  • The first thing you need to do to create Dump files via the WMIC command line is to tap the Win + X keys combination or simply right-click on the Start button and then select the Command Prompt (Admin) option. You could also type in “cmd” in the Cortana search box and then right-click on Command Prompt from the results and select Run as administrator.
  • After that, type in any of the commands given below depending on your preferences so that your Windows 10 PC will be configured to create Dump Files:
    • No dump file: wmic RECOVEROS set DebugInfoType = 0
    • Small Memory Dump: wmic RECOVEROS set DebugInfoType = 3
    • Kernel Memory Dump: wmic RECOVEROS set DebugInfoType = 2
    • Complete Memory Dump: wmic RECOVEROS set DebugInfoType = 1
    • Automatic Memory Dump: wmic RECOVEROS set DebugInfoType = 7
    • Active Memory Dump: wmic RECOVEROS set DebugInfoType = 1

Note: A complete dump has to have a Page file which is allowed to be the size of the physical memory installed on your PC accompanied by a 1 MB space for just the page header.

  • Now type in “exit” in the Command Prompt to exit it.
  • Restart your PC to apply the changes made successfully.

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

Fix The update isn’t applicable in Windows
There are times when you install a Windows update to your Windows 10 computer but you only got an error message saying, “The update isn’t applicable to your computer”. This is unusual as Windows was the one that downloaded them in the first place. To understand the reason behind this error, read on as this post will also give you a couple of suggestions you can try to fix the problem. One of the main reasons why this error occurs is that your computer might not have the required installed updates and many more. Other reasons include:
  1. The update might be replaced. There are instances when a newer Windows version is already available on the computer and that the version you are trying to manually install is an older version which is why the Windows update failed.
  2. The update might already be installed. There are times when the update process is still in progress and the earlier payload might have already been installed.
  3. It could also be that it’s a wrong update for architecture. As you know, updates are designed accordingly based on the architecture of the computer so if the update you are trying to install does not match the architecture of your CPU then it’s no wonder you’re getting an error message.
  4. Your computer might be missing a prerequisite update. There are Windows updates that depend on other updates so if you missed one and you’re installing another one, it could be the reason why you’re getting the error.
To fix the problem, here are some suggestions that might help.

Option 1 – Try verifying the package and the Processor Architecture

As pointed out earlier, updates are made according to the Windows versions. Thus, if one of the updates failed to install, you need to check if it’s applicable or not. The best way to do that is by searching the Windows update name on the official website of Windows. It could be that the Processor Architecture is not compatible with the Windows Update you are trying to install. If you have an X86-based processor, you can’t install x64-based installations of Windows and vice-versa. This usually happens when you’ve downloaded the update manually and then tried installing it.

Option 2 – Try checking if the update is old

The issue might be because you are trying to install an old Windows update which is why it didn’t work. To check, go to Settings > Update and Security > View Update history. From there, you can look for the update.

Option 3 – Try checking if the update is already installed

To verify the update, just go to the Windows Update history once more as you did in option 2, and then see if the update is already installed or not.

Option 4 – Try checking the prerequisites

AS mentioned earlier, there are some updates that depend on other updates before they get installed on your computer. The best way to verify is by checking the Microsoft Knowledge Base (KB). And to verify if the prerequisite updates are installed or not, just run the command below in PowerShell:
get-hotfix KB1111111, KB2222222, KB3333333
Note: In the command given above, you need to replace “KB1111111, KB2222222, KB3333333” with the actual update KB numbers.

Option 5 – Try running the Windows Update Troubleshooter

As you know, Windows 10 has various auto-repair built-in tools to help users fix small issues which used to get fixed manually. And in this case, you will need the Windows Update Troubleshooter to fix the issue.
  • Go to Settings and click on Update and Security.
  • From there, click Troubleshoot and click on Windows Update and then click the “Run the troubleshooter” option.
  • After that, it will try to detect and automatically fix common issues in the Windows Updates which can be resolved by Windows itself. Note that the process may take several minutes before it completes so you need to wait until it’s done. Once it’s done, in case you have some pending update that wasn’t realized by the system early on, it will apply the fix right away and restart the Windows Update service.
Read More
The quick demise of the BRAVE browser
Brave browser has gained popularity very rapidly and many websites have gone into the territory of recommending it. Sadly although the browser kind of offered better performance, it seems that so much advertised privacy and security was a lie. Several months ago, Brave was involved in a “scandal”. Unfortunately, this incident did not get much media attention, and it’s hard to search for and discover as of today. There is an article on the Android police website explaining this issue in detail, you can check it here: https://www.androidpolice.com/2020/06/07/brave-browser-caught-adding-its-own-referral-codes-to-some-cryptcurrency-trading-sites/ But to sum things up and keep them short if you do not want to go through the full article, Brave had been injecting their affiliate codes into popular crypto-currency websites. This means that they had been intercepting your traffic, which they promised was secure by the way, and modifying it. This means Brave Software has access to all of your information on those crypto-currency sites as well. They can see your payments/purchases, and your activity on the websites (through affiliate statistics). Now some people might point out that they are not interested in crypto or have been visiting some of the sites but the issue still remains and that is they did all of this, without telling the user. They intentionally didn’t tell the user because they knew it would cause backlash and disruption. They knew one hundred percent what they were doing, and they knew it was unethical. And the point remains if something like this was already done, who knows what will come up in the future. Personal recommendation is to avoid Brave and go back to other browsers.
Read More
Fix Mic not working in DOTA2
DOTA2 involves teams of five players each, where each player chooses a “hero” character. Each game has two teams pitted against each other, on opposite sides of a map. Once you start, you and your teammates try to level up by fighting and defeating heroes from other teams as well as non-player characters who exist within the game universe. Once you have a strong enough team, you would then try to attack an opposing team’s base. If you destroy their “ancient,” your team wins. The teamwork and interactivity required to play the game are some of its biggest attractions. You can text and voice chat as part of the Dota 2 gameplay, enabling you and your team to come up with strategies to take over your opponents’ base and fortifications. For this reason, a properly working microphone and headset are important if you are to get the most out of this exciting online game. However, there are many times when you find that there are audio dropouts when you try to speak into your microphone. The question “How do I get my mic to work on Dota 2?” is one of the most commonly asked on gaming forums related to this game. Here are solutions for why this can happen:
  1. You are logged in to another computer that is running the STEAM client

    While entirely rare, there are cases where the microphone in Steam is disabled because the same account is active and in use on a different computer. It may not notify you that your account is in use elsewhere. If this is the error, try to log out on other devices and then test it on only one system. If you cannot access the other computer that has access to your account, then change your password. This will automatically disconnect your Steam account from the other computer and let you enjoy voice chat in Dota 2 and other Steam games.
  2. Your microphone is not properly set up in Dota 2

    From the main Dota 2 menu, before you start a match, you can set up your microphone for voice chat. At the top, left-hand corner, click the gear icon to open Settings Select the AUDIO tab and ensure that the Sound Device and Speaker Configuration are set to default. On the same tab, activate Voice (Party) and set your Push to Talk shortcut key for your team. Select the appropriate Open Mic Threshold using the slider at the bottom of this tab to get your microphone recorded at a comfortable level.
  3. The Windows Audio Enhancements setting is turned on

    If you still cannot get your microphone to work properly, then your problem could be Windows Audio Enhancement. It is possible to get your microphone to work with Dota 2 by disabling these features. Right-click your volume icon on the system tray and select Recording Devices. Choose your active microphone then click its Properties button. On the Microphone Enhancements tab, make sure the checkboxes marked Voice enhancements and Acoustic Echo cancellation is unchecked Reboot your PC and retry using your microphone to chat.
  4. Your audio drivers need to be updated

    If you try all of the steps above and still have Dota 2 not recognizing your mic input update mic drivers by going in device manager and choosing update driver.
Read More
How to Fix DCOM Error 1084 on Windows
Distributed Component Object Model or DCOM is a module on Windows computers that allows computers to run programs over a network to another computer. It is a software component from Microsoft that allows COM objects to communicate with each other while that program is remotely running over the network. The COM Model is another extension of the DCOM model which both work together in order for the intended task to be executed. To make this module work, there are three components needed such as the Class Identifier or CLSID, the Programmatic Identifier or PROGID, and the Application Identifier or APPID. However, DCOM does not always work as expected as it could still encounter some errors. One of them is error 1084. Because of this error, the execution of programs in a remote computer on the network would be interrupted. So if you encounter the DCOM error 1084 when you try to start a service like running the DISM tool or in other scenarios on your Windows 10 computer, then this post could help you. Refer to the instructions given below to start troubleshooting the problem.

Option 1 – Try checking the status of DCOMLAUNCH Service or DCOM Server Process Launcher and its 3 dependencies

The DCOM Server Process Launcher service launches both COM and DCOM servers in response to object activation requests. This is why if this service is stopped or disabled, the programs that are using COM and DCOM won’t properly function. So you need to make sure that the DCOMLAUNCH service is running.
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager.
  • Next, check the following services:
    • DCOM Service Process Launcher
    • Background Tasks Infrastructure Service
    • Local Session Manager
    • Remote Procedure Call (RPC)
  • Then right-click on each one of the services and click on their Properties.
  • After that, select Automatic from the drop-down menu of Startup Type and make sure that all the aforementioned services are Running.
  • Now click OK for each one of the services.

Option 2 – Troubleshoot the problem in a Clean Boot State

There are instances that some conflicting programs installed in your computer might be the one that’s causing DCOM error 1084. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

Option 3 – Try to use the DISM tool

You might want to repair potentially corrupted files in your system as having them could also trigger the DCOM error 1084. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the DCOM error is now fixed.

Option 4 – 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.
Read More
March 2021: List of data breaches & attacks
March 2021 – 21 million records breached full list of incidents:

Cyber attacks March 2021

Ransomware March 2021

Data breaches March 2021

Financial information

Malicious insiders and miscellaneous incidents

If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Upcoming Windows features for future
It is no secret that Microsoft is trying to keep Windows relevant and that it is trying to make it as good as possible. A new Windows update will bring some interesting stuff in it which well some like it, some not so much. Among various technical and security updates Microsoft will bring some directly visible to each user.

First

of these features will be File explorer compact mode. This feature is a sort of spacing content in file explorer giving it easier access if you are using a touch screen device. Now, this feature is somewhat strange, and altho I can understand and get behind the logic of this move I am not sure I like it. Lucky for me and others who feel the same this option can be turned off for now.

Second

feature is something I can get behind, improvements for virtual desktops. There is an article on errortools about virtual desktops feature and I really hope you are using it since it is a great feature. Anyway, new update will bring us separate desktop wallpapers for each desktop and we will be able to arrange them in order we like.

Third

thing that I would like to address is animation features. We will have windows slowly fade and resize when opened, minimized, maximized, etc. So far we are unable to tell how this can and will it affect overall system performance. I am sure it will have some impact but hopes are that it will be kept to a minimum. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
nslookup works but ping fails in Windows
nslookup is a command-line tool that helps in finding the DNS records of a website. It sends a name server query to the DNS and obtains the corresponding IP address. Aside from that, it can also perform some complex functionality such as finding details about FTP server, Mail server and many more but most of them are used by administrators. The best thing about nslookup is that it queries the DNS server directly and it does not rely on the cache. On the other hand, there is another tool called PING that is used to verify connectivity. PING sends a packet of information to the IP address or Domain and gets back a response in the form of packets. So if everything goes well, all packets are received but if not, it will help you find out where the delay in the network exactly is. However, the ping command does not always attempt a DNS lookup which means that it might be using the DNS cache and use the IP address available in that table. Although both nslookup and PING help you in identifying the host or IP address, however, they don’t always work and sometimes fail. So if your nslookup works but ping fails on your Windows 10 PC when querying the IP address of a website then it could be caused by many reasons. It could be that the nslookup queries work for you but when you try to use PING, it fails. For instance, if you open the abc.com website, here’s how it will look like:
nslookup xyz.com Server: dns.company.com Address: 192.168.1.38 C:> ping xyz.com Ping request could not find host xyz.com. Please check the name and try again.
The domain is converted into an IP address and then data is sent to that IP address when you use PING. So when a reply comes back it means that the data is going back and forth to that domain without any problem. However, if the DNS fails to resolve the IP address of the website or if your PC does not attempt a DNS lookup, you will receive a similar error message that says, “Could not find host” and so on. To resolve this issue, here are some options that might help.

Option 1 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue with nslookup and PING. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 2 – Force Windows to do a DNS lookup using FQDN

  • Go to Settings > Network & Internet > Status > Change adapter options.
  • From there, right-click on the network and select Properties.
  • Next, in case you’re using IPv6, from the list of connections available in the list, select Internet Protocol Version 4.
  • Then click on Properties and click Advanced.
  • After that, switch to the DNS tab and select “Append these DNS suffixes (in order)” and click on the Add button and then add “.” as a suffix so that each time you query using PING and another tool, it will add a “.” at the end and will force the lookup.

Option 3 – Make sure that there is only one default gateway

If your computer has more than one NIC connected and there are multiple default gateways, then it will most likely create confusion which is why you need to remove the default gateway from the configuration of all NICs and make sure that there is only one default gateway.

Option 4 – Use the Google Public DNS

You might want to change your DNS to Google Public DNS as it could also help you in fixing the nslookup and PING issues. To do so, follow the steps below.
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.

Option 5 – Check the Windows Host file

You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked, because if it is, then it’s no wonder why PING fails even when nslookup works. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.

Option 6 – Delete the WLAN Profiles

Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles might help you in fixing the issue with nslookup and PING.

Option 7 – Reinstall the Network Adapter Drivers

  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and select “Uninstall device”.
  • Restart your PC.
Read More
Why ActiveX Control May Damage Your Personal Computer
ActiveX Controls are plugins you may constantly come across when working with Internet Explorer. An illustration of these kinds of control is the MICROSOFT IE Flash Player. They frequently result into significant problems for the Computer, yet they're vital for IE to operate correctly. You shouldn't ever overlook that after you install Active Controls in your Personal Computer, you effectively provide them with access to other areas of your PC. The ActiveX Controls not only tracks your search routines, but in addition puts malicious software, which might possibly be hazardous to your Computer.

Solution

Restoro box imageError Causes

ActiveX Controls make your Internet Explorer work as required and are usually great and beneficial to your own Computer. Yet, they can function as a source of problems because of the following factors.
  • You should stop installing  ActiveX Controls from Un Trustworthy Resources
In the event they are installed by you from un trustworthy resources new threats are likely introduced by ActiveX Controls to your PC. One of the more regular types of ActiveX Controls worth necessary for installation is Flash Player. Yet, never be in a hurry to install these Controls from resources that you don't trust.
  • Limit The Number of ActiveX Controls You Install on your PC
Prevent installing java/oracle ActiveX controls, because of its weak security measures which could make your Personal Computer and any additional information there in, open to attacks. Limit to the variety of ActiveX Controls that you install on your PC as these could increase the vulnerability canvas on your computer.

Further Information and Manual Repair

You can manually fix any malfunction that springs up from ActiveX Controls. Yet, more than mending the harm, produce the setting that ensures you never have troubles from them to start with. Just how do you do that?

a) Stop installing or downloading ActiveX Controls from Un Trustworthy Sources

This has been mentioned above, but it's worth repeating because it's the most common reason behind ActiveX Controls malfunctions. You might anticipate that for this kind of obvious reason for ActiveX Controls malfunctions, PC consumers would be extra cautious, however that is never true.

b) Limit ActiveX Controls Softwares

You can restrict ActiveX controls from running automatically on your PC. To limit them, head to Tools in Internet Explorer, and choose Internet Options. Proceed to the Security tab, and select Customs level Browse completely down before you get to the area designated "ActiveX". Subsequently, mark "Prompt" under every choice that you encounter. But don't mark the choice indicated "Run ActiveX Controls and Plug-Ins", together with, "Script ActiveX Controls Marked Safe for Scripting". By performing the measures emphasized above, you happen to be in substance stating that, you will not permit any installation of ActiveX Controls, without express authorization by you. In this manner, you have better control over different forms of ActiveX Controls you permit to be installed, therefore reducing potential threats to your PC.
Read More
Fixing Your Firefox profile cannot be loaded
Caching is used to enhance the performance of applications in Windows and other operating systems. It helps applications to load faster but there are times when the cache can get damaged or corrupted and as a result, you might encounter some issues. One of them is in the Firefox browser where the “Your Firefox profile cannot be loaded, It may be missing or inaccessible” error message may appear. You could also encounter this kind of error when Firefox is unable to access or find the profile folder. In case you don’t know what the profile folder is, it is where Firefox stores your user data and settings by default. Firefox pulls information from this folder each time you choose to open it. You can find this default Firefox profile folder under the %APPDATA%MozillaFirefoxProfiles folder. If you experience issues when trying to access the Profile Manager, you have the option to create a new default Firefox profile folder. This will fix the “Your Firefox profile cannot be loaded, It may be missing or inaccessible” error. How? Simply follow the given steps below. Step 1: Tap the Win key or click the Windows Start button to open the Start menu. Step 2: Next, type “%appdata%” in the field and hit Enter to open the hidden AppDataRoaming folder. Step 3: Now double click the Mozilla folder as well as the Firefox folder. Step 4: From there, look for the “profiles.ini” file and delete it. Make sure that you don’t delete the Profiles folder which should have the icon of a file folder. Note: Keep in mind that the .ini file extension is identified as the file that features a gear icon beside the “Configuration settings” or “Application settings”. Step 5: Once you open Firefox, a new profile will be created. On the other hand, if you know where your profile exists, you can try the following steps below to help Firefox locate it.
  • First, you need to move the profile folder back to its original location.
  • Next, restore the profile folder’s original name if you have modified it.
  • Then create a new profile using the Profile Manager and give it an appropriate name.
  • Now click on the Choose Folder button and select the profile folder you have moved or renamed before you exit the Create a new profile wizard.
Read More
Folder shortcuts in Windows 11 on Start menu
Special folders like music, pictures, download, videos, etc, can be placed as shortcuts in the start menu inside Windows 11 for easy access. Shortcuts will appear in the start menu on the bottom as simple glyphs. They are not present in the start menu by default so it needs to be turned ON first. Folder shortcutsIf you want to place these icons in your Star menu follow this step-by-step guide and you will have them in no time.
  1. Open Windows settings
  2. In settings go to Personalization > Start
  3. In Start click on Folders
  4. On the given list of Settings, File Explorer, Documents, Downloads, Music, Pictures, Videos, Network, and Personal folder click on the switch beside them if you want them as shortcuts in the Start menu. You can choose whichever you want.
  5. Close settings
You can revisit the settings menu to add more icons or remove some of them later if you wish so.
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