Logo

Lock folder with password in Windows 10

Hello and welcome everyone. In today's article, you will learn how to lock folder and content in it.

Please be aware of few things:

  1. The method is shown here works, but you need to be careful and follow step by step or you will damage your files permanently,
  2. If you forget your password, you can not access your files anymore
  3. Your files altho protected can still show up in recent files of some applications

All of that being said, let us start with locking the local folder on the computer with the password.

Go to the folder where you have files that you would like to hide and lock with a password. Enter the folder and create the new text file inside it. Skip the name for now and go inside it. Copy and paste the following code inside the file:


cls

@ECHO OFF

title Folder Locker

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK

if NOT EXIST Locker goto MDLOCKER

:CONFIRM

echo Are you sure u want to Lock the folder(Y/N)

set/p "cho=>"

if %cho%==Y goto LOCK

if %cho%==y goto LOCK

if %cho%==n goto END

if %cho%==N goto END

echo Invalid choice.

goto CONFIRM

:LOCK

ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

echo Folder locked

goto End

:UNLOCK

echo Enter password to Unlock folder

set/p "pass=>"

if NOT %pass%==Your-Password-Here goto FAIL

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Locker

echo Locker created successfully

goto End

:End


Now locate this line of code in the document: if NOT %pass%==Your-Password-Here goto FAIL and replace Your-Password-Here with your password.

!!! Write down somewhere your password, if you lose it you will lock the folder even for you !!!

Save the file as FolderLocker.bat and double-click on it to execute it.

If everything was done correctly, a new folder with the name: Locker

Move files that you want to hide and protect inside that folder.

Double click again on FolderLocker.bat

The command prompt will appear with the question do you want to lock the folder, press Y, and press ENTER. The command prompt will close and the Locker folder will disappear.

In order to unhide and access the folder, you will need to double click on FolderLocker.bat again but this time command prompt with ENTER your password will appear. Type in your chosen password and the folder is back. If you wish to hide and lock it again just double click on FolderLocker.bat again, confirm with Y and it is hidden again.

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

One or more Network Protocols are missing
Windows 10 users a set of rules or standards called Network Protocols in communicating over the internet. These protocols are the ones that made sure that the data is correctly sent between computers. However, if any of the Network Protocol is missing in your Windows 10 computer, then you will most likely encounter a problem like not being able to browse the internet, or share files. For this, you can try to run the Incoming Connections troubleshooter: As you were not able to connect to your internet connection using your PC, you can try to run the Incoming 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 Incoming 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.
If after running the Incoming Connections troubleshooter you receive an error message instead that says, “Network Protocol is missing”, then here are some suggestions you need to check out to fix it. Take note that you must have admin privileges before you start troubleshooting the problem.

Option 1 – 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 “devmgmt.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 2 – 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 3 – Diagnose the Network Adapter

To diagnose the Network Adapter, go to Control Panel > All Control Panel Items > Network Connections, and from there, look for the network adapter that could be causing the error. Note that if you are using a Wi-Fi connection, then it’s probably your Wi-Fi adapter, otherwise it has something to do with your Ethernet adapter. Just right-click on the problematic network adapter and select diagnose to troubleshoot.

Option 4 – 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.

Option 5 – Try importing Winsock settings from another computer

If resetting Winsock or the Network didn’t fix the problem, then you can try to import settings from a computer that’s in good condition. You need to have access to the registry to get this done and then export and import a couple of settings. Refer to these steps to get started:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, go to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
  • Next, look for two registry keys named “Winsock” and “Winsock2” and then right-click on each one of them and select the Export option.
  • Now copy the registry keys to a USB drive and then copy the keys on the PC in excellent condition.
  • Then double click on each one of them and it will install the WINSOCK keys.
Read More
Windows 10 Setup says I need to uninstall a program or utility in order to continue setup. I cannot find program it ask for or it was already uninstalled

What is this particular error?

