Logo

Change Network from Public to Private error

You have the option to choose to configure the Network to Private or Public when you set it on Windows 10 PC. On the other hand, if the option to change the Network from Public to Private goes missing in Windows Settings then this post will surely help. You can find this setting under Settings > Network and Internet > Ethernet and appears when you click on it.

If you are not able to see the option to change the network profile, then you either can’t open the settings, or the option to change it has been disabled. To resolve this issue, you can either use the Registry Editor or Windows PowerShell. Refer to the options given below for more details.

Option 1 – Change the Network Profile via Registry Editor

Changing the Network Profile can be done using the Registry Editor. But before you proceed, make sure that you create a System Restore Point first just in case. Refer to the steps below to do so.

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkListProfiles
  • Now expand the Profiles key folder located in the left pane to see one or more folders.
  • Next, expand each one of these folders and look for the “Description” sub-key which should match the name of your network.
  • After you find the Description sub-key, look for another sub-key named “Category” and double click on it to open it.
  • Now change its value from “0” to “1” to change the Network Profile from Public to Private.

Option 2 – Change the Network Profile via Windows PowerShell

Aside from the Windows Registry, you can also use Windows PowerShell in changing the Network Profile from Public to Private and so on. Take note that you have to use PowerShell with admin privileges. Just refer to the steps below to do so.

  • Tap the Win + X keys and then select the “PowerShell (Admin)” option.
  • Next, click on Yes if the User Account Control prompt appears.
  • After that, execute the commands listed below. Hit Enter right after you key in each one of them.
    • Get-NetConnectionProfile
    • Set-NetConnectionProfile -InterfaceIndex <index number> -NetworkCategory Private

Note: Since every Network Profile has an index number, you can check the label “Name” to identify the network that you want to change.

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

Enable or Disable Auto-Mounting in Windows
Every time a new drive or any storage device is connected to a Windows 10 computer, the operating system tends to allot a drive letter to it automatically. Not only that, as the OS also maps the location of the drive which helps it point the letter to the exact port location of the drive and serve requests from the user. As a result, it builds up a bit of cache as per the pattern in which the user uses the storage of the computer. This whole process is known as “Auto Mounting” which works for hard disks or optical drive readers that are connected using the SATA ports and even for USB drives that are connected using the USB ports. There are several ways you can enable or disable the Auto-Mount feature in Windows 10. You can do it using the MountVol tool or the Registry Editor or the Diskpart utility. Before you proceed, it is recommended that you create a System Restore point first so that you can always undo the changes you made in case anything goes wrong.

Option 1 – Enable or disable Auto Mounting via MountVol tool

In this option, you will be using the mountvol command in the Command Prompt. Refer to the steps below.
  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • Next, type the following command and tap Enter to enable the Auto Mount feature:
mountvol /E
  • On the other hand, if you want to disable the Auto Mount feature, type the following command instead:
mountvol /N
  • After that, type the command below to remove all the previously assigned drive letters:
mountvol /R
  • Finally, restart your computer.

Option 2 – Enable or disable Auto Mounting via Registry Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and tap Enter to open the Registry Editor.
  • After that, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmountmgr
  • Next, look for a DWORD named “NoAutoMount”. If you can’t find a DWORD with that name then simply create a new DWORD with the same name and make sure that the base is selected to Hexadecimal.
  • Now double click on that DWORD and change its value to 0 if you want to enable it, otherwise, input 1 as its value to disable it.
  • Restart your computer.

Option 3 – Enable or disable Auto Mounting via Diskpart utility

  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • After opening Command Prompt as admin, type the following command and hit Enter to launch the Diskpart utility:
diskpart
  • After that, a User Account Control prompt will appear. Just click on the Yes button.
  • Next, type the following command and hit Enter:
automount
  • Following the command you entered, you will an output that either says, “Automatic mounting of new volumes enabled” or “Automatic mounting of new volumes disabled” which means you can use it to check the status of Auto Mount.
  • Now if you want to enable the Auto Mount feature, type the following command and tap Enter:
