Logo

Command prompt tips and tricks

Hello and welcome to errortools articles. Today we will talk about some great and awesome tips and tricks for the command prompt. Commands which can make your life easier and your workday more pleasant.

That being said let's dive in right into muddy waters and swim out with new knowledge.

Tip 1: Read Motherboard information

There are a lot of reasons why you would like to read information from your motherboard, maybe you would like to upgrade your BIOS, perhaps you would like to know the serial number, maybe even the version number. Well, you can, type the following code into the command prompt and you will receive all information about your motherboard.

wmic baseboard get product,version,serialnumber,product

Tip 2: Copy command output to clipboard

Getting information from the command prompt to a word processor, into an email or any other medium can be somewhat troublesome, usually, people tend to screenshot or write from a command prompt into another destination, which could induce errors, and let's be honest, it is not practical. You can copy command output directly into the clipboard ready for pasting it anywhere with | clip. So for example if you would like to paste the directory structure of your c drive command would look like: dir c: | clip, now output would be placed into the clipboard ready to be pasted anywhere needed.

Tip 3: Erase data permanently

When you delete data on your hard drive, what really happens is that files are marked with a marker which marks that space for new data writing, but the data itself is still present and can be brought back. This sometimes could impose problems but if you would type: cipher /w:c Windows will write random data over each marked file deleting it forever without means to be brought back.

Tip 4: Manage your IP address

If you would like to play with your IP address and do fancy stuff with it do the following:
ipconfig /release to release your IP address
ipconfig /renew to renew your IP address
ipconfig /flushdns to flush down DNS information and enjoy a new browsing start.

Tip 5: Check to see are packets reaching the desired location

You installed a new LAN printer, or a new switch, maybe you want to check if your new site is up and running. Use ping destination in order to see if TCP packets are reaching desired information, you can use it with a specific address like ping 192.168.1.1 or you can type a web address, for example, ping google.com and see if a connection can be established.

Tip 6: Get information about a specific command

So you learned some command prompt commands, but you do not know all of their configuration or switches? No worries, just type command/? to get a list of available switches for it. For example ipconfig/? will write you a list of available switches for ipconfig command.

Tip 7: Link and execute multiple commands one after another.

Let us say that for example, you would like to copy files into a different folder, then rename some and delete others and you need to do a couple of times. Instead of writing command after command once each one is finished link them with && and they will execute one after another.

Tip 8: Scan and repair files.

In order to scan files and repair broke or corrupted ones write in the command prompt: sfc /scannow. Please know that this command can take a long time since it is solely dependant on the number of files, their size, and the power of the computer.

Tip 9: Manage and configure your computer energy

Command powercfg will let you manage and see the power configuration of your computer. Just write powercfg/? and see what you need and want to change or get information about.

Tip 10: Associate files with applications

Windows already has some file associations defined, and some applications take over some type of files but if you want to take control into your own hand use assoc command. For example
assoc.txt= "APPLICATION NAME" will associate txt files with the provided application.

Tip 11: Hide files and folder.

Do you have some folder or file with information that you do not want to be seen when someone opens file explorer? Use attrib +h <name of file> and hide file or attrib +h /D <folder name> to hide folder.

Tip 12: Get a list of installed computer drivers

Want to know which drivers are installed in your system? Use driverquery and take a look.

Tip 13: Find and locate shared folders

have you shared a folder but forgot which one and where? Do not bang your head on the wall, we have a simple solution for you. just type in command prompt net share and see everything.

Tip 14: Run commands as an administrator

You do not have administrator privileges? Do you want to bypass common blockades?

runas /user:yourdomainadministrator command

That is all that we have for you today, I certainly hope you have found something useful here and that we have managed to teach you some valuable things.

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

Your computer has lost the lease to IP Address
If you encounter an error message that states, “Your computer has lost the lease to its IP Address <IP ADDRESS> on the Network Card with network address <NETWORK ADDRESS>”, then this post might be of help to you. This kind of error due to the timeout caused by the DHCPv6 address which is used to connect the client to the user network as an independent client or a part of a domain. There are a lot of potential fixes you can try to fix this error and we will be discussing each one of them below. You can try to reboot your router, flush the DNS cache, reset the Network adapter, toggle the DHCPv6 Lease time or disable IPv6 in the Network Center. For more details, refer to the following options.