One common issue when trying to upgrade to Windows 10 from Windows 7 or 8 is incompatible software. Any installed software or app that isn’t compatible with Windows 10 will prevent you from continuing with the set-up. Normally, you’ll get an error message “What needs your attention” and it will ask you to uninstall a list of apps manually. Unfortunately, some users reported that they couldn’t find the app it asks to uninstall. In some cases, users said they’ve already uninstalled the app but it still won’t start the Windows 10 Setup.

Solution

Restoro box imageError Causes

This type of issue normally occurs because of the following:

  • Incompatible software/apps
  • Corrupted software/apps
  • Incomplete uninstallation

Further Information and Manual Repair

Here are some steps you can take whenever you encounter this error.

Note: Before taking any steps, make sure that you’re highly equipped to do so. Some steps might affect the system and even do more damage to your computer. You might also want to consider using an automated tool instead.

Method 1 – Perform a clean boot, then retry upgrading

A clean boot is normally done to start Windows using the least set of drivers and startup programs available. By doing this, it eliminates possible software issues that happen when installing or uninstalling a program in Windows 10.

Before performing a clean boot, make sure to take note of the following:

  • You need administrative privileges in order to perform this action.
  • When doing this, your computer might lose temporarily functionality. However, it will return after start-up.
  • It is highly advisable to not use the System Configuration to change advanced boot options.

Here are the steps to perform a clean boot.

  • Step 1 – Go to Start and search for msconfig
  • Step 2 – Go to System Configuration
  • Step 3 – Under Services tab, click on the “Hide all Microsoft services” checkbox. Then, choose to Disable all
  • Step 4 – Go to the System Configuration’s Startup tab. Then, click on “Open Task Manager”
  • Step 5 – In the Task Manager dialog box, you will see a Startup tab. Choose items that you want to disable and then click the Disable button
  • Step 6 – Close the Task Manager dialog box.
  • Step 7 – Go back to the Startup tab of the System Configuration box. Click “Ok” then proceed with restarting.

Method 2 – Manually uninstall programs from the Program Files folders

Instead of using the “add or remove programs” feature in Windows, you might need to manually install the program directly from the C drive. To do this, follow the steps below:

  • Step 1 – Go to the C drive, and look for the Program Files folders. For 32-bit users, you can find it at C:\Program Files. If you’re using the 64-bit version of Windows, go to C:\Program Files (x86) folder.
  • Step 2 – Find the “uninstall” application file
  • Step 3 – Right-click, and run the file as administrator. Wait for the uninstallation to finish. In some software, you need to restart your system before the uninstallation will take effect.

Note: In some cases, you may also need to search for files related to the program. You can use the search bar under Drive C to do this. Delete those files as well.

Method 3 – Create a new user account

Before upgrading to Windows 10, create a new user account. Make sure it has administrative privileges. From there, run the upgrade.

Method 4 – Use third-party uninstaller services

If you still can’t run Windows 10 Setup after the above methods, you might need to rely on a third-party service. Microsoft recommends Revouninstaller that can help you.

Before using this software, reinstall the application or utility that Windows 10 wants you to install. Then, use Revouninstaller to delete the program completely.

Method 5 – Disable third-party antivirus software

Some users who experienced this issue reported that it was solved after disabling or completely uninstalling the anti-virus software installed in their system.

Method 6 – Use a trusted automated tool

If after trying the above methods, the problem still persists, it might be best to use a trusted automated tool to fix the issue.

Read More
8 Android Apps that threaten your security
Security on your PC and on your accounts is the important thing. Security on your phone device is also very very important. That is why we are bringing you a list of 8 applications that are marked by the cybersecurity team as ones that could be used to steal data from you. If you have by any chance any of these applications installed, uninstall them immediately.

