Logo

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.

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

Fixing the Machine Check Exception Blue Screen Error in Windows 10
BSOD or Blue Screen of Death errors are one of the toughest issues you can encounter in Windows 10 as well as the hardest ones to resolve as they simply shut the system down or restart it abruptly and claims that it isn’t possible to boot Windows again. One of the difficult BSOD errors is the Machine Check Exception BSOD error. The reason why it is hard to fix is that in most cases, it occurs soon after Windows loads which gives users little to no time in resolving it. To make things worse, the system also freezes right before it displays the blue screen error and shuts the system down. Usually, the Machine Check Exception Stop error occurs due to the failure or overstressing of the hardware components. And in the case of almost all Blue Screen of Death errors, the issue usually has something to do with the drivers. So if you frequently see this BSOD error from time to time, now’s the time to act on it by following the solutions given in this post.

Option 1 – Update the 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 2 – Try running the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that 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 3 – Try running 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 with good system files that might be causing the Machine Check Exception BSOD error. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • 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.

Option 4 – Run the Startup Repair

In the Blue Screen where the Machine Check Exception error is displayed, tap the F8 key to go to the Startup Settings where you can find Startup Repair and then run it. Note that this is a must-try option especially if you are unable to start your computer and if you can use your computer for a few moments.

Option 5 – Run the DISM tool

There are cases when the Machine Check Exception error is caused by the Windows System Image so you need to repair it using the DISM or Deployment Imaging and Servicing Management tool. The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: Dism /Online /CheckHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 6 – Try resetting the BIOS

If you have made some modifications in the BIOS that might have caused this error, you have to revert those changes to resolve the issue. On the other hand, if you have made a couple of changes and you do not remember which is which, you might have to reset the BIOS.

Option 7 – Try resetting Windows 10

To fix this BSOD error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
Read More
HTTP Error 500 – Edge Installation or Update
If you are trying to install or update Microsoft Edge on your Windows 10 computer but ended up getting HTTP Error 500 or Error 0x8004xxxx or 0x8007xxxx, then you’ve come to the right place as this post will help you sort this problem out. The aforementioned errors when either installing or updating the Edge browser occur due to a Network issue. There is actually a range of error codes that are associated with the network connection issue. These error codes include Error 500 or 0x80010108, 0x80040801, 0x80042193, 0x80042194, 0x800421F4, 0x800421F6, 0x800421F7, 0x800421F8, 0x80072742, 0x80072EE2, 0x80072EE7, 0x80072EFD, and 0x80072EFE. To fix them, there are several options you can try. You can try to run the Network Adapter troubleshooter or update or reset the Network Adapter as well as check and the proxy configuration.

Option 1- Try updating the Network Adapter Driver

Follow the steps below to update your Network Adapter Driver:
  • 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.
  • From there, expand the list of all the network drives and update each one of them.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 2 – 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 3 – Try to reset the Network Adapter

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.

Option 4 – Try to fix the Proxy Settings

  • In the Cortana search box, search for Internet Explorer and then click on the related search result.
  • After that, tap the Win + T keys on your keyboard and click on Internet Options.
  • Next, navigate to the Connections tab and click on LAN Settings.
  • Then click on the Advanced button and delete all the entries in the list generated in the Exceptions section. And if the Advanced button is disabled because the “Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections)” option is disabled then you are good to go. Now proceed to the next step.
  • Tap the Win + X keys or right-click on the Start button and select Command Prompt (Admin) or you could also search for “cmd” in the Cortana search box and right-click on Command Prompt from the search results and select the “Run as administrator” option.
  • If a User Account Control appears, click on Yes to proceed. After that, type each one of the commands listed below, and don’t forget to hit Enter after you type each one of them.
    • netsh winhttp reset proxy
    • net stop wuauserv
    • net start wuauserv
  • Now restart your computer and check if the problem is fixed or not by installing or updating Microsoft Edge again.