Option 1 – Try rebooting your router

The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.

Option 2 – Try to flush the DNS configuration

You could also try to flush the DNS configuration in your computer to fix the error. How? Refer to these steps:
  • Tap the Win + X key combination and click on the Command Prompt (Admin) option or you could also search “cmd” in the Cortana search box and right-click on Command Prompt from the search results and select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, enter each one of the commands given below sequentially in order to flush the DNS cache.
    • ipconfig/release
    • ipconfig/renew
    • ipconfig/flushdns
  • Now type the exit command to close Command Prompt and then restart your computer and see if the problem is fixed.
One the other hand, you could also try to reset Winsock as well as the TCP/IP. Once done, just exit the Command Prompt and check if that fixes your issue. You may want to reset Winsock & reset TCP/IP as well.

Option 3 – Try to toggle the DHCPv6 Lease time

  • First, you need to log in to the Admin panel of your router.
  • Next, navigate to the DHCPv6 settings inside it and look for a field for Lease Time.
  • After you’ve found it, increase the Lease Time value to something greater than what is already entered depending on your preference.
  • Now apply the configuration and reboot your router to apply the modified settings. Just remember that if things didn’t work out, you can just change back the Lease Time value to what it was before.

Option 4 – Try disabling the IPv6 in the Network Center

  • Tap the Win + X key combination and click on Network Connections.
  • This will open the Settings app on a specific page. Now on the right-side panel, click on the Network and Sharing Center link.
  • After that, it will open the Control Panel and from there, click on the network that your computer is connected to and then click on Properties.
  • Next, uncheck the entry that says, “Internet Protocol Version 6 (TCP/IPv6)” in the list that populates.
  • Now click on OK and close all other windows and see if the error is fixed.

Option 5 – Run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 6 – Try to perform Network Reset

You can also try to perform a Network Reset to resolve the problem. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.
Read More
Windows Search not searching the entire PC
There are times when the Windows Search results do not include what you want to search. However, if you are trying to search for something that’s located on your desktop and Libraries, they would appear right away on the search results. Actually, the issue is not with the search but with the list of files and folders that Windows can index. If you encounter this issue, read on as this post will guide you on how to fix it. The Windows 10 operating system, ever since Windows v1903 was released, offers two kinds of searches – the classic and the enhanced search. You may have to add more folders to the classic search or use the enhanced mode to resolve the issue. In other words, to fix the problem with the Start Menu Search, you can try to enable the Enhanced Mode or add folders to the Class Search or remove the excluded folders, as well as run the Search and Indexing troubleshooter. For more information, refer to each one of the options provided below.

Option 1 – Try to enable the Enhanced Mode

To fix the problem, you have to enable the Enhanced Mode search and configure the folders you want to be indexed. How? Follow these steps:
  • First, you have to go to Settings > Search > Searching Windows.
  • Next, select the radio button for the Enhanced option.
  • After that, select the folders you want the Windows Indexer to exclude from the Enhanced Search mode.

Option 2 – Try to add folders to the Class Search

If you don’t want to enable the Enhanced search mode, then you might want to add folders that are important to you. All you have to do is configure the Search Indexing Options by following these steps:
  • Go to Settings > Search > Classic and from there, click on the “Customize search locations” option.
  • Next, click on Modify in the pop-up window that appears.
  • Then add drives and folders that are important to you. Once the indexing is completed, Windows will be able to find the file and display it in the search results.

Option 3 – Try removing the excluded folders

If you have already enabled the Enhanced mode but your files still don’t appear, then you might want to check out the excluded folder list.
  • The first thing you have to do is go to Search and from there, you will find a list of folders under the Excluded folder list.
  • Next, click on the excluded folder that you want to remove by clicking on the “Remove Excluded folders” button.
  • If you are using the Classic search, you have to check if the index has restrictions on the file type. You can find it in Advanced options > File Types.