List is as follows:

  • Cake VPN (com.lazycoder.cakevpns)
  • Pacific VPN (com.protectvpn.freeapp)
  • eVPN (com.abcd.evpnfree)
  • BeatPlayer (com.crrl.beatplayers)
  • QR/Barcode Scanner MAX (com.bezrukd.qrcodebarcode)
  • Music Player (com.revosleap.samplemusicplayers)
  • tooltipnatorlibrary (com.mistergrizzlys.docscanpro)
  • QRecorder (com.record.callvoicerecorder)
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Fix Microsoft Word Stopped Working in Windows
Microsoft office has set itself as one of the most used and best suites for business use and MS Word as the most widely used word processor. But how even best are not immune to some small bugs and unexpected behaviors so is not Word. Word has stopped working is probably know to a wide audience of its users, I think I could safely say that each Word user has experienced this error at least once, luckily the error is not anything to worry about since it is an easily fixable issue.

Try automated solutions

There are some fully automated solutions that could fix any PC issues, some are available in free versions. If you prefer to do things manually however keep on reading and follow the instructions below.

Manual FIXES:

  1. Update MS Word

    Make sure that you are running the latest build of Word in order to eliminate all bugs and to have a smooth running experience. Go to File > Account > Product Information > Update Options and click Enable Update and then select Update Now.
  2. Check the file

    Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
  3. Run Word in safe mode and disable add-ins

    Did you know that MS Word has a safe mode like Windows? In this safe mode, Word will boot up just the application without any add-ins installed and in this environment, you can start one add-in by one to see which one is causing the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in winword /safe followed by ENTER to run Word in safe mode If MS Word works fine in Safe mode, disable all COM Add-ins (while being in safe mode) and restart Word. Re-enable the add-ins one at a time to identify the problematic one. Click on File and then on Options Click on Add-Ins from the options list Select COM Add-ins from the drop-down menu and click on Go Uncheck all the add-ins and click OK to confirm Close the Dialog Box and MS Word. Now try running MS Word normally and see if it works Repeat steps to enable the add-ins, one at a time, and check which add-in is causing this error
  4. Repair Word installation

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type in control panel and press ENTER Inside Control Panel click on Programs and Features Locate and click on Microsoft Office to select it Once selected click on change located on top of the application list Once Office Windows loads click on Repair Wait for the process to finish
  5. Reinstall MS office

    If all the previous solutions failed next step would be to completely uninstall MS Office and install it again once the old one has been completely removed from the system. Go to the control panel as explained in the previous step and select Office Instead of Change this time click on uninstall and follow on-screen instructions Once uninstall is finished, install a new copy of MS Office.
Read More
Enable Touch Keyboard in Windows 11
Touch KeyboardIf by any chance you are working on a touchscreen PC, tablet, or any similar device and have no access to a hardware keyboard there is a way to place Touch Keyboard on your screen for easy typing, and you can enable icon on the taskbar for easy access.

Enabling the Touch Keyboard

  1. Right-click on the Taskbar
  2. Select Taskbar Settings
  3. Go to Personalization > Taskbar
  4. Click on Taskbar Corner Icons to expand it
  5. Click on the switch next to Touch Keyboard to turn it ON
  6. Close settings
The icon will immediately appear on the Taskbar in the lower right corner. Clicking the icon virtual keyboard will appear on the lower part of the screen. You can use this keyboard to type in applications the same as you were typing on hardware one. By taping on X in the upper right corner, you will hide the keyboard. Tap on the icon in Taskbar to bring it up again.

Hide the Taskbar icon

If you do not want to use Touch Keyboard anymore you can easily hide the icon:
  1. Right-click on the Taskbar
  2. Select Taskbar Settings
  3. Go to Personalization > Taskbar
  4. Click on Taskbar Corner Icons to expand it
  5. Click on the switch next to Touch Keyboard to turn it OFF
  6. Close settings
Read More
Guide for Removing FullTab From PC

FullTab is a Browser Extension for Google Chrome, Firefox, and Internet Explorer. When installed this extension hijacks your home page, and changes your default search engine to http://search.fulltabsearch.com. This extension usually comes bundled with other freeware software, and while installed it monitors your internet browsing activity, visited links, clicked pages, and other private information that it later uses to distribute targeted unwanted ads in your search results.