Read More
Managing the Local Users and Groups
As you know, Windows PowerShell is a useful command-line utility in Windows 10 that can be used to manage the Local Users and Groups which affirms the multiuser operating system principle of Windows 10. Although there are other GUI-based utilities used to manage the Local Users and Groups, there are some system administrators that would still like to use the command-line utility to manage these Local Users and Groups. So in this post, you will be guided on how exactly you can manage the Local Users and Groups using PowerShell on your Windows 10 computer. To get started, refer to the options provided below to manage both the Local Users and Groups using Windows PowerShell.

Option 1 – Manage the Local Users via Windows PowerShell

  • You need to first open Windows PowerShell as an admin. To do that, just tap the Win + X keys and select the Windows PowerShell (Admin) option.
  • After opening PowerShell, you need to execute the “Get-LocalUser” cmdlet so that you can find all the details about all the local user accounts in your computer which would include the Account Name, Enabled status, as well as description.
Note: On the other hand, you can also get the customized data about several objects that are related to your account. For instance, if you want to check when was the last time the Local account’s password was set, then you need to execute the “Get-LocalUser -Name root | Select-Object PasswordLastSet” cmdlet. Thus, the structure for this cmdlet is “Get-LocalUser -Name root | Select-Object *”. Here are the objects you can use to get different sorts of data:
  • AccountExpires
  • Description
  • Enabled : True
  • FullName
  • PasswordChangeableDate
  • PasswordExpires
  • UserMayChangePassword
  • PasswordRequired
  • PasswordLastSet
  • LastLogon
  • Name
  • SID
  • PrincipalSource
  • ObjectClass

Option 2 – Manage the Local User Groups using Windows PowerShell

  • Like what you did earlier, open Windows PowerShell as admin and then execute the “Get-LocalGroup” cmdlet so you can get all the information about all the groups of all the local user accounts.
  • Now if you want to create a new Local User Group, just execute the “New-LocalGroup -Name <NAME OF THE GROUP> -Description '<ENTER THE DESCRIPTION OF THE GROUP HERE>'” cmdlet.
  • And if you want to add Local User Accounts to a specific group, just execute the “Add-LocalGroupMember -Group '<NAME OF THE GROUP' -Member ('NAME 1','NAME 2','<ROLE>') -Verbose” cmdlet. You could also use the “Get-Localuser -Name john | Add-LocalGroupMember -Group '<NAME OF THE GROUP>'” cmdlet for the same purpose.
  • If you want to display all the User Accounts of a specific group, just use the “Get-LocalGroupMember –Group ‘ ’” cmdlet.
  • Now if you want to remove a local user account from a group, all you have to do is use the “Remove-LocalGroupMember -Group '<NAME OF THE GROUP>' –Member <NAME OF THE LOCAL USER ACCOUNT>” cmdlet.
Read More
The server did not register with DCOM
There are times when after you upgrade your Windows operating system, the System Logs under the Event Viewer will display an error message saying, “Event ID 10010 error – The server did not register with DCOM within the required timeout”. What is DCOM? DCOM stands for “Distributed Component Object Model”. It is a proprietary Microsoft technology that allows the Component Object Model or COM software to communicate across a network. You can consider it as an extension of COM which is equipped with the capability of solving a couple of inherent problems related to the COM model to the better use over a network. COM is a tool that’s used for advanced configuration and troubleshooting in Windows 10. Developers usually use it to configure routine components and application behavior like participation in transactions and object pooling and so on. The Component Services needs the DCOM wire protocol in order to communicate with the Component Object Model components on other computers. By default, in a Windows-based system, the network computers are configured initially to enable DCOM. There are also some components in Windows that might require registering themselves with DCOM. However, if they fail to do so, you will encounter the “The server did not register with DCOM within the required timeout” error. To fix this, here are some suggestions you can check out.