automount enable
  • And if you want to disable the Auto Mount feature, just enter the following command:
automount disable
  • To remove all the assigned letter and history of drives that were connected previously, type the following command:
automount scrub
  • Finally, restart your computer.
Read More
Fix The group or resource is not in the ...
A couple of Windows 10 users recently reported getting an error that says, “The group or resource is not in the correct state to perform the requested operation” while opening UWP Applications as well as accessing the File Explorer. You can encounter this kind of error mostly on File Explorer, Microsoft Store application, and other UWP applications. This indicates that this error occurs during both the Windows Classic Application and the Universal Windows Platform Applications. There are several ways to fix this error. You can try to run a System File Checker scan, or run the DISM tool or the Program Compatibility troubleshooter or Windows Store Apps troubleshooter or try to reset or reinstall Windows 10 or the affected application that's not working. However, before you do any of these troubleshooting tips, you can try to perform System Restore first as it could undo the changes you’ve made in the system which might have caused the error.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore wasn’t able to fix the error, then you can refer to each one of the following options.

Option 1 – Try to use the DISM tool

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

Option 2 – Run the System File Checker Scan

Aside from the DISM tool, you can also run a System File Checker scan. It is another 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 you’re getting the 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.
  • Reboot your computer.

Option 3 – Try to run the Program Compatibility Troubleshooter

You might also want to run the Program Compatibility Troubleshooter. This built-in troubleshooter is available in the Windows Update & Security section. From there, select Troubleshoot. This will find a list of programs for you and since you have already downloaded the driver files, just click on Not Listed located at the top of the program list. After that, browse and select the driver files and then let the program do its job. In addition, you can try to run the Windows Store apps troubleshooter as it can also help you resolve the problem.

Option 4 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen
  • Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
This operation failed as no adapter ...
If you have set a static IP address manually in your Windows 10 computer and you encounter an error saying, “This operation failed as no adapter is in the state permissible for this operation”, then you won’t be able to connect to any network. Many users have reported that they were unable to connect to any network after they set their IP addresses manually and all they see is a red cross symbol on the network icon located at the left-hand side of the taskbar. And upon trying to release the IP configuration and renew the address using Command Prompt or Windows PowerShell, they are getting the error instead. Users also noted that their internet connection is fine since they were able to connect to their Wi-Fi connection on their mobile devices. However, they find it hard to connect to the internet using their PCs. To fix this issue, here are some possible fixes you can check out. Make sure to follow each one of the instructions carefully.

Option 1 – Try to run the Internet Connections troubleshooter

As you were not able to connect to your internet connection using your PC, you can try to run the Internet Connections troubleshooter as it might resolve the problem. Refer to the following steps to run this troubleshooter:
  • Tap the Win + I keys to open Settings.
  • After opening Settings, go to Update and Security.
  • Next, navigate to the Troubleshoot pane and select the Internet Connections section and click the Run Troubleshooter button to get started.
  • Wait until the troubleshooter is finished doing its job and then try connecting to your network again.

Option 2 – Try to perform Network Reset

As pointed out, the “This operation failed as no adapter is in the state permissible for this operation” error occurs due to the static IP you’ve set. Thus, to fix it, you can try to perform a Network Reset. 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 3 – Try to update or rollback or uninstall the Network drivers

You might also want to update, roll back, or disable your Network drivers to fix the “This operation failed as no adapter is in the state permissible for this operation” error.
  • Tap the Win + R keys to launch the Run window and then type in the “MSC” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
  • After that, restart your PC and see if it helped in fixing the netio.sys Blue Screen error.

Option 4 – Try to reset Winsock, TCP/IP & Flush DNS