Note: If you want to search in Documents, you could also enable the Index Properties and File Contents. This should resolve the problem.

Option 4 – Try to run the Search and Indexing troubleshooter

You might also want to run the Search and Indexing troubleshooter in Windows 10 as it checks whether the settings for the Windows Start Search are in place and automatically corrects any issues if the update or software installation has changed the settings. To run it just click on the Start button and select Settings > Updates and Security > Troubleshoot. From there, select the Search and Indexing Troubleshooter.
Read More
Fix CHKDSK is not available for RAW drives
One of the most useful tools you can use to repair bad or corrupted sectors in the hard disk of your computer is the CHKDSK utility. However, there are also instances when this Disk Checking tool could encounter some issues and one of them is the error that states, “The type of the file system are RAW, CHKDSK is not available for RAW drives”. This kind of issue is due to the RAW file format which is not recognized by the Windows operating system that you’ve installed which explains why you’re getting this error when running the CHKDSK utility. You can also encounter this error in case there is something wrong with the drive encryption. To fix this error, you have to change the File System of the drive. How? Refer to the steps given below. Step 1: The first thing you need to do is create a bootable Windows 10 media. Step 2: After that, click on Repair your computer on the first Windows 10 installation setup window. Step 3: Next, you have to select the operating system partition from the given options and then click on Next. Step 4: Now select Command Prompt from the System Recovery Options box and then type the following command and tap Enter to initiate the Diskpart utility inside Command Prompt.
diskpart
Step 5: Afterwards, type in either of the following commands to help you in either listing all the Disk connects or all the partitions on those disks formed.
diskpart or list volume
Step 6: Next, you need to select any of the two given commands below depending on the list you entered on the previous step.
select disk # or select volume #
Step 7: After you enter the command, it will select the Disk or the Partition you want to select. Now you have to type and enter the following command to clean your drive.
clean
Step 8: Now enter any of the two following commands.
list disk or list volume
Step 9: Then type the next command below to create a specified partition.
create partition primary
Step 10: Once done, type in the following command to select the newly created partition.
select partition 1
Step 11: Next, type the following command to mark the selected partition as active.
active
Step 12: Finally, restart your computer to successfully apply the changes made and then see if it has fixed the problem or not.
Read More
Install Windows 11 on any computer officially
Windows 11 system requirementsMicrosoft’s initial Windows 11 hardware requirements were not really well received by users and they were not really clearly represented from the start making a lot of potential customers slowly drift away from the hype. It seems that Microsoft has acknowledged this since they have changed their tune about system hardware requirements for the upcoming Windows 11. It seems that Windows 11 will be able to be officially installed on unsupported computers but with a little inconvenience.

What is a catch?

Windows 11 will still have the same hardware requirements and if the PC meets them, that computer will be officially supported, other ones (any that can run Windows 10) that do not meet system requirements can still run Windows 11 but the system will have to be clean installed. So no upgrade option for old computer users, just a clean install. This means of course that you will need to download the ISO image and make a bootable USB in order to install it. Also since you will be doing a clean install do a backup of the hard drive since it will need to be formatted. Also, Microsoft has stated that with unofficially supported PC some driver updates might not be delivered leaving you with either older driver versions or relying on your hardware manufacturer on them. This is still not confirmed by Microsoft, just stated as an option. We will see how it goes.

Conclusion

It is very good that Microsoft has reconsidered its system requirements and will not stubbornly push its initiatives over the top requirements allowing even older computers to install new OS. I am sure over time lot of users will upgrade their hardware and drive into officially supported waters, but it is good that they will be able to use new OS on their current hardware.
Read More
How to Fix Error 0x80070057

Error Code 0x80070057 - What is it?

Error 0x80070057 is a typical Windows 7 error code. It may occur when you try to back up files by using Windows Backup on Windows 7 and the backup fails.  The error message is often displayed as the following:

“An internal error has occurred: The parameter is incorrect: (0x80070057)”