Option 1 – Try to use the Component Services

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “dcomcnfg” in the field and tap Enter to pull up Component Services.
  • Next, double click on the Computers folder located in the right pane and right-click on My Computer, and select the Properties option.
  • After that, switch to the COM Security tab under My Computer Properties and then go to the Access Permissions section.
  • From there, click the Edit Default button and in the new window that appears, apply the correct permission to objects under the Group or user names section.
  • Once you’re done, click OK and exit. This should fix the error.

Option 2 – Make sure that Function Discovery Resource Publication Properties Services 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, scroll down and look for the “Function Discovery Resource Publication” entry and double click on it.
  • Then switch to the General tab and from there, make sure that the Startup Type is set to “Manual (Triggered).
  • You also have to make sure that the service is running so if it’s not, just click on the Start button to start the service.
  • Now click on Apply to save the changes made.

Option 3 – Try resetting the default DCOM permissions

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “dcomcnfg” in the field and tap Enter to pull up Component Services.
  • After that, expand Component Services > Computers and right-click on My Computer, and then select Properties.
  • Next, go to the Default Properties tab, and in the Default Distributed COM Communication Properties section, make sure that:
    • Default Authentication Level is set to Connect
    • Default Impersonation Level is set to Identify.
Read More
How to Remove iWinGames - PUP Removal Tutorial

iWin is a self-published games platform that offers users to download and play free games. It is classified as potentially unwanted, primarily because it often comes bundled with the iWin Toolbar, which is an adware supported browser extension by Conduit. The iWin Toolbar is heavily flagged as malware or unwanted by numerous Antiviruses. iWin Games is not malicious in itself, though due to its bundling and common inclusion of the toolbar, many users wish to remove it.

About Browser Hijackers

Browser hijack is a very common type of online fraud where your web browser configurations are altered to allow it to do things you never intend. Basically, most browser hijackers are made for marketing or advertising purposes. It redirects you to the sponsored sites and injects advertisements on the browser that helps its creator generate income. Most people assume that these kinds of websites are legitimate and harmless but that is incorrect. Nearly every browser hijacker poses an actual threat to your online safety and it is necessary to categorize them under privacy risks. When the program attacks your computer or laptop, it starts to mess things up a whole lot that slows your computer down to a crawl. In the worst-case scenario, you may be pushed to deal with serious malware threats as well.

How one can know whether the web browser is hijacked?

There are plenty of signs that indicate your internet browser has been highjacked: the browser’s homepage is changed; you find new unwanted bookmarks or favorites added, usually directed to ad-filled or pornography sites; The default search page of web browser is altered; you’ll see many toolbars on the web browser; your internet browser displays constant pop-up ads; your web browser starts running slowly or presents frequent glitches; You can’t access certain sites, particularly anti-virus websites.

How they invade computers

Browser hijackers infect PCs in numerous ways, including via a drive-by download, a file-share, or an infected e-mail. Many browser hijackings originate from add-on programs, i.e., browser helper objects (BHO), toolbars, or plug-ins added to web browsers to provide them extra capabilities. Also, some shareware and freeware can put the hijacker in your computer through the “bundling” technique. A good example of some popular browser hijackers includes Anyprotect, Conduit, Babylon, SweetPage, DefaultTab, Delta Search, and RocketTab, but the names are constantly changing. Browser hijackers could record user keystrokes to collect potentially important information that leads to privacy concerns, cause instability on systems, severely disrupt the user experience, and ultimately slow down the computer to a point where it becomes unusable.

How to repair a browser hijack

Some hijackers can be easily removed by uninstalling the free software they were included with or by deleting any extension you have recently added to your computer system. However, most browser hijackers are hard to get rid of manually. Irrespective of how much you try to eliminate it, it may return over and over. And there’s no denying the very fact that manual repairs and removal can be quite a difficult job for a beginner computer user. Furthermore, there are many risks associated with tinkering around with the pc registry files.

What To Do If You Cannot Install Any Antivirus?