While this extension is installed, you will see modified search results, injected ads, sponsored links, web page redirects, and sometimes even pop-up ads. Several anti-virus scanners have detected this extension as a Browser Hijacker, and due to the information it is gathering from your computer it is not recommended to keep.

About Browser Hijackers

Browser hijackers (sometimes called hijackware) are a kind of malicious software that modifies web browser configuration settings without the user’s knowledge or consent. These hijacks appear to be increasing at an alarming rate globally, and they can be truly nefarious and sometimes harmful too. Browser hijackers are capable of doing more than just changing home pages. Usually, browser hijacking is utilized for earning advertising revenue that comes from forced ad clicks and website visits. Most people believe that such websites are legitimate and harmless but that is not the case. Almost every browser hijacker poses an actual threat to your online safety and it is necessary to categorize them under privacy risks. Browser hijackers can also let other vicious programs without your knowledge further damage your personal computer.

Browser hijacking signs and symptoms

There are numerous signs that indicate the web browser is hijacked: 1. your browser’s home page is suddenly different 2. you find redirected to internet sites you never meant to visit 3. the default web browser settings are modified and/or your default web engine is altered 4. you find unsolicited new toolbars added 5. unstoppable flurries of pop-up advertisements appear on your personal computer screen 6. webpages load slowly and sometimes incomplete 7. you can’t navigate to specific web pages, like computer security software-related sites.

Precisely how browser hijacker infects computers

There are many ways your PC can get infected with a browser hijacker. They usually arrive through spam e-mail, via file-sharing networks, or by a drive-by download. They are usually included with toolbars, BHO, add-ons, plug-ins, or browser extensions. Browser hijackers sneak to your pc in addition to free software application downloads also that you unintentionally install along with the original. Examples of popular browser hijackers include Fireball, GoSave, Ask Toolbar, CoolWebSearch, RocketTab, and Babylon Toolbar. The presence of any browser hijacker on your system can considerably diminish the web browsing experience, record your internet activities that lead to troublesome privacy concerns, diminish overall computer performance and cause application instability as well.

Removal

Some browser hijacking can be quite easily corrected by identifying and removing the corresponding malware software through your control panel. However, most hijackers are very tenacious and require specialized tools to remove them. And there’s no denying the very fact that the manual fixes and removal methods can certainly be a difficult job for a rookie PC user. Additionally, there are many risks associated with tinkering around with the pc registry files.

Virus Blocking Access To Safebytes Website And Anti-Malware Downloads - What You Should Do?

All malware is inherently dangerous, but certain types of malicious software do much more damage to your computer than others. Some malware is meant to interfere with or block things that you’d like to do on your computer. It may not allow you to download anything from the net or prevent you from accessing a few or all sites, especially antivirus websites. If you are reading this article now, you have probably recognized that a malware infection is a reason behind your blocked internet traffic. So how to proceed if you want to install an antivirus program such as Safebytes? There are some actions you can take to get around this problem.

Start Windows in Safe Mode

Safe Mode is actually a special, basic version of Microsoft Windows where just minimal services are loaded to counteract viruses and other troublesome programs from loading. If the malware is blocking the internet connection and affecting your PC, running it in Safe Mode will let you download anti-malware and run a scan while limiting possible damage. In order to enter into Safe Mode or Safe Mode with Networking, press F8 while the computer is booting up or run MSCONFIG and look for the “Safe Boot” options under the “Boot” tab. After you restart into Safe Mode with Networking, you can download, install, as well as update the anti-malware program from there. Right after installation, run the malware scanner to eliminate most standard infections.

Utilize an alternate internet browser to download an antivirus program

Malicious program code could exploit vulnerabilities on a specific web browser and block access to all anti-virus software websites. If you appear to have a virus attached to Internet Explorer, then switch over to a different browser with built-in safety features, such as Firefox or Chrome, to download your preferred antivirus program – Safebytes.

Make a bootable USB anti-virus drive