Besides this, you may also experience this error message when you format a hard disk drive to install Windows 7.

Solution

Restoro box imageError Causes

The error 0x8007005 occurs due to multiple reasons. However, the most common causes for this error code include:
  • The partition that is reserved for the system is damaged
  • Misconfigured registry keys
  • Misconfigured decimal symbol settings

Further Information and Manual Repair

Here are some of the best and easy DIY methods to resolve the error 0x80070057 on your PC.

Solution 1: Change the Decimal Symbol Setting

As mentioned above the error 0x80070057 sometimes can be triggered by misconfigured decimal symbol settings. Therefore, try changing the settings to fix the problem. The error is likely to occur if the decimal symbol is not set to ‘.’ (dot). This is common in languages and locales other than English such as German. Here’s what you need to do to change the decimal symbol setting:
  • First, open the Control Panel, click the clock, then language, and then region.
  • Now click the formats tab and go to the additional settings menu.
  • Here you will find the decimal symbol field, now type "." (dot) and then click OK twice.
  • After that, you must restart your PC to activate the changes.

Solution 2: Create a New Partition and Reinstall Windows 7

If the error 0x80070057 is linked to partition damage, then this method is the best way to resolve it. Here’s what you need to do:
  • Insert the Windows 7 DVD and start the installation.
  • Select your language preference to install. Here you will see a screen of the Microsoft License Agreement. Click on the I accept option to proceed with the installation process.
Then click next.
  • Choose a custom advance option and select the Disk O partition 1 option.
  • Once selected, click delete. When you do this you will be prompted if you want to confirm the deletion, click OK to continue.
  • Now repeat the same however now select Disk O partition 2.
Delete this partition as well. Now click New to create a new partition. Here define the disk size and then click apply. Please note, the size of the default value is the maximum size of the disk. After doing so, select disk 0 partition 2 and then click the formatting tab. Once the formatting is complete, click next to continue Now you will be able to complete the installation of Windows 7 on your PC without any problem.

Solution 3: Add a Registry Key Value

If the underlying cause of the error 0x80070057 is a registry issue, then it is serious as such issues can put your PC at serious risks like system failure, crash, and data loss. To resolve this error and add a registry key value here’s what you need to do: Go to the start menu and type Regedit.exe in the search bar and then press enter. Locate and click the following registry sub-key: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftSystem. Once you locate it, now go to the edit menu and point to new, and then click DWORD Value. After that, type CopyFileBufferedSynchronousIo and press enter again. Right-click now on the text you just typed and then click Modify. In the Value data box, type 1 and then click ok and exit the registry editor. This will fix the error on a temporary basis but not permanently. However, a long-term solution is to clean and repair the registry.

Solution 4: Restoro

The registry gets cluttered with unnecessary and redundant files like junk files, cookies, internet history, and bad registry keys. If these are not removed timely, they can damage the registry and corrupt DLL files. It often leads to disk fragmentation (disk partition) too. To remove these files immediately, clean and restore the registry and repair the corrupt files, it is advisable to download Restoro.

Why Restoro

  • This is an advanced and highly functional Registry Cleaner. It is deployed with a cutting-edge and intuitive algorithm that scans your entire PC to detect all registry issues in seconds. It cleans the cluttered disk and restores the registry back to normal.
  • It is safe, bug-free, and efficient. This software is easy to use and compatible with all Windows versions.
  • In addition to this, it is also deployed with several other powerful utilities like an antivirus that detects all malicious software and removes them right away. It also functions as a system optimizer and boosts the speed of your PC significantly.
Click here to download Restoro and resolve error 0x80070057 now!
Read More
Fix terminated lsass.exe in Windows
The Local Security Authority Subsystem Service or LSASS.exe is a process in the Windows operating system that is valuable as it enforces the security policy on the computer. Every time you log in to the Windows Server, the LSASS.exe is the one that handles the password changes and creates the access tokens while updating the security log. However, it is also frequently targeted by malware and is often imitated. The original location of this file is at “C:/Windows/System32” so if you open the Task Manager and notice that a process with a similar name has a different location then it is definitely a threat and is exploiting the security of your computer. To resolve issues related to LSASS.exe, here are some fixes that could help.