Malware could cause many different types of damage to computer systems, networks, and data. Some malware variants modify internet browser settings by including a proxy server or modify the computer’s DNS settings. In these cases, you’ll be unable to visit some or all of the sites, and thus not able to download or install the required security software to remove the computer virus. If you’re reading this article right now, you may have perhaps recognized that virus infection is the cause of your blocked net connectivity. So what to do when you want to install an anti-virus application like Safebytes? Refer to the instructions below to remove malware through alternative ways.

Make use of Safe Mode to fix the issue

In the event the malware is set to load at Windows startup, then booting in safe mode should avoid it. Only minimal required applications and services are loaded whenever you boot your laptop or computer in Safe Mode. Here are the steps you should follow to boot into the Safe Mode of your Windows XP, Vista, or 7 computers (visit Microsoft website for instructions on Windows 8 and 10 computers). 1) Press the F8 key continuously as soon as your system boots, but before the large windows logo comes up. This will bring up the Advanced Boot Options menu. 2) Use the arrow keys to choose Safe Mode with Networking and press ENTER. 3) Once you get into this mode, you will have an internet connection once again. Now, use your browser to download and install an anti-malware application. 4) Right after the software program is installed, let the scan run to remove viruses and other threats automatically.

Obtain the antivirus software using an alternate internet browser

Certain malware might target vulnerabilities of a specific web browser that obstruct the downloading process. The ideal way to overcome this issue is to go with an internet browser that is well known for its security measures. Firefox has built-in Malware and Phishing Protection to help keep you safe online.

Create a bootable USB antivirus drive

Another way is to download and transfer an antivirus application from a clean PC to run a scan on the infected computer. To run anti-malware from a USB pen drive, follow these simple measures: 1) Use another virus-free computer system to download Safebytes Anti-Malware. 2) Insert the pen drive onto the same computer. 3) Double-click the Setup icon of the anti-malware software package to run the Installation Wizard. 4) When asked, select the location of the pen drive as the place where you would like to store the software files. Follow the activation instructions. 5) Now, transfer the pen drive to the infected PC. 6) Run the Safebytes Anti-malware directly from the pen drive by double-clicking the icon. 7) Click on “Scan Now” to run a scan on the infected computer for malware.

Protect Your Computer & Privacy With SafeBytes Anti-Malware

