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

UEFI Firmware settings goes missing
When it comes to booting an operating system on a computer, one of the most essential pieces of software you can use is the UEFI. In fact, a lot of users now prefer to use UEFI instead of BIOS. It also depends on whether the UEFI or the BIOS is supported on the motherboard. Recently, a number of users reported an issue with UEFI where they were unable to find it under the Advanced Options screen where it’s supposed to be located. The missing UEFI Firmware settings in the Advanced Options could be caused by several reasons. It is possible that the access to the UEFI menu is blocked or it could also be due to the Extra Fast Startup feature being enabled. It is also possible that the operating system is installed in Legacy mode. There are several options to try to fix this issue. You need to check if your computer supports UEFI or you could also try to disable Fast Startup or bypass the Extra Fast Startup feature. You can also use a boot to UEFI shortcut as well as check the CMOS battery.

Option 1 – Try checking if your computer supports UEFI

The first thing you have to do is to verify if your computer supports UEFI. If your computer does not support UEFI, then it’s no wonder why you don’t see the UEFI Firmware settings in the Advanced Options.

Option 2 – Try turning off Fast Startup

  • First, boot your computer in Safe Mode.
  • Once your computer is booted in Safe Mode, tap the Win + R keys to open the Run dialog box and type in “control” to open the Control Panel.
  • Next, click on the Hardware and Sound section and click on Power Options.
  • Afterward, select the “Choose what the power buttons do” option from the left side menu pane.
  • Now click on Change settings that are currently unavailable and uncheck the entry that says, “Turn on fast startup (Recommended)”.
  • Then click on Save Changes and restart your computer and see if it has fixed the problem or not.

Option 3 – Try bypassing the Extra Fast Startup feature

As mentioned, the missing UEFI Firmware settings could be due to the Extra Fast Startup feature. To fix it, you have to disable this feature. All you have to do is tap and hold the Shift key and click on the Shutdown button from the Start button. This will boot your PC with the UEFI booting from the beginning and then use the hotkey for your motherboard to boot into the UEFI setup.

Option 4 – Try using a boot to UEFI shortcut

  • Right-click on any empty space on your Desktop and select New > Shortcut.
  • This will open a new mini window. And here, you have to type this in the text field: shutdown /r /fw
  • After that, click on Next and name the desktop shortcut and then click on Finish.
  • Next, right-click on the newly created shortcut and select Properties.
  • Click on the Advanced button and select the “Run as administrator” option.
  • Now click OK to save the changes made. Each time you execute this shortcut, your computer will automatically be booted to the UEFI Firmware Settings.

Option 5 – Try to check the CMOS battery

Another thing you can do is check the CMOS battery physically on the motherboard and see if it has to be replaced since a damaged CMOS battery can also cause the issue with the missing UEFI Firmware settings.

Option 6 – Set your computer from Legacy to UEFI

If applicable, you can try to set your computer from Legacy to UEFI to resolve the problem.
  • In the Windows Search box, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After that, execute this command: mbr2gpt.exe /convert /allowfullOS
  • Now, wait until the process is completed since you can track its process on your screen.
  • Once it’s done, go to Settings > Update & Security > Advanced Startup options and from there, click on Restart Now. This will restart your computer and give you advanced options.
  • Next, select Troubleshoot > Advanced Options where you will see further options including System Restore, Startup Repair, Go back to the previous version, Command Prompt, System Image Recovery, and UEFI Firmware Settings.
  • Now select the UEFI Firmware Settings. This will take you to the BIOS. Boot Mode is typically available under Boot > Boot Configuration. Once you’re there, set it to UEFI and then save the changes you’ve made. After that, your computer will restart.
Read More
Fix Windows Update error 0x80244022
Installing Windows Updates in your Windows 10 computer does not always go smoothly as there are instances when you could encounter some errors along the way. One of these errors is error code 0x80244022 –WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL HTTP 503. This kind of error can be encountered when you check, download or install any updates. At the time of writing, it isn’t known yet what the exact cause of this error is. However, there are some potential fixes you can check out to fix it. When this error occurs, you will see the following error message on your screen:
“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: (0x80244022).”
To fix error code 0x80244022, refer to the potential fixes provided below.