Option 1 – Use the Performance Monitor’s Active Directory Data Collector

Note that this option will only work on the recent Windows server versions. Refer to the steps below to use the Performance Monitor’s Active Directory Data Collector set on your computer.
  • Tap the WINKEY + R button to open the Run dialog box.
  • Then type “Perfmon.msc” in the field and hit Enter to open the Performance Monitor and from there open the Server Manager.
  • Next, navigate to Diagnostics > Reliability and Performance > Data Collector Sets > System from the left side of the navigation bar.
  • Then right-click on “Active Directory Diagnostics” and select Start from the context menu. This will take about 5 minutes or 300 seconds depending on the performance capabilities of your hardware to gather the data required and then take some more time to compile a report from the gathered data. Note that these timings are dependent on one another.
  • After the report is compiled, you can find it under Diagnostics > Reliability and Performance > Reports > System > Active Directory Diagnostics. The report will contain all the information as well as conclusions. However, it does not mean that it will also contain the exact cause of the problem with LSASS.exe. Nevertheless, it should help you in fixing the problem.

Option 2 – Try to run the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why the LSASS.exe file is having some issues. To run the SFC command, follow the steps given below.
  • Type “cmd” in the Start search and then right-click on the appropriate search result.
  • Next, select “Run as administrator” to open Command Prompt with admin privileges.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Now restart your computer and see if the problem is fixed or not.

Option 3 – Put your computer in a Clean Boot State

If none of the options given above helped, you can try putting your computer in a Clean Boot State as this can help you in finding any incompatible programs that’s causing the problem.
  • 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.
Once you’ve found any incompatible programs, you need to uninstall them. Refer to the steps below to do so.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it.
Read More
What to do if you can’t delete Partition
There are times when it is really inevitable to delete your hard drive partitions especially if you are already running low on disk space in your Windows 10 computer. Users typically delete the volume which is not being used in such cases in order to free up some space for the volume that’s running low on disk space. To resolve the problem, users tend to use the Disk Management utility to delete hard drive partitions. However, some users reported that the “Delete volume” option is not available as it is grayed out. Thus, users aren’t able to delete hard drive partitions and aren’t able to free up disk space. This kind of problem usually occurs when there is a Page file on the volume that you are trying to delete and so on. Oftentimes, this issue is mistaken for the problem where you are unable to delete an EFI-protected partition. However, in this case, not only you are unable to delete EFI-protected partition but also NTFS file systems. This is really hard to deal with but worries not for there are some potential fixes you can check out to resolve this problem.

Option 1 – Try to manage the Page file in the Partition

As mentioned earlier, if a Page file exists in a partition, you won’t be able to delete it. The page file is what stores your data when the system’s random access memory fills up. To resolve this, follow these steps:
  • Go to the Start menu and type “View advanced system settings” in the field and open it from the search results.
  • Next, click on Settings in the Advanced tab.
  • On the new window that pops up, go to the Advanced tab and select Change.
  • Next, uncheck the checkbox of “Automatically manage paging file size for all drives” and highlight the drive you want to delete.
  • Then select “No paging file” and click on Set.
  • Now click on the Apply and OK buttons on all the windows and restart your computer.

Option 2 – Delete storage partition via Command Prompt

  • Tap the Win + X keys or right-click on the Start button and select Command Prompt (Admin) or you could also type in “cmd” in the Cortana search box and right-click on the Command Prompt icon and then select the “Run as Administrator” option from the context menu.
  • Once you have Command Prompt pulled up as admin, type in and enter this command – diskpart
  • After entering this command, the Diskpart Utility will start. Diskpart Utility is a command-line-based utility just like Command Prompt but it will get a UAC Prompt after you invoke it so you have to click Yes for the UAC Prompt.
  • After that, type in list volume and tap Enter to see the list of all the partitions created on your PC. This includes both types of partitions that are visible to the normal users in the File Explorer as well as the ones that are created by Windows 10 by default which helps it in storing the boot files and other essential system files.
  • You should see a list of all the partitions made on your computer. Select the partition you want to delete by its Unique Identification number as Volume X where X denotes the Unique Identification Number.
  • Next, type in the select volume number command and hit Enter to select the desired volume.
  • Then delete the volume you’ve selected and type in the delete volume command and hit Enter to delete the volume you just selected and convert it into unallocated space.