To help protect your PC from many different internet-based threats, it is important to install an anti-malware program on your laptop. But with countless numbers of anti-malware companies in the market, nowadays it is hard to decide which one you should buy for your computer. A few of them are good, some are decent, while some will harm your PC themselves! You need to purchase a product that has gained a strong reputation and detects not just viruses but other kinds of malware as well. When considering commercial anti-malware tool options, most people opt for well-known brands, such as SafeBytes, and they are quite happy with it. SafeBytes anti-malware is a trustworthy tool that not only secures your PC permanently but is also extremely user-friendly for people of all ability levels. Through its cutting-edge technology, this software protects your personal computer against infections caused by various kinds of malware and similar threats, including adware, spyware, trojans, worms, computer viruses, keyloggers, potentially unwanted programs (PUPs), and ransomware. SafeBytes has a plethora of great features that can help you protect your PC from malware attacks and damage. Listed below are some of the best ones: Robust, Anti-malware Protection: Built upon a highly acclaimed antivirus engine, this malware removal application is able to identify and get rid of various stubborn malware threats like browser hijackers, potentially unwanted programs, and ransomware that other typical antivirus programs will miss. Live Protection: Malware programs attempting to get into the system are discovered and stopped as and when detected by the SafeBytes active protection shields. This tool will always monitor your PC for any suspicious activity and updates itself regularly to keep abreast of the constantly changing threat scenarios. Web Protection: Safebytes assigns all websites a unique safety rating that helps you to get an idea of whether the webpage you’re just about to visit is safe to browse or known to be a phishing site. High-Speed Malware Scanning Engine: SafeBytes’s virus scan engine is among the fastest and most efficient in the industry. Its targeted scanning considerably increases the catch rate for viruses which is embedded in various computer files. Lowest CPU and RAM Usage: SafeBytes is a lightweight and user-friendly anti-virus and antimalware solution. Since it uses very low computer resources, this program leaves the computer’s power exactly where it belongs to: with you actually. 24/7 Live Expert Support: For any technical concerns or product support, you may get 24/7 expert assistance through chat and email.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually get rid of iWin Games without the use of an automated tool, it might be possible to do so by removing the program from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and uninstalling it. You may even want to reset your home page and search providers, and also delete browsing history, temporary files, and cookies. Lastly, examine your hard drive for all of the following and clean your computer registry manually to get rid of leftover application entries after uninstalls. Please be aware that this is for advanced users only and could be difficult, with wrong file removal causing additional PC errors. Moreover, certain malware is capable of replicating or preventing removal. You’re suggested to do this process in Safe Mode.
Files: C:DOCUME1USER1LOCALS1Tempnsu1.tmp C:e8bfb44ebc51cebadf4410cb35e993837a67e31b69a243ebac9de76160c97ac6 C:DOCUME1USER1LOCALS1Tempnsu2.tmp C:DOCUME1USER1LOCALS1Tempnsu2.tmpSystem.dll C:DOCUME1USER1LOCALS1Tempnsu2.tmpftdownload.dat C:e8bfb44ebc51cebadf4410cb35e993837a67e31b69a243ebac9de76160c97ac6 C:DOCUME1USER1LOCALS1Tempnsu2.tmpSystem.dll C:DOCUME1USER1LOCALS1Tempnsu2.tmpftdownload.dat C:DOCUME1USER1LOCALS1Tempnsu2.tmp C:DOCUME1USER1LOCALS1Tempnsu1.tmp C:DOCUME1USER1LOCALS1Tempnsu2.tmp C:DOCUME1USER1LOCALS1Tempnsu2.tmpftdownload.dat C:DOCUME1USER1LOCALS1Tempnsu2.tmpSystem.dll Directory %COMMONAPPDATAiWin Games. Directory %LOCALSETTINGSTempiWinGames. Directory %PROGRAMFILESiWin Games. Directory %PROGRAMSiWin Games. Registry: Key HKEY_CLASSES_ROOT named iWinGamesInstaller.CoInServ.1 Key HKEY_CLASSES_ROOT named iWinGamesInstaller.CoInServ Key 495874FE-4A82-4AD1-9476-0B957E0B95EB at HKEY_CLASSES_ROOTTypeLib. Key 4B55700F-DB51-4891-8B28-6136A48A0105 at HKEY_CLASSES_ROOTAppID. Key 4B55700F-DB51-4891-8B28-6136A48A0105 at HKEY_CLASSES_ROOTCLSID. Key CA5E2E62-8612-4942-84A0-A94090D166AA at HKEY_CLASSES_ROOTInterface. Key E3ED53C5-7AD5-4DF5-9734-AFB6E7E5D9DB at HKEY_CLASSES_ROOTInterface. Key 4301AEBD288588A40833184CFEC0AF92 at HKEY_CLASSES_ROOTInstallerFeatures. Key 4301AEBD288588A40833184CFEC0AF92 at HKEY_CLASSES_ROOTInstallerProducts. Key 80F08842F9EA1BE4BA4922DA74CDB698 at HKEY_CLASSES_ROOTInstallerUpgradeCodes. Key ForseRemove at HKEY_CLASSES_ROOTAppID. Key iWinArcade at HKEY_CURRENT_USERSoftware. Key iWinArcade at HKEY_LOCAL_MACHINESOFTWARE. Key iWinGamesInstaller.EXE at HKEY_CLASSES_ROOTAppID. Key iWinGamesInstaller at HKEY_LOCAL_MACHINESYSTEMControlSet001Services. Key iWinGamesInstaller at HKEY_LOCAL_MACHINESYSTEMControlSet002Services. Key iWinGamesInstaller at HKEY_LOCAL_MACHINESYSTEMControlSet003Services. Value %PROGRAMFILESiWin GamesiWinGames.exe at HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSharedAccessParametersFirewallPolicyStandardProfileAuthorizedApplicationsList. Value %PROGRAMFILESiWin GamesWebUpdater.exe at HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSharedAccessParametersFirewallPolicyStandardProfileAuthorizedApplicationsList.
Read More
6 colors of Western Digital
I must admit that I am a big Western Digital fan, I have been using their hard drives really long time and I must admit that I am very happy with their products. Sometimes they could be a little more expensive than other drives on market but security and performance are on their side. If you ever wanted to purchase Western Digital or WD hard drives or you are considering getting one, no doubt that you have come across their color cryptic line of products. 1TB Hard drive can come in 6 different colors in your search products query and if you are not familiar with the WD color coding of hard drives you might be a little lost as to which one is right for you and what are the differences. This article is made to explain exactly that, what are WD colors representing so you can choose the right one for your needs. Western Digital has decided to use color codes in order to mark their series of disks which means that each color represents different hard drive series and it is made and aimed for different use, we are going to explore in detail each series below:

WD BLUE

Blue series is all around typical hard drive made and meant for daily use in desktop computers for all kinds of tasks. You can use it in casual gaming or for storage, its purpose is tailored for all-around casual daily users.

WD RED

WD Red HDD is designed for NAS and RAID systems. Its purpose is to be turned 24/7 who ever need access to it. Get this series if you need to have constant access to files or if you need a reliable RAID hard drive.

WD GREEN

Green series of the hard drive is manufactured for low power consumption and for storage, they are meant to be used for storage and not accessed regularly.

WD PURPLE

Purple line of hard drive products is designed solely for video surveillance systems. Instead of having a preference on reading data like WD RED, the PURPLE series is given preference on writing, constant writing to be more precise.

WD BLACK

The black series is made for an external storage medium with high performance. Due to the high performance, WD Black hard drives are much popular among photo editors and high-end gamers.

WD GOLD

WD Gold HDD provides a long-term cold storage medium. Therefore, this series of Western Digital hard drives are suitable for data centers. These hard drives can handle many sophisticated systems simultaneously and work well with different servers That's it, I hope that you have now a more clear understanding of the WD color-coding of its hard drive series. As always thank you for reading and I hope you will have a great day. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
How to block websites in Windows
There are a lot of reasons to ban or block different websites in your Windows. From wanting to limit yourself from distraction to block certain sites for sake of kids not going into them. Whatever your reason might be, keep reading in order to find out how you can block any website inside Windows for all browsers. The technique I am going to share with you is universal and not tied to Windows versions, they will work in any Windows from XP onward. Also, the technique will block desired websites on any browser, already installed or even ones that will be installed after doing the trick. And we will also be looking at applications that can help you in this task if you do not wish to do it manually.

Block websites using dedicated software

A small free application called Focal Filter which can be found here: https://www.focalfilter.com/ is a software solution for your needs. It is a pretty straightforward and easy-to-understand application and not really much can be said here about it. You simply download and install it, set your websites, and you are done, the app does rest.

Blocking manually via host file