Option 1 – Disable the Proxy server

The first thing you can do is to try disabling the Proxy server as it might be the reason why you’re getting error 0x80244022 for Windows Updates. To disable the proxy server, refer to the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it. In addition, if you are also using a VPN, you can try to disable it as well.

Option 2 – Run the DISM tool

You can run the DISM tool as well to help fix the error code 0x80244022 during Windows Update. 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 3 – Perform a System File Checker scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing error code 0x80244022 to appear when you try to update your Windows 10 computer. 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. 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 and hit Enter.
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.
  • Once done, restart your computer.

Option 4 – Try disabling the Firewall or antivirus program

Disabling the antivirus program or Firewall or any other security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 5 – Try resetting the Windows Update components

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:/Windows/SoftwareDistribution/SoftwareDistribution.old
    • ren C:/Windows/System32/catroot2/Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 6 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update Error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.
Read More
How to Fix Fatal Error c000021a

Fatal Error c000021a - What is it?

Fatal Error c000021a is a type of Windows stop error also known as the blue screen of death (BSoD) error. When this error occurs, it causes the computer screen to go blue and locks the user out of the current activity. This error code is fatal and can lead to serious issues like system crashes and freeze. The error code is usually displayed in the following format:
STOP: c000021a {Fatal System Error} The Windows Logon Process system process terminated unexpectedly with a status of 0xc0000034 (0x00000000 0x0000000)

Solution

Restoro box imageError Causes

Fatal Error c000021a occurs when the Windows kernel detects that either Winlogon.exe or Csrss.exe service processes have stopped responding or failed to load.  When this happens the error code pops up on the screen. Nonetheless, this is not the only reason for the occurrence of this error. There are plenty more reasons why Fatal Error c000021a may pop on your computer screen. These include:
  • Missing or corrupt hardware drivers
  • Faulty hardware
  • Windows System Restore failed during the rollback process
  • Malware or viral infection
  • Registry issues
No matter what the reason may be, it is advisable to fix the error right away without any delays. Remember it is a fatal error and can cause a great deal of damage to your PC.

Further Information and Manual Repair

Fatal Error c000021a is a serious PC issue but this does not mean you have to hire an expert to get it fixed. The good news is that this error is actually quite easy to resolve. You don’t have to be a technical whiz or a computer programmer to fix Fatal Error c000021a on your PC. Here are some do it yourself methods to fix this error code right away without any hassle: Let’s get started:

Method 1: Update Your PC Drivers

As we mentioned about corrupt or missing drivers can be one of the many reasons for the occurrence of this error. So, check the drivers first. Perform a driver scan and make sure all your drivers are updated.

Method 2: Perform a Windows System Restore

To do this, first launch Task Manager by pressing CTRL+SHIFT+ESC on your keyboard. Now click on the application tab and then click ‘New Task’ then browse. After that, go to C:\Windows\System32\Restore  folder and then double click the rstrui.exe file. This will help start system restoration. Your computer will reboot during the process and hopefully, the error will be resolved. Nonetheless, if the error still persists then try methods 3 and 4.

Method 3: Scan for Viruses

Sometimes Fatal Error c000021a may also occur due to malware infection. Your PC may be affected by viruses hidden in different locations without you knowing about it. Therefore to resolve this error, it is recommended to run an antivirus and scan for viruses. If detected, remove them right away to fix the error code.

Method 4: Repair the Registry

Another method to resolve Fatal Error c000021a code on your system is to repair the registry. The registry stores all the information and activities performed on the system. If it is not cleaned frequently, it gets loaded with too many files unnecessary and obsolete files like the junk files, cookies, internet history and temporary files which corrupts and damages the registry thereby generating blue screen of death error codes like Fatal Error c000021a. Though you can repair the registry manually it can be both time-consuming and slightly difficult especially if you are not a computer programmer. Therefore it is advisable to download a registry cleaner to fix it right away.