Option 3 – Delete storage partition via Windows PowerShell

  • Start by tapping the Win + X keys or simply right click on the Start button and select Windows PowerShell (Admin) or you could also type in “Windows PowerShell” in the Cortana search box and right-click on the Windows PowerShell icon and select the “Run as administrator” option.
  • Once you’ve opened the Windows PowerShell, type in the Get-Volume command and hit Enter to get a list of all the partitions on your PC.
  • Next, select the drive letter you want to delete and then type in the Remove-Partition –DriveLetter command and hit Enter to delete the selected partition. Note that you need to replace the drive letter with the letter of the partition you want to get rid of.
  • After that, it will ask you for confirmation. Just hit the Y key for Yes or hit the A key to say Yes to All. This will delete all the partition you’ve selected and will move them in as unallocated space.
Read More
A Quick Guide to Resolving Uncdms.dll Error Code

Uncdms.dll Error Code - What is it?

Uncdms.dll is a Dynamic Link Library file and a crucial part of the Windows Desktop Search Software. It is used to search emails, documents, photos, videos, and folders instantly. However, the Uncdms.dll error pops on the screen, when the Windows Desktop Search Software fails to start. The error message is displayed in one of the following formats:
  • “Uncdms.dll cannot be found.”
  • “Windowssearch.exe – cannot find the component. This application has failed to start because uncdms.dll was not found. Reinstalling the application may fix the problem.”
  • “The file uncdms.dll is missing.”

Solution

Restoro box imageError Causes

Uncdms.dll error code may pop on your screen due to multiple reasons. These usually include but are not limited to:
  • Viral infection
  • Issues with Windows Desktop Search
  • Registry corruption
  • Uncdms.dll accidentally deleted during program un-installation

Further Information and Manual Repair

If you experience an Uncdms.dll error code on your system, fix it right away. This error is easy to resolve. You don’t have to be technically sound to resolve the uncdms.dll error code. Try the methods listed below to resolve without any hassle:

Method 1 - Check Your Recycle Bin and Restore the Deleted Uncdms.dll File

Since DLL files are shared files, there is a possibility that you accidentally deleted them while uninstalling some other program. To fix the issue, simply go to the recycle bin and look for the file. If you locate it, reinstall it. If you can’t, then it is advisable to download the Uncdms.dll file from a trusted DLL file website.

Method 2 - Uninstall and Then Re-install Windows Desktop Search

If the error code is related to issues with the Window Desktop Search application, then simply uninstall this software and re-install to resolve. To do this, click the start button, go to the control panel and then add/ remove programs. Now choose Windows Desktop Search from the list of programs and click Remove. After that, reboot your PC to activate changes. Now download the software and follow the same process and reinstall the Windows Desktop Search program on your PC. To activate changes, reboot. This will hopefully resolve the issue.

Method 3 - Update Windows

As this file is included in the service pack, try updating the Windows Utility to resolve the Uncdms.dll error code. To get started, click start and then go to the control panel, now choose Windows update. Follow the instructions to install Active X and then click install to update Windows Utility. Restart your system to bring the changes into effect.

Method 4 - Scan for Viruses and Repair the Registry