You might also want to try resetting Winsock, TCP/IP, and flushing DNS might help you resolve errors. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.
Option 5 – Temporarily disable Firewall and third-party antivirus Firewall and antivirus programs are known to block files the instant it detects a threat to the system. However, there are some cases when it can also block a file even when it’s a safe one. Thus, your antivirus or firewall programs might be the reason why you can’t download anything on your Windows 10 computer. To isolate the issue, you need to temporarily disable both the Firewall and antivirus programs and then check if you can now download anything from the internet. Do not forget to enable them again as disabling them can leave your computer vulnerable to cyber threats.
Read More
Automatically backup files & folders
If you are a person which spends a lot of time in front of the computer doing work, then you are aware of the importance of having a proper backup of your archive so if anything bad happens you will lose almost none of the work. We can never tell when we might experience HDD failures or when we might be a victim of cyber attacks, natural disasters,s and other unpredictable circumstances where we could lose all of our data in a matter of minutes. Having a backup of our data is very important but sometimes we are too busy or not around and we miss that data backup we wanted to do, and if in this case disaster strikes we are out of luck and data is lost. To avoid such circumstances, you can set up automatic Windows Backups at a scheduled time. This way it will help to have the loss of important files and documents from unexpected hazards. in order to create automatic backups of your files, you have several options, and below we will explore each one in hopes that you will find one that best suits your needs.
  1. Create automatic file backup with OneDrive

    This is probably the best way to do it because each time when you sign in OneDrive files get backed up right away, files are stored in the cloud and can be accessed on any device via a Microsoft account. To get started, open the Settings app first. Click on the Update & Security category Select the Backup tab from the left pane. Move to the right page and click on the Back up files button that is available under Back up files to OneDrive. Select the folders you want to backup in the cloud, and remove those ones you don’t want to backup. On the next page, click the Start backup button to start the procedure.
  2. Create a backup using File History

    File History is an inbuilt feature that allows users to create automatic file backup on Windows 10. File History allows the users to back up their files in an external or cloud drive at different intervals of time. To create automatic file backup using File History: Press the ⊞ WINDOWS + I to open the Settings app. Click on the Update & Security category and then select the Backup tab from the left pane. Under the Back up using File History section, click on Add a drive button. Now choose the drive to store the backup files. Windows will use this drive for File History. Then turn on the toggle button under Automatically back up my files. This will back up your data to the drive automatically whenever you connect it to the system. Below the toggle button, click on the “More options” link to set how frequently File History will back up. Use the Keep my backups drop-down menu to get the option to configure the time for how long you want to keep your backups. By default, it will keep your backups forever. Under the section Back up these folders, tap on the Add a folder button in order to add one more folder to the backup. Then click on the Add a folder button, under Exclude these folders. This will exclude the files that you don’t want to back up. You can stop the drive from storing backup files to change the backup storage location. To do this, click the Stop using drive option under the Back up to a different drive category.
  3. Backup using Windows backup & restore tool

    Open Control Panel Click on the System and Security option Scroll down and select the Backup and Restore (Windows 7) button Next click on the Set up backup button, available under the Back up or restore your files section Under the Save backup on section, select the Backup Destination where you want your backup files to get stored On the “Set up backup” page, Windows will ask you to choose the way to backup, check Let me choose checkbox, and then hit the Next button Under the section Computer, select the files and folders you want to backup. Then uncheck the box next to the Include a system image of drives option, and then hit the Next button Now click on the Change schedule link. Set the time and check the box beside Run backup on a schedule button Click OK then select the Save settings and run backup option
Read More
Windows 10 isn’t activated after upgrading for free

Error Code “Windows 10 isn’t activated after upgrading for free” – What is it?

Windows 10 isn’t activated error occurs when Windows users attempt to upgrade to Windows 10 for free and end up in a non-activated state. It is a Windows 10 activation error affecting PC owners who attempt to upgrade their Windows 7 or Windows 8.1 operating systems. A message box will appear with the following message: “Windows 10 isn’t activated after upgrading for free from Windows 7 SPI or Windows 8.1 update.”

Common symptoms of this error code include the following:

  • Inability to upgrade for free to Windows 10
  • The appearance of activation error code in the message box

Solution

Restoro box imageError Causes