Automatic Repair with Restoro.

Whether the Fatal Error c000021a code occurs due to viral infection or registry issues, download Restoro. This is a next-generation, advanced, and multi-functional PC Fixer. This software is deployed with multiple utilities such as a powerful registry cleaner, an antivirus, a system optimizer, and more. The registry cleaner scans the entire PC and detects all types of registry issues at once. It cleans the registry, wipes out all the unnecessary files, and restores the registry back to normal. Simultaneously, the antivirus embedded in this software detects all types of viruses including malware, adware, spyware and Trojans and removes them in seconds. The system optimizer feature ensures the speed and performance of your PC are not compromised during the repairing process. It ensures your PC works at its optimal speed. Restoro is a one-stop solution for all your PC needs. It has a user-friendly interface making it easy for all levels of users to work around. It is compatible with all Windows versions Click here to download Restoro and resolve the Fatal Error c000021a code on your PC today!
Read More
Making your own Minecraft server in Windows
Minecraft has taken the world like a storm and if you tried it, you could tell why, procedurally created worlds, various modifications available and fun gameplay are just some of the things this game offers and it is non wonder why kids and adults are enjoying it. Minecraft is even more fun when you play with your friends on dedicated servers, where you all can adventure and build together. Sadly as everything costs, so does the Minecraft servers as well. Lucky you can create your own Minecraft server on your computer so your friends can join and play with you free of charge with just a little time you need to spend reading this guide and building one for yourselves. Without further delay let's dive right into it.

1. Install the most recent Java version

In order to run your personal server, you will need to own and have Minecraft: JAVA edition, not Windows 10 one. If you have this version of the game and it is already running it means that you already have JAVA as well but we will need to check to see if it is the latest version of JAVA, to check this do the following:
  • Press Windows and type in configure java followed by ENTER
  • Under the update tab, click on the update now button
  • If you have the latest version you are all good, if not follow the onscreen instruction on how to update it.
If by any chance you do not have JAVA installed you can get it here.

2. Prepare a dedicated location for your Minecraft server files

You can use any folder you like for your Minecraft server folder but it is highly recommended to create a new folder whose sole purpose will be to hold and run Minecraft server files. this will be very beneficial in the future when server files need to be updated or configured. Having things in one isolated space is always a good idea and keeping things organized is also a good idea.

3. Download, install and start the Minecraft: Java Edition server file

It is now time to download server files, you can get them here. Download the server.jar file and place it inside your server folder. Once everything is downloaded and prepared do the following:
  • Run the server.jar file, the first time it runs, the file will create some configuration files.
  • After additional files appear, there should be a text document called eula.txt. Open it with a text editor then change eula=false to eula=true.

4. Enable port forwarding on your router

This sep is required if you want to have people to play with you that are outside your router network, for example, if you want them to connect to your server from their home. If you do not wish to do this and want only people on your serves from your router network you can skip this step. Unfortunately, to enable port forwarding, you’ll need to make your computer on your local network to be accessible by other computers over the internet via a router. This will effectively make your port to be an open portThis can make your system vulnerable to malicious attacks. Once you’ve enabled it, set the default server port to 25565. You’ll need the Server IP address, which you can get by opening Command Prompt or PowerShell and run ipconfig. Your IP address is usually listed as IPv4 or IPv6 Address.

5. Run the Minecraft server

Simply double-click the server.jar file to run the server. If you want to have more control over it, use the command line.
  • Navigate to your Minecraft server directory using file explorer.
  • We will be using PowerShell instead of Command Prompt to enter commands. Hit Shift + Right-click on the directory window and select “Open PowerShell window here.
  • Once you are in the right directory, write the following command:
java -Xms1024M -Xmx1024M -jar {server file name} nogui
  1. Replace the {server file name} with the full name of .jar file. The command above will make the server run with no Graphical User Interface (GUI) and use 1024MB of allocated RAM space.
  2. If you want to enable the GUI, remove the nogui command. Additionally, you can edit the memory allocation for the server by changing the Xms and Xmx value.
  3. After the server is up, invite your friends to play by sharing your local or public IP address, depending on whether you are using a local or public network. For a local network, you can give the IPv4 or IPv6 Address earlier. For public networks, go to Google and type “what is my ip” to get the address.
Read More
Microsoft bans Windows from Russia

Microsoft has cut out Russia from downloading ISO files for Windows 10 and Windows 11 as well as installation tools without any explanation or reason behind this.

microsoft

If you connect via VPN to a Russian server and try to download either ISO files or installation tools you will be greeted with the error 404 and an explanation of File or Directory not found or There was a problem with your request.

At this time you can still download Windows 11 Media creation tool but once you run it will throw a 0x80072F8F-0x20000 error with text: For some unknown reason, this tool failed to run on your computer.

People in Russia can still download files if they connect via VPN and go to a server located outside Russia.

Microsoft has not published any explanation why is this happening, it might be technical difficulty or it could be on purpose.

Other histories of Microsoft vs Russia

Since the beginning of the Russian military operation in Ukraine Microsoft has been putting restrictions on Russia starting with a suspension of all sales in March, next month in April Microsoft started suspending developer's accounts on GitHub linked to sanctioned companies and the suspension was even if the developer is not working for a given company or left it.

At the beginning of this month, Microsft laid off 400 employees inside Russia as they began scaling back operations in the country but has also stated that they would continue to provide services to all contractors and customers inside Russia so this sudden blocking of downloads is unexpected and it goes against their statement.

Read More
Fix Mic not working in DOTA2
DOTA2 involves teams of five players each, where each player chooses a “hero” character. Each game has two teams pitted against each other, on opposite sides of a map. Once you start, you and your teammates try to level up by fighting and defeating heroes from other teams as well as non-player characters who exist within the game universe. Once you have a strong enough team, you would then try to attack an opposing team’s base. If you destroy their “ancient,” your team wins. The teamwork and interactivity required to play the game are some of its biggest attractions. You can text and voice chat as part of the Dota 2 gameplay, enabling you and your team to come up with strategies to take over your opponents’ base and fortifications. For this reason, a properly working microphone and headset are important if you are to get the most out of this exciting online game. However, there are many times when you find that there are audio dropouts when you try to speak into your microphone. The question “How do I get my mic to work on Dota 2?” is one of the most commonly asked on gaming forums related to this game. Here are solutions for why this can happen:
  1. You are logged in to another computer that is running the STEAM client

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

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

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

    If you try all of the steps above and still have Dota 2 not recognizing your mic input update mic drivers by going in device manager and choosing update driver.
Read More
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
Microsoft Designer, a new app from MS

Microsoft Designer, a new application developed by Microsoft will bring design backed with DALL-E 2, an AI image creation open-source software. The new app is shown as a dedicated graphic design tool that will help you in the creation of stunning social media posts, invitations, digital postcards, graphics, and more, all in a flash.

Use of the application will be by typing headings and then typing text into the prompt to generate a background image. Since Microsoft uses DALL-E 2 for image creation output should be fairly good but if you wish you will be able to use your own images instead of using AI to generate one.

microsoft designer

The designer will be a free application once it is ready and it already has a web preview version, also free but with a waitlist. There will be premium features inside the app once it is released that will be available to Microsoft 365 Personal and Family subscribers. Microsoft also wants to add a version of a designer directly to the Edge browser as well.