Another solution is to store and run an antivirus program completely from a Thumb drive. Do these simple measures to clean up your affected computer using portable anti-malware. 1) On a virus-free computer, download and install Safebytes Anti-Malware. 2) Put the pen drive into the uninfected PC. 3) Double-click on the downloaded file 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. Do as instructed on the screen to finish up the installation process. 5) Now, insert the USB drive into the corrupted PC. 6) Run the Safebytes Anti-malware directly from the pen drive by double-clicking the icon. 7) Hit the “Scan Now” button to start the virus scan.

Ensure the Safety of Your PC by Using SafeBytes Anti-Malware Software

Do you want to install the best anti-malware application for your laptop? There are many applications available in the market that comes in free and paid versions for Windows systems. Some of them are great, some are decent, and some will affect your PC themselves! You need to go with a tool that has obtained a good reputation and detects not only computer viruses but other types of malware too. While thinking about trustworthy applications, Safebytes Anti-Malware is certainly the highly recommended one. SafeBytes anti-malware is a powerful, very effective protection application designed to assist users of all levels of IT literacy in finding and removing malicious threats from their personal computers. After you have installed this program, SafeBytes sophisticated protection system will make sure that absolutely no viruses or malicious software can seep through your computer. SafeBytes has outstanding features when compared to various other anti-malware programs. A few of them are given as below: Real-time Threat Response: SafeBytes provides round-the-clock protection for your personal computer restricting malware intrusions instantly. They’re extremely effective in screening and eliminating different threats because they’re regularly improved with new updates and safety measures. World-class AntiMalware Protection: With its advanced and sophisticated algorithm, this malware removal tool can detect and get rid of the malware threats hiding within your PC effectively. Quick Multithreaded Scanning: SafeBytes’s high-speed malware scanning engine cuts down scanning times and extends battery life. Simultaneously, it will effectively detect and eliminate infected computer files or any internet threat. Web Security: Through its unique safety rating, SafeBytes alerts you whether a site is safe or not to access it. This will make sure that you’re always certain of your safety when browsing the world wide web. Lightweight: This tool is not “heavy” on the computer’s resources, so you’ll not see any overall performance difficulties when SafeBytes is operating in the background. 24/7 Live Professional Support: You can obtain high levels of support round the clock if you’re using their paid software.

Technical Details and Manual Removal (Advanced Users)