Another method besides mentioned one using the dedicating application is to manually set site addresses inside the Windows host file. The first thing, of course, is to open the host file, run a notepad with administrator privileges, go to file open, and navigate to c:\windows\system32\drivers\etc\hosts. Once the file is opened go all the way down and add: 127.0.0.1 SITENAME For example: 127.0.0.1 www.youtube.com or 127.0.0.1 www.facebook.com This way each time user on a PC tries to access a listed website computer will reroute it to the given address which is your PC's local address and asked website will not be able to load.
Read More
Makecab.exe is running & consuming CPU
The Makecab.exe process that’s running on your Windows 10 computer is a program that compresses the Component-Based Servicing log or CBS log files and they can get really huge if they’re not compressed. As a result, it would utilize important space on your operating system although makecab.exe does not consume high CPU resources in doing so. However, there are times when it recreates thousands of instances of itself and could cause overconsumption of system resources which slows down your computer. So when the makecab.exe process causes high CPU usage in your system, this could mean that there is a failed Windows Update. In addition, the high CPU usage of the makecab.exe process could also mean that your computer is infected with a virus or malware. Whichever the case is, you can check out several possible solutions that are given in this post to resolve the problem.

Option 1 – Try to delete log file using File Explorer

The CBS log files could reach up to 20GB size and so if you delete them, it would help in saving space in your computer and since they’re not much of use, deleting them won’t negatively affect the system at all. To delete the CBS log files, all you have to do is open the File Explorer and then go to C:/Windows/Logs/CBS and from there, open the CBS log files and delete them all. Doing so should ease the load in the makecab.exe process since it no longer has to compress the CBS log files. As a result, the process would be more relaxed. After that, you can restart your computer and check if the problem’s now fixed.

Option 2 – Try deleting the log file via Command Prompt

You can also try to delete the log files using an elevated Command Prompt. Refer to these steps to do so:
  • Type “command prompt” in the Windows Search bar and then right-click on the related search result and select the “Run as administrator” option.
  • Next, type the following command and hit Enter to execute it:
del /f %windir%logscbs*.log
  • Restart your computer afterward once the command has been executed. This should end the high disk usage by makecab.exe, if not, proceed to the next given options below.

Option 3 – Uninstall any suspicious programs you’ve installed recently

If you have recently installed some programs on your Windows 10 computer, and since then you’ve experienced high CPU usage brought on by makecab.exe, then you might want to uninstall those programs.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the suspicious programs you’ve installed, select them and then click on Uninstall to remove them.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 4 – Try running Disk Cleanup

You might want to run the Disk Cleanup utility as it is a useful tool that could delete temporary and useless files on your computer.
  • Tap the Win + R keys to open the Run dialog box and then type “cleanmgr” in the field and hit Enter to open the Disk Cleanup window.
  • After that, select the drive you want to clean.
  • Now click OK to clean the disk and restart your computer.

Option 5 – Try to run System File Checker scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files and missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • 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.
  • Restart your PC.

Option 6 – Try scanning your computer using Windows Defender

As mentioned, the high CPU usage of makecab.exe might be caused by some malware or virus in the system and so to eliminate it, you have to scan your computer using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
Hide application and features in control panel
Program and features are Control panel section where once accessed contains all programs installed on the operating system. From these windows, any logged-in user can modify applications, uninstall them, etc. If for whatever reason you want to limit this access to users and remove this group from the control panel please do keep reading as we show you how you can achieve this desired result using two methods: via policy editor or registry editor. Feel free to use any provided method as both works (except on Windows 10 Home edition) and achieve the same thing, it all comes down to preferred preference on how you wish to do things.

Local group policy editor method

This method is more straightforward and easier perhaps than its counterpart but it has one significant drawback, it will not work on Windows 10 Home edition which does not have in itself a policy editor included. If you are using Windows 10 Home edition then feel free to skip this method and do it via registry editor. That being said let's start:
  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in gpedit.msc followed by ENTER to open Group policy editor
  • Go to User Configuration\ Administrative Templates\ Control Panel\ Programs\
  • Double-click on the setting named Hide Programs and Features page
  • Change the toggle option from Not Configured to Enabled
  • Click on the Apply button and then the Ok button to save the changes
  • at this point, everything is supposed to be applied and your changes should take effect immediately. However, it has come to our attention that sometimes this is not the case. If you are one of these users which for whatever reason have not experienced applying to set momentarily do not despair and follow this quick guide on how to refresh settings and apply them right away.
  • Press ⊞ WINDOWS + X to open the hidden menu
  • Click on command prompt (admin)
  • In command prompt type in gpupdate /force and press ENTER in order to force update and set setting right away