To understand the cause of this activation error, users will need to understand activation within Windows. Activation is a process that allows Windows to verify that you are upgrading your operating system based on the Microsoft Software Licensing Terms. These terms specify, for instance, the number of devices upon which you can use Windows.

Once you have a genuine copy of Windows and you are following the terms mentioned earlier, you should be able to activate and complete the upgrade to Windows 10. However, the activation fails when these conditions are not met. Note also that the error may occur if users fail to upgrade to Windows 10 before reinstalling, requiring them to repeat the installation process by first going back to the previous version of Windows present on their system. Once the upgrade process is not done as should, you might encounter other Windows 10 errors such as error code 0xc0000142

If you see this error code, “Windows 10 isn’t activated after upgrading for free” proceed to rectify it using manual repair methods below.

Further Information and Manual Repair

To fix this activation error code in Windows 10, users will need to employ at least one manual repair procedure. This process can successfully be completed by non-technical Windows users. However, you may also consider getting assistance from a Windows repair technician if you are not certain you have the requisite skills needed to complete the manual repair tasks below.

The main methods to resolve the error code “Windows 10 isn’t activated after upgrading for free from Windows 7 SPI or Windows 8.1 update” is as follows:

Method One: Manually Activate Windows

If you attempted upgrading for free to Windows 10 and ended up with the activation error you will need to first perform a manual activation. Follow the steps below to complete the process.

  • Step one: Tap or click the Start button
  • Step two: Select Settings then Update & security
  • Step three: Select Activation
  • Step four: Once activation status is Connect to the Internet to activate Windows, click or tap Activate

The steps above enable users to successfully activate Windows 10 if the issue involves a connection problem. However, if Windows is not activated, it may mean your copy of Windows is not genuine. This may require you purchase a copy of Windows to rectify the issue. However, if you have a genuine copy of Windows proceed by applying the steps found in method two.

Method Two: Use Product Key to Verify Copy of Windows

A valid product key is one way you can verify your copy of Windows is genuine. This will enable you to complete activation and allow you to access the free upgrade to Windows 10. Follow the steps below.

  • Step one: Click or tap the Start button
  • Step two: Select Settings then Update & security
  • Step three: Click Activation
  • Step four: Select Change Product Key then type in the product key. (Ensure you type the 25 characters in the correct order.)

Method Three: Use an Automated Tool

Error codes in Windows often occur due to poor maintenance of one’s PC. To improve your system and reduce your machine’s risk of experiencing error codes, download a powerful automated tool. This tool is both powerful and user-friendly, making its benefits accessible to even the most non-technical Windows users.

Read More
Fix Windows Update error 0x80096004
Recently, a lot of users reported to Microsoft about getting an error code 0x80096004 while trying to update their Windows 10 computers. This kind of Windows Update error occurs during the initial download and verification process. It also affects the Windows features (FODs) and when you encounter this error, you will also see this error code, “TRUST_E_CERT_SIGNATURE”. This error code indicates that the signature of the certificate could not be confirmed. This is caused by a broken certificate store or a corrupt copy of the Windows operating system is installed. Here’s the complete error message:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80096004).”
To fix Windows Update error 0x80096004, you can check out the options provided below.

Option 1 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 2 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error code 0x80096004. To run it, Refer to these steps:
  • Tap the Win + I keys to open Settings.
  • From there, click Update and Security and go to the Troubleshoot section.
  • Next, select Windows Update and click the “Run the troubleshooter” button and wait until it’s finished, and then try to run Windows Update again.

Option 3 – Try to temporarily disable anti-virus and Windows Defender Firewall

As mentioned, the error could be due to the antivirus program or the Windows Defender Firewall installed on your computer. Thus, disabling them or any security software installed in your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like Error Code 0x80096004 due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not.

Option 4 – Try to replace the DLL file with a trusted source

You can also try to replace the crypt32.dll file as it could help in fixing the Windows Update error. Just make sure that you get one from a trusted source.
  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 crypt32.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 5 – Try downloading and installing the Windows Updates manually