To eliminate FullTab manually, navigate to the Add/Remove programs list in the Windows Control Panel and select the program you want to get rid of. For internet browser extensions, go to your web browser’s Addon/Extension manager and select the add-on you want to disable or remove. You’ll probably also want to reset your browser. To ensure the complete removal, find the following Windows registry entries on your system and remove them or reset the values accordingly. However, this is a challenging task and only computer professionals could carry it out safely. Moreover, certain malware keeps replicating which makes it difficult to eliminate. You are advised to do this process in Safe Mode.
Files: %LOCALAPPDATA%GoogleChromeUser DataDefaultExtensionsdddjdbagaalmcfiaklngpcdefppkhpnf %UserProfile%Local SettingsApplication DataGoogleChromeUser DataDefaultExtensionsdddjdbagaalmcfiaklngpcdefppkhpnf %LOCALAPPDATA%GoogleChromeUser DataDefaultExtensionsdfobofkgfnlaibpdigilbhhnampnfphg %UserProfile%Local SettingsApplication DataGoogleChromeUser DataDefaultExtensionskikgikaaibdokmgbiocgoeepfphfllml %LOCALAPPDATA%GoogleChromeUser DataDefaultExtensionskikgikaaibdokmgbiocgoeepfphfllml %LOCALAPPDATA%GoogleChromeUser DataDefaultExtensionsekeidcohoadhbbfgbhppjihllchhdgea %UserProfile%Local SettingsApplication DataGoogleChromeUser DataDefaultExtensionsdokppbonbkemcpplmcghjemlodkjcoif %LOCALAPPDATA%GoogleChromeUser DataDefaultExtensionsdokppbonbkemcpplmcghjemlodkjcoif %UserProfile%Local SettingsApplication DataGoogleChromeUser DataDefaultExtensionsekeidcohoadhbbfgbhppjihllchhdgea Registry: HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerDOMStoragewww.search.fulltabsearch.com HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerDOMStoragesearch.fulltabsearch.com HKEY_CURRENT_USERSoftwareGoogleChromePreferenceMACsDefaultextensions.settings, value: dfobofkgfnlaibpdigilbhhnampnfphg
Read More
Fixing DRIVER_IRQL_NOT_LESS_OR_EQUAL Stop Error on Windows 10
If you’ve been using your Windows 10 PC for a long time now, you might have come across a couple of issues – from minimal ones to critical ones like the Blue Screen of Death or BSOD stop errors. One of these BSOD errors you can encounter is the DRIVER_IRQL_NOT_LESS_OR_EQUAL Blue Screen error. This particular BSOD error is caused by iaStorA.sys, iaisp64 sys, Netwtw04.sys, nvlddmkm.sys, ndis.sys, wrUrlFlt.sys, and other driver files on Windows 10. This error indicates that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high. When you encounter this error, just like a typical BSOD error, your computer will abruptly stop and you will see a blue screen with an error message saying:
“Your PC ran into a problem and needs to restart. We’re just collecting some error info, and then we’ll restart for you. (100% complete) If you’d like to know more, you can search online later for this error: DRIVER_IRQL_NOT_LESS_OR_EQUAL (wrUrlFlt.sys)”
The iaStorA.sys file is a software component that’s related to the Intel Rapid Storage Technology by Intel. It is a software solution supported by Intel Smart Response Technology which allows the PC to communicate with the hardware as well as externally connected devices. The Intel Rapid Storage Technology enables the Peripheral Component Interconnect Express or PCIe storage support, serial ATA RAID or Redundant Array of Independent Disks 0, 1, 5, and 10 support, and the PUIS or power-up in standby is also supported. To resolve this kind of BSOD error, you have to update, roll back or fresh-install the problematic driver. Refer to the options laid out below for detailed instructions.

Option 1 – Try removing the Intel Rapid Storage Technology or IRST drivers

The first thing you can try is to fix the Wi-Fi driver or the Ethernet driver on your computer to resolve the BSOD error. Take note that this option works not only on Windows 10 but also other Windows versions.
  • Tap the Win + R keys on your keyboard to open the Run dialog box.
  • After that, type “devmgmt.msc” in the field and hit Enter or click OK to open the Device Manager.
  • After opening the Device Manager, click on the “IDE ATA/ATAPI Controller” entry and expand it.
  • Next, right-click on all the driver entries that are appropriately labeled, and then click on Uninstall device.
  • Now restart your PC and check if the problem’s fixed or not. If not, proceed to the next given option below.

Option 2 – Try updating the Intel Rapid Storage Technology or IRST drivers

If you’ve already tried uninstalling the IRST driver but you’re still getting the DRIVER IRQL NOT LESS OR EQUAL Blue Screen error when you use your Windows 10 PC, then this means that the drivers might be corrupted or not compatible with the operating system version that you are using right now. So to fix the problem, you have to update your drivers. To do that, follow the steps below.
  • The first thing you need to do is to go to your OEM’s website.
  • Once you’re already on the OEM’s website, go to the Drivers section and get the latest version for your device and then try to overwrite it.
Alternatively, you can also update the drivers via the Device Manager:
  • Tap the Win + R keys on your keyboard to open the Run dialog box.
  • After that, type “devmgmt.msc” in the field and hit Enter or click OK to open the Device Manager.
  • After opening the Device Manager, click on the “IDE ATA/ATAPI Controller” entry and expand it.
  • Next, right-click on all the driver entries that are appropriately labeled, and then click the Update driver option.
  • Now restart your PC and check if the BSOD error is fixed or not.