Registry editor method

The registry editor method is a more complex one but it will be your only way of doing it if as mentioned you are running Windows 10 Home edition. As always it is highly recommended to make a backup of the Windows registry before tempering with it.
  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in regedit and press ENTER to open the registry editor
  • If you would like to make a backup of the Windows registry go to File > Export and save the backup on a secure location naming it as you wish
  • Locate the following key inside the registry editor HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Programs
  • Right-click on the right pane of the Programs key and choose the New > DWORD (32-bit) Value option
  • Name the value as NoProgramsAndFeatures
  • Double-click on the NoProgramsAndFeatures value to open it
  • Change the value data to 1
  • Save the changes
  • Reboot the computer in order for changes to take effect.
note: you can always change values back in order to show again panel by changing the value to 0 in registry editor or choosing Not Configured or Disabled in the local group policy editor
Read More
Ways to speed up your Computer
Having a PC is a great thing, more often we are enjoying it than we have issues, but as time passes it seems that our computer is slowing more and more as new applications and games are coming which demand more powerful computers. Before you decide to throw away your computer and buy a new one because you feel it is a bit slow, read through this guide where we will guide you to common tips & trick to make your PC run faster:
  1. Keep your PC clean and tidy

    Slowdowns and many other issues, even hardware failures can come from dirty PC. Make sure your PC is clean and tidy for maximum performance.
  2. Optimize airflow through PC casing

    Airflow is very important so your GPU and CPU and overall all hardware components can be kept in optimal working temperatures. If any device inside the casing is working in abnormal temperatures you will experience slowdowns and freezing on daily basis. Make sure that all fans are working and that your temperatures are in the optimal range to prevent overheating and make sure to have maximum performance.
  3. Check PC for malware

    Viruses, worms, and overall all malware can drastically reduce system performance. Make sure that your protection software is up to date with the latest definitions and that you have the latest Windows updates installed.
  4. Create a Hi-Performance power plan

    Windows power plans can be a very useful feature, especially if you are working on laptop but in order to boost performance and drain maximum, you will need to switch to a hi-performance power plan.
  5. Free space on the system drive

    Having little to no space on your Windows system drive can lead to extreme slowdowns, make sure that your hard drive is not on red when viewed from File explorer or you will experience even 50% poorer performance.
  6. Choose startup applications

    If you have many applications starting up with your Windows and many of them running in the background you will experience performance issues. Each application that runs in the background is taking RAM and CPU time for themselves which could be free and used for the program that you need.
  7. Do not open too many tabs in Browser

    Having too many tabs in Browser while working on a computer can also cause slowdowns, each tab is taking RAM for itself and even can cause Browser poor performance if a tab is LIVE and refreshing with new content all the time.
  8. Remove browser extensions

    Speaking of browser, having too many installed extensions which are active as soon as the browser is up and running can also lead to poor performances. Remove all which you really do not need and your computer will gain in speed.
  9. Make hardware upgrade

    Sometimes your system is just a little outdated, upgrading more RAM or switching to a new SSD with the greater speed can cause a world of difference in PC performance. Check to see how RAM is standard and upgrade accordingly, you can also upgrade the CPU and other bottlenecks in your system this way instead of completely buying a new PC.
  10. Format and reinstall system

    Drives, application traces, registry entries, etc. are piling up in your system over time, and if enough time is given it will clog your computer. From time to time it is a good idea to backup files and do a completely clean full format of HD and install a new and fresh copy of Windows with new and clean copies of applications and drivers.
That's it, 10 tips on how to make your Windows and PC perform better and speed it up. I hope that you found the read informative and helpful and I hope that I will see you soon.
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