Error Code 0x80096004 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.

Option 6– Run System File Checker or SFC scan

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. 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.
 Reboot your PC.

Option 7 – Try to run the Windows Update Service in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Windows Update error. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to run the Windows Update Service again and see if Windows Update error 0x80096004 is now gone.
Read More
Fix Folder Redirection Failed in Windows
If you got an error message saying, “Folder Redirection Failed, Failed to build the list of regular subfolders, Access is Denied” after you configured a new Group Policy Object or GPO which redirects User folders to a new network share or when you click on Reset default location under the Windows File Explorer or Folder Options, then you’ve come to the right place as this post will show you how to resolve this kind of error on your Windows 10 computer. Follow the given options below carefully to fix the “Folder Redirection Failed” error.

Option 1 – Take Ownership of the folder

If you are not able to access the folder could be one of the reasons why you’re getting the “Folder Redirection Failed” error and so you need to take ownership of the folder to resolve the problem. Before you proceed, make sure that your account is an admin account.
  • First, locate the concerned folder and right-click on it then select Properties.
  • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
  • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
  • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
  • Now edit the permission to Full Control for “Everyone”.
  • Click OK to save the changes made and then exit.

Option 2 – Try to add Authenticated Users or Domain Computers

Make sure that the Folder Redirection group policy removal option is set to “Redirect the folder back to the user profile location when the policy is removed” when using the Folder Redirection. After that, you have to add Authenticated Users group with the “Read” permissions on the Group Policy Objects or GPOs. And if the Domain computers are part of the group of “Authenticated Users”. Note that by default, the “Authenticated Users” have these permissions on any new Group Policy Objects or GPOs. Once again, you have to add just “Read” permissions and not “Apply Group Policy” for “Authenticated Users”. Furthermore, to fix the “Failed to build the list of regular subfolders” errors, here are some options that could help.

Option a – Try to clear disk space

You might have to check if your disk is running out of space because if it is, then it will fail to create a list abruptly. And so you need to free up some disk space. You can either check on the files manually especially if you tend to keep your files at random places in your disk drive.

Option b – Find the Target route

You need to find the target route of the folder and then restore it if you are getting the “Failed to build the list of regular subdirectories” when you try to relocate the folder to the original location.

Option c – Try to change Ownership/Reset Defaults for all the User folders

If the “Failed to build the list of regular subdirectories” error pops up when you are trying to move a large number of files from one location to another, then you need to change the ownership of the folders as pointed out earlier.
Read More
isapnp.sys, gv3.sys, storahci.sys, myfault.sys
One of the common causes of Blue Screen of Death or BSOD errors is system driver files due to varying reasons. So if you encounter a Stop error caused by some system driver files such as isapnp.sys, gv3.sys, storahci.sys, or myfault.sys, on your Windows 10 PC, then this post should help you fix the problem. These system driver files are associated with different error codes. The isapnp.sys file is related to the following error codes:
  • SYSTEM SERVICE EXCEPTION
  • PAGE FAULT IN A NONPAGED AREA
  • KERNEL DATA INPAGE
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS EQUAL
  • KMODE EXCEPTION NOT HANDLED.
While the gv3.sys file is related to the following BSOD error codes:
  • IRQL NOT LESS EQUAL
  • KMODE EXCEPTION NOT HANDLED
  • PAGE FAULT IN NONPAGED AREA.
On the other hand, the storahci.sys file is related to these error codes:
  • IRQL NOT LESS EQUAL
  • KMODE EXCEPTION NOT HANDLED
  • PAGE FAULT IN NONPAGED AREA.
And the myfault.sys file is associated with this error code: SYSTEM SERVICE EXCEPTION. Although this system driver file causes different kinds of Blue Screen errors, some of their potential fixes are quite the same so you need not carry out tons of troubleshooting steps. But before you troubleshoot the problem, you might want to check out System Restore first, especially if you create a System Restore point from time to time. To perform System Restore, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first and boot your computer into Safe Mode.

Option 1 – Use the System Configuration utility