Option 3 – Try using the System File Checker via Command Prompt

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 causing the DRIVER IRQL NOT LESS OR EQUAL Blue Screen 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.
Read More
Domain Users Sign in using Biometrics
The use of Biometrics is supported by Windows 10. Aside from that, it also supports PIN, password, picture password on all computers and if your computer has the proper hardware, Windows 10 also supports facial scanning, iris scanning, and even fingerprint scanning. You can see all these exciting features inside Settings > Accounts > Sign In Options. On the other hand, you can’t really expect to make use of all the above-mentioned features since it depends if the hardware is available to support them. One of the most interesting features is the use of Biometrics which is really useful in workplaces and so this post will show you how you can enable or disable the Domain Users Sign In on Windows 10 using Biometrics via Registry Editor or Group Policy Editor. But before you go on, you need to create a System Restore Point first since the modifications you’re about to do might affect the functioning of your computer. So in case something went wrong, you can always undo the changes you’ve made.

Option 1 – via Registry Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to the following registry path:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftBiometricsCredential Provider
  • From there, right-click on the right-side panel and click on New > DWORD (32-bit) Value.
  • And then set the name of the newly created DWORD as “Domain Accounts”.
  • Afterward, click on “Domain Accounts” and set its value to “1”. This will allow the domain users to sign in to Windows 10 using Biometrics. While the value of 0 will disable the domain users sign in to Windows 10 using Biometrics.
  • Exit the Registry Editor and restart your computer for the changes to take effect.

Option 2 – via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • After that, navigate to the following setting:
Computer Configuration > Administrative Templates > Windows Components > Biometrics
  • Then double click on the following entries located on the right-side panel and set the radio button to Enabled on all of them.
    • Allow the use of Biometrics.
    • Allow users to log on using Biometrics.
    • Allow domain users to log on using biometrics.
  • Now exit the Group Policy Editor and restart your computer to apply the changes made properly.
Read More
How to Fix Camera app Error code 0xa00f4243
Windows 10 has a UWP app for its Camera that you can use to take pictures and videos. However, if you suddenly encounter an error code 0xa00f4243 while using the Camera UWP app, then you’ve come to the right place as this post will provide some potential fixes that you can use to fix the problem. This kind of error could be due to an outdated or corrupted driver or a third-party program. When this error appears on the Camera UWP app, you will see the following error message:
“Close other apps. It looks as though another app is already using the camera. If you need it, here’s the error code: 0xA00F4243 (0xC00D3704)”
To fix the error code: 0xA00F4243 (0xC00D3704) in the Camera UWP app, you can try to run the Windows Store Apps troubleshooter or reset the Camera app or update or reinstall the driver or apply some tweaks in the Registry Editor. In addition, you can also try checking the Windows Services or run the System File Checker.

Option 1 – Try to run the Windows Store Apps troubleshooter

The Windows 10 Store Apps Troubleshooter will help you in fixing the Camera UWP app error code: 0xA00F4243 (0xC00D3704). This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Apps Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • Under the Troubleshoot section, on your left-hand side, scroll down to find Window Store Apps.
  • Then click on the Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 2 – Try to reset the Camera app to fix

As pointed out earlier, you can also reset the Camera app to fix the error. To do so, follow the steps below.
  • The first thing you have to do is go to the My Pictures folder under the C: drive of the File Explorer and then delete the Camera Roll folder.
  • Once you’re done, right-click on an empty area on your screen and create a new folder and name it “Camera Roll”.
  • Then from the Start menu open the Settings app and select System.
  • From there, navigate to the Apps and features section.
  • Now go to Camera and click on the Advanced Options and click the Reset button.

Option 3 – Try to reinstall the drivers for the Camera app

You might want to reinstall the Camera drivers as it could resolve the problem. To do so, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, 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. From there, look for the driver listed under the Camera section and then, right-click on each entry of the device drivers and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.

Option 4 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows Media FoundationPlatform
  • Here, look for a DWORD named “EnableFrameServerMode” and if you can’t see it, just create a new DWORD by right-clicking on any empty space.
  • Then select New > DWORD (32-bit) Value and name it as “EnableFrameServerMode”.
  • Double click on the newly created DWORD and set its Value data to “0” and click on OK.
  • Restart your computer and see if it fixes the Camera UWP app error code: 0xA00F4243 (0xC00D3704).