Read More
How to place control panel in File explorer
Recent Windows updates have been slowly but surely moved a lot of control panel features into settings. This indicates that in the long term goal is probably to get rid of the control panel altogether. No matter how the setting app is easy to use and good there are still things in the control panel that we need and we will still need until they are all moved in the setting application. There are several ways to open and get to the control panel from run dialog to shortcut keys but one perhaps more convenient and easiest way is to just simply have in file explorer right beside hard drives double click away. In order to place the control panel icon inside file explorer, we will need the help of our old friend: the registry editor. As always playing with the registry editor can cause some instability and it is always a smart thing to back up it first before attempting any kind of edits.

Registry editor adding a key

To open registry editor press ⊞ WINDOWS + R to open the run dialog and inside type in REGEDIT followed by ENTER Once the registry editor is opened locate the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer Right-click on the NameSpace folder on the left navigation pane and then select New > Key Rename the key with {21EC2020-3AEA-1069-A2DD-08002B30309D} (This CLSID code will add access to the Category view of the Windows 10 Control Panel) or with {26EE0668-A00A-44D7-9371-BEB064C98683} (This CLSID code will add access to the large icons view of the Windows 10 Control Panel) Save and exit the registry editor Now when opened, file explorer will show a control panel icon for easy access.
Read More
A Guide to Quickly Fixing Error 103

What Is Error 103?

Error 103 is an error that is usually encountered by those who use Google Chrome. This error is usually generated because of a conflict arising between Google Chrome and the antivirus program running on the user’s computer. Primarily, error 103 is an incompatibility issue. It is not critical in nature. However, since it will disrupt the smooth functioning of the browser, it is strongly advised to rectify this error that is generated due to any temporary conflicts between the logic of the two programs namely Google Chrome and antivirus. In layman's terms, it would be only justified to say that this error has a lot to do with the way programs react to each other in real-time.

Solution

Restoro box imageError Causes

When the error is displayed to the user, it usually states something like ‘chrome error 103 connection aborted’, ‘chrome error 103 err_connection_aborted’ or ‘Error 103 (net: ERR_CONNECTION_ABORTED): Unknown error. This begs the question, what triggers this error? Here it is important to understand that Google Chrome constantly applies to upgrade. In most instances, the upgrades almost go unnoticed. In the meanwhile, there are other programs running on any system such as firewall, Antispyware, or antivirus programs. All such programs govern the functionality of the web browser. Now, when the web browser attempts to update and any programs on the system view the update as a threat, the connection to the internet will be terminated. It is also important to understand that these programs will keep you from upgrading or from doing anything with your browser.

Further Information and Manual Repair

google chrome error 103Before we move on to the discussion of fixing the underlying causes for error 103, it is important to understand all those programs that are most likely to generate this error. A list of all such programs is outlined below as follows.
  • Kaspersky Pure 3.0
  • Kaspersky ONE
  • Kaspersky small office security 2013
  • Kaspersky internet security 2013
  • Kaspersky antivirus 2013
A downside associated with error 103 is that it won’t disappear on its own. That’s why it is important to make some manual changes as there are no tools available online to rectify this error automatically. Follow the steps listed below to easily fix the problem.
  • Click on the Start button.
  • In the search box, enter ‘expand.exe’.
  • Right-click on the file that appears and select the option ‘Open Folder Location’.
  • Now, copy the file and paste it at the destination ‘C:\Windows\System32’.
  • If you are not able to find the file, it is advised you copy it from Windows Installation Disk.
  • Now, click on the ‘Start’ button again.
  • Find and select ‘Run’.
  • Now enter ‘C: ’ in the search box and press Ok.
  • Now right-click anywhere on the screen, select new, and then select folder.
  • Rename this folder. Change the name from ‘New Folder’ to ‘Temp’.
  • Now go to the Start button again.
  • Select ‘Run’ once again.
  • Type ‘cmd.exe’ in the command prompt and press Ok.
  • Now type Command. Press enter.
  • Now type this code as it is: ‘set TMP=C:temp’ and press enter.
  • Now restart the browser.
  • If it fails, install Google Chrome once again.
  • Just make sure everything is in sync to avoid any data loss.
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