Note that this first fix is only applicable for Blue Screen errors associated with the myfault.sys file.
  • In the Cortana Search box, type “MSConfig” and click on the “System Configuration” entry to open it.
  • After opening System Configuration, go to the Processes tab.
  • Then scroll down and look for the “Digital Line Detection” process and disable it.
  • Now restart your computer and check if the Stop error is fixed or not.

Option 2 – Try to update, rollback or disable related device drivers

Incompatible and outdated drivers can also cause computer malfunctioning or crashing as well as Blue Screen errors. To fix that, you can update, roll back or disable the device drivers in your computer.
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • After opening the Device Manager, from the list of device drivers, look for the “WIN ISA Bus Driver” if you are facing a Stop error related to the isapnp.sys file. While you have to look for the Sony Recovery CDs PCG-Z1RAP Series device drivers if you face a Stop error concerning the gv3.sys file. For the storahci.sys, on the other hand, look for any outdated drivers and update them.
  • To update or roll back or disable these drivers, just right-click on each one of them, and depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
  • After that, restart your PC and see if it helped in fixing the Blue Screen error.

Option 3 – Use System File Checker

One of the built-in tools in Windows that you can use to fix Blue Screen errors is the System File Checker. This built-in command utility can help you restore corrupted or missing files as well as replace bad and corrupted system files. Chances are, any of the aforementioned system driver files might be corrupted so to fix them, use System File Checker.
  • First, right-click on the Start button and click on the “Command Prompt (Admin) option.
  • Next, type in the sfc /scannow command and hit Enter to execute it.
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.

Option 4 – Run the Blue Screen Troubleshooter

Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors. You can find it in Settings, under the 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.
Read More
uTorrent is not responding on Windows
As you probably know, uTorrent is one of the best software you can use to download torrents over the web. It has been around for many years now and is trusted by lots of users despite having competition here and there. Over the years, uTorrent has changed as it is now packed with tons of features. What’s more, is that this program is no longer the smallest client when it comes to file size. However, just like other software, it is not always working smoothly as there are instances when it’s not responding even when it’s already running. The first thing you can do is to close all the processes of uTorrent and then try opening it again. There are various reasons why your uTorrent program fails to respond. However, it is most likely caused by some virus that was brought on by the file you’ve just downloaded. On the other hand, it could also be caused by other factors as well but whichever the case is, here are some fixes you can check out to resolve the uTorrent issue.

Option 1 – Delete the file you’ve downloaded

As pointed out earlier, uTorrent might have failed to respond due to some file you’ve just downloaded which is why you have to delete it since there really is no point in keeping a file that’s causing this kind of issue. After deleting the file, try opening uTorrent again and see if it now works or not.

Option 2 – Allow uTorrent to run via Windows Defender Firewall

  • Click on the Cortana or the Start button and type “firewall” in the field.
  • From the search results that appear, click on the “Allow an app through Windows firewall”.
  • After that, a new window will pop up and from there, you will see a list of apps that can be allowed or disallowed using a Windows firewall. From this list, you have to search for uTorrent and once you find it, set it to Publick if you are on a public network or Private if you’re in a private network.

Option 3 – Uninstall or reinstall uTorrent software

You can also try to completely uninstall uTorrent from your computer and then reinstall it right back. to do so, follow the steps below.
  • 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 uTorrent and select it and then uninstall it.
  • Once uTorrent is uninstalled, go to uTorrent’s official website and download its latest version.

Option 4 – Try scanning your computer using 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
Resize icons on desktop quickly in Windows 10
Resize icons on desktop in Windows 10 in a matter of seconds! Hello everyone and welcome to today's quick tip. If you have ever been dissatisfied with icon size on your desktop and any of the default sizes like small, medium large, etc have not been appropriate know that there is a quick way to resize icons on your desktop in between sizes. All that you have to do in order to use this built-in feature is: Press and hold CTRL and scroll with the mouse. That's it! Find your appropriate size for icons and enjoy. icons on desktop
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