Option 5 – Try checking the Windows Services

Note that this option only applies to computers with Intel Hardware for the Camera.
  • Tap the Win + R keys to open the Run dialog box and type “services.msc” and hit Enter to open the Services Manager.
  • Next, look for the “Intel(R) RealSense(TM) Depth” service from the list of services and double click on it to open its Properties.
  • After that, change its Startup Type to “Automatic” and make sure it’s running and then click on the Apply and OK buttons to save the changes made.
  • Restart your computer and check if the problem has been resolved.

Option 6 – Try running 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.
Read More
Fix NTOSKRNL.exe high CPU, Memory & Disk usage
This post will guide you in fixing high CPU, Memory, and Disk usage problems caused by NTOSKRNL.exe. NTOSKRNL stands for “NT Operating System Kernel. This file is a kernel image that is responsible for a lot of systems-based processes such as Hardware Virtualization, Process, and Memory. Aside from that, it is also the one that compresses the old pages of memory that reduces the overall amount of memory being used. If you notice that your computer is running slowly and you find that the NTOSKRNL.exe file is hogging your resources such as disk usage, CPU usage as well as memory usage, then read on as this post will guide you in fixing the problem caused by NTOSKRNL.exe. Make use of the options given below to resolve the issues caused by NTOSKRNL.exe. 1] Scan your computer for potential malware There might be a good chance that your computer might be infected with malware. And this malware might be associated with the NTOSKRNL.exe file and hence making it consume a lot of system resources. So, I would really recommend you to make sure that your Antivirus is up to date and then scan your computer with it specifically the C:/Windows/System32 folder because this is the location where the NTOSKRNL.exe file is located.

Option 1 – Put your computer in a Clean Boot State

The first thing you have to do is to put your computer in a Clean Boot State as this can help you in finding any incompatible programs that are 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.

Option 2 – Update or rollback drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Try to run the DISM tool

If the first two options didn’t work, then running the Deployment Imaging and Servicing Management might. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 4 – Try to stop the Runtime Broker process

The RuntimeBroker.exe or the Runtime Broker process is the one that monitors access to Windows APIs to make sure that the apps do not violate the core security of Windows. This process usually leaves a very small footprint. However, there are times when it consumes more resources than it’s supposed to and does not release memory after the work is done that results in a memory leak. As a result, it affects NTOSKRNL.exe which is why you have to stop the Runtime Broker process. To do so, refer to these steps:
  • Tap the Ctrl + Shift + Esc to open the Task Manager.
  • After opening Task Manager, go to the Processes tab and look for the Runtime Broker process.
  • Once you find it, check if it is using more than 15% of your memory. If it is, then you most likely have an issue with an app installed on your computer.
  • Select the Runtime Broker process and right-click on it and then click on the End Task option to end its process.

Option 5 – Try to run the Performance Troubleshooter

  • Tap the Win + R keys to open the Run dialog box.
  • Type “msdt.exe /id PerformanceDiagnostic” in the field and hit Enter to open the Performance troubleshooter.
  • Then click on Next to get started. Wait until the process is completed.

Option 6 – Try using the Windows Performance Toolkit

You can also use the Windows Performance Toolkit in finding the root cause of the problem. Just refer to the following steps to use this toolkit.
  • Search for “cmd” in the Cortana Search box and click on Command Prompt from the search results to open it.
  • Next, type in the command given below or copy and paste it and then hit Enter:
xperf -on latency -stackwalk profile -buffersize 1024 -MaxFile 256 -FileMode Circular && timeout -1 && xperf -d cpuusage.etl
  • After executing the command, wait for at least 60 seconds and then check the logs of the Windows Performance toolkit which is stored in a file named cpuusage.etl in the folder located at C:/Windows/System32. From there, you should see a list of all the causes of the System Resources being hogged.
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