Whether the underlying cause of the Uncdms.dll error code is viral infection or registry corruption, it is advisable to download Restoro. It is an advanced and multi-functional PC Repair Tool integrated with 6 powerful utilities including antivirus and a registry cleaner. It scans and removes all types of viruses. The registry cleaning utility works simultaneously and removes all the unnecessary files corrupting the registry including cookies, temporary files, internet history, and junk files, and repairs it in seconds, thereby resolving the Uncdms.dll error immediately. Click here to download Restoro - PC Fixer
Read More
Fix boot into the next phase of installation
There are various complex tasks that take place under the hood while you upgrade or clean install the Windows operating system on a computer. Because of its complexity, there are times when you might encounter some errors when you upgrade or clean install Windows 10. One of the errors you could encounter is the error that states, “Windows could not prepare the computer to boot into the next phase of installation. To install Windows, restart the installation”. This error does not only occur in Windows 10 as it could also occur on the other versions of Windows. There are a lot of possible causes for this error. It could be due to incompatible BIOS, corrupted system files, improper installation media or it could also be due to excessive hardware plugged into your computer and so on. Whatever the cause is, here are some potential fixes you need to check out to fix the problem.

Option 1 – Try to disconnect or disable newly installed hardware

In this option, you will have to disable or remove the hardware you’ve just installed recently since external devices could be the one that’s causing the Blue Screen of Death error to appear. To do that, just disconnect any external device that’s connected to your computer physically and then check if it fixes the error.

Option 2 – Try to update the BIOS

As you know, the 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 in your computer.
  • Now restart your computer to apply the changes made.

Option 3 – Try to reconfigure all the created partitions

You could also try to reconfigure the partitions by deleting and recreating all the available partitions on your computer and then see if it fixes the problem.

Option 4 – Make a proper bootable USB Drive/Stick

To make a proper bootable USB drive, you need to use the Windows Media Creation tool. The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
How to Fix UNEXPECTED_KERNEL_MODE_TRAP error
It is a fact that Blue Screen of Death errors can give you a headache for you will have a hard time fixing it as it is one of the most difficult errors you can encounter on your Windows computer. One of these BSOD errors is the UNEXPECTED KERNEL MODE TRAP error. If you receive this kind of error then it means that the operating system was not able to catch a trap or an exception generated by the CPU. This BSOD error has an error code 0x00000007F and indicates that the Intel CPU generated a trap that the kernel failed to catch. One of the most likely causes is hardware failure due to faulty memory. Aside from this cause, you also have to track down other probable causes for this problem like corrupted system files, incompatible drivers or programs, faulty hardware, and even dusty components, and so on. To fix the UNEXPECTED KERNEL MODE TRAP BSOD error, here are some suggestions that might help.

Option 1 – Uninstall the programs you installed recently

Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. In addition, you might also want to check the hardware components of your computer that might not support the operating system itself. You can disconnect all the external devices like USB drives, scanners, printers, etc., and then reboot your PC. After that, add the devices again one after the other and check if the BSOD error is now fixed or not. Moreover, you can also perform a clean boot to make things easier for you.
  • 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” checkbox 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” checkbox.
  • 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.)

Option 2 – Update your device drivers

  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
  • Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.

Option 3 – Use the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like UNEXPECTED KERNEL MODE TRAP. It can be found on 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 4 – Run the Windows Memory Diagnostic tool

You can use the Memory Diagnostic tool in Windows to check RAM. Before you use this tool, make sure you save all your important work.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type in “mdsched.exe” in the field and hit Enter to open Memory Diagnostic.
  • After that, the Windows Memory Diagnostic will give out two options such as:
  1. Restart now and check for problems (recommended)
  2. Check for problems the next time I start my computer
  • Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.

Option 5 – Disable Memory caching in the BIOS

You can also disable memory caching in the BIOS to fix the UNEXPECTED KERNEL MODE TRAP error.
  • Open the BIOS Setup screen.
  • Next, go to Advanced > Cache Memory and then disable it.
  • Tap the F10 key to save the changes made and restart your computer.

Option 6 – Run System File Checker

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
  • Restart your computer once the scan is completed.

Option 7 – Clean your hardware components for dust

Cleaning your computer’s hardware components for dust might also help in resolving the UNEXPECTED KERNEL MODE TRAP error. Make sure to use a soft cloth in cleaning the hardware as well as a small blower. Moreover, ensure that you do not damage any parts with moisture or cause harm to any circuits while you’re at it.
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