Facebook has an algorithm inside it that can recognize your face in pictures and videos which is meant to help people tag friends when they upload media into Facebook. It is a neat feature meant to help all Facebook users but what if we do not want to be detected in pictures and videos? What if we do not want to be tagged?
If you are one of the Facebook users that do not wish to be detected and recognized by Facebook in media keep on reading to find out how you can disable this option.
Open the Facebook website and log into your account.
Click on the arrow visible in the top menu bar.
Select the Settings & privacy option.
Click on the Settings option.
Switch to the Face recognition tab on the left-hand side.
Click the Edit button.
Select No from the drop-down list.
And you are done, you do not need to log out or restart facebook in order for changes to have an effect. Now you are free from face recognition and detection.
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 port. This 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:
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.
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.
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.
One of the most useful utilities for advanced users in Windows is the Windows command line or Command Prompt. It is efficient in fixing system files, checking the disk for errors as well as other intensive tasks that are made convenient using this.
One of the tasks you can carry out using Command Prompt is repairing the Windows bootup process if it encounters any issues. However, if you tried running the “bootrec/fixboot” command and you receive an error message saying, “Element not found”, read on as this post will guide you in fixing this error. This kind of error in the command line could be due to a damaged BCD or MBE, inactive system partition, or it could also be that there is no drive letter being assigned to the EFI partition. Whichever the case is, here are some possible fixes that should help you resolve the problem.
Option 1 – Try to repair BCD
As mentioned the error could be caused by a damaged BCD and so to fix the problem, you need to repair BCD by following these steps:
First, make sure that you have a bootable Windows 10 USB drive with you and use it to boot your computer.
Once you’re on the Welcome Screen, click on Next.
After that, click on Repair your computer located at the bottom-left portion of the window.
Then select Troubleshoot > Advanced Options > Command Prompt.
After you open the Command Prompt window, execute the following command:
bootrec /fixboot
Afterward, enter the next command below to rename the BCD file:
ren BCD BCD.bak
Next, type the following command and make sure to replace “b:” with the letter of your bootable drive attached to your computer.
bcdboot c:Windows /l en-us /s b: /f ALL
Now, wait until the process is completed and restart your computer to successfully apply the changes made.
Option 2 – Try assigning the drive letter to the EFI partition
Tap the Win + X keys or right-click on the Start button and click on Command Prompt (Admin) to open Command Prompt with admin privileges.
Then type the following command to start the Diskpart utility:
diskpart
After that, if you receive a UAC prompt, just click on Yes to proceed.
Next, type the following command to list all the volumes created on your PC including both types of partitions that are visible to a normal user in the File Explorer as well as the ones created by Windows 10 by default which helps it in storing the boot files and other important system files:
list volume
Now type the following command to select the desired volume:
select volume number
Then type the following command to assign a letter to the selected volume:
assign letter=<LETTER>
Note: Make sure to replace “<LETTER>” with the letter you want to allocate to that partition. Afterward, it will assign a letter to the selected volume.
Reboot your PC to apply the changes made.
Option 3 – Try setting the System Partition to Active
Like the first given option, you also have to make sure that you have a bootable Windows 10 USB drive before you proceed to set the System Partition to Active. Once you have it covered, refer to these steps:
Boot your computer using the bootable Windows 10 USB drive.
Next, click Next when you get to the Welcome Screen.
Then click on Repair your computer located at the bottom left part of the window and select Troubleshoot > Advanced Options > Command Prompt.
After opening Command Prompt, type the following command and hit Enter to start the Diskpart utility. It is a command line-based utility just like Command Prompt but has a UAC prompt once you provoke it. So if you encounter a UAC prompt, just click on Yes to proceed.
diskpart
Now type the following command:
list disk
From there, select your primary disk by typing the following command:
select disk number
After that, list all the partitions on the selected disk by entering the following command:
list partition
The command you just entered will list all the partitions created on your PC including both types of partitions that are visible to a normal user in the File Explorer as well as the ones created by Windows 10 by default which helps it in storing the boot files and other important system files.
Now type the following command to select the partition that is usually around 100 MB in size:
select partition number
Finally, type the following command to mark the partition active:
active
Then type the “exit” command to exit the disk part utility.
As we near the end of 2022 we look at the current best antivirus software for popular platforms, why they are the best, and why you should get them.
Avira, a great free Antivirus
Avira has been around a long time with its free antivirus version of the larger protection suite. It had its ups and downs but the latest versions are really great. With high-speed scans and low system impact, Avira antivirus is really one of the best free antivirus software currently on the market.
The software itself has also received UI & UX updates making it straightforward and easy to use. The virus scanning engine is the same as in paid version that ranks among the top engines in the world for this type of work. The package also gives you some great browser protection and a good firewall as well, there is really no excuse to skip on this if you want a free solution.
The only thing that we would say is not so great in Avira is reporting some false positives, sometimes even for MS updates, it is rare but it can happen.
Malwarebytes, a powerful Windows antivirus
Malwarebytes Premium is easy to use, simple antivirus solution that shies away from complicated UI, and simply put, it just works. Its scanning engine is well-known and places among the top and best in the world often finding some malware that other can miss.
Another great thing is its integration with Windows itself, it is one of the rare applications that can and will work incredibly well beside your typical Windows protection tools so you can have both of them running at the same time.
Installation and running are really simple and every typical PC user will find it as easy as walking in the park. On the other hand, sadly system impact is a little high and it will have issues running on lower-end systems due to its memory requirements.
Intego MAC Internet Security X9, the best Mac antivirus
Gone are the days when MAC had no virus issues, since MAC rose in popularity among the users, also rose the number of viruses and malware. The system itself has some great protection built it inside but for more security and better control of it, you will need a third-party dedicated solution.
Intego was made by Mac antivirus experts who have been building this kind of software last 25 years. The interface is easy to use and premade presets are really helpful, but the security suite can also be customized to fit your needs and desires.
Since this is only available as a security suite, you are getting a firewall and some other security tools along with your antivirus that will run as a part of it.
The bad side is that scans can sometimes run slow, most of the time they are OK in terms of speed but occasionally they can switch to slower speeds and impact scanning time to some annoying times. Also, there is no webcam protection nor VPN service included where others on this list have them.
Bitdefender mobile security: best Android protection
While protection is not only needed for your gaming or workstation, software suites that are dealing with mobile and tablet security exist. The best of them is the Bitdefender antivirus mobile suite. Low on system resources and low on performance impact with the really great virus detection rate Bitdefender is at the top of suites for your phone.
Consistent high virus detection packed with low battery impact is great but the suite comes with tons of other tools as well like browser security tools, email protection, and real-time link and notification protection.
The application will always scan each file and newly installed application in the background and alert and cut off any found threat. App itself is easy to install and use and most of the time it will do everything in the background for you but offer you customization if you need it.
The package also includes VPN and application lock that will let you protect the critical applications from being accessed as well as an online account scanner. Anti-theft and anti-loss tools, which allow you to find, remotely lock or wipe a stolen or lost device, add yet another layer of protection.
One thing that is missing from this great package is fraudulent call protection. Newer Android phones have this feature inside but it would be nice if Bitdefender had it as well.
Bitdefender, the best antivirus software
Now that we have covered specific cases of each platform, there is one player that has all of them covered and with a quality product, that player is BitDefender and it is great. Personally, this is my protection suite of choice and as I type this it is running in the background.
Bitdefender has it all, low system impact, as a matter of fact, it is one, if not, the lowest performance impact engine on the market currently and that is packed with a great and highly consistent virus & malware detection suite. Along with real-time malware protection, browser security, and anti-spam tools, you also get anti-phishing defenses, ransomware protection, and a strong firewall.
Bitdefender scores are very high in both the zero-day threat and real-world protection tests at AV-Test, an established organization that tests antivirus software. Despite being tested against tens of thousands of well-known and widespread malware threats, the software consistently achieves a 100% blocking rate.
The suite also comes with a restricted free VPN and with parental controls as well. Webcam and microphone protection are also included in the suite and on top of all, it has great pricing plans and constant discounts.
BitDefender is really a great package and it might sound too good, but after years and years of personally using it I have not had single malware or virus issue, the only thing that I would put as a negative is that system is severely slowed down when system scans are performed so be sure to run or schedule them when you are not using your computer. This, of course, can put some people off and I will admit it is a serious drawback but for me, the security of my workstation is more important than leaving the computer for 20 or so minutes in order to perform a full scan of the system.
Raptor Lake, a new and upcoming Intel 13th generation CPU will break the 6GHz barrier for the first time ever in normal working mode, overclocked mode in Intel words will go as high as 8GHz. CPU will be 15% faster than Alder lake in single-threaded tasks and a stunning 41% faster in multi-threaded workloads.
The current world record for overclocking is 8.72GHz done with AMD FX-8370 and Intel is aiming at breaking that record with Raptor Lake, of course, this kind of extreme overclocking will require some top-of-the-line nitrogen cooling systems.
Raptor Lake will run on the current LGA 1700 socket, so you will not need to buy another motherboard for CPU and they will also be manufactured on a 10nm process which means that you will need to take care of cooling and power supply if they really go over 6GHz.
Mid-range Intel Core i5-13600K processor will come with 14 cores inside and 20 threads running at a maximum P-core frequency of 5.1GHz, while Core i7-13700K will have 16 cores and 24 threads and run on 5.3GHz max P-core frequency. Best i9-13900K will come packed with 24 cores, 8 of them will be P-cores, and the rest 16 are E-cores, and 32 threads. It will reach 5.4GHz frequency but it was stated it can go to 5.8GHz with Thermal Velocity Boost.
After this statement, we can clearly see that the 6GHz breaker CPU will probably be an i9 special KS variant. In other words, specially tested and picked existing i9 running at higher speeds as was with Alder Lake as well where normal i9-12900K ran at 5.2GHz while i9-12900KS was running at 5.5GHz.
There are times when you suddenly encounter a Blue Screen error like DRIVER_POWER_STATE_FAILURE error when resuming from Sleep or right after you shut down or restart as well as switch from Hibernate mode. This kind of Blue Screen error is due to some issue with the driver state. Moreover, the bug check “0x0000009F” in the error also indicates that a driver is in an inconsistent or invalid power state.
The DRIVER POWER STATE FAILURE Blue Screen error usually occurs during events that involve power state transitions like shutting down, moving in or out of standby mode, or hibernate mode. To resolve this error, you can check out the suggestions given below.
Option 1 – Update the Device drivers
The device driver installed in your computer might be incompatible with your operating system which is the reason why the DRIVER POWER STATE FAILURE Blue Screen error occurs. To fix that, you have to update your device drivers.
Reboot your computer into Safe Mode with networking support.
Tap the Win + R keys on your keyboard to open the Run dialog box.
After that, type “msc” in the field and hit Enter or click OK to open the Device Manager.
After opening the Device Manager, update all the outdated Device drivers on your computer.
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 2 – Uninstall any faulty device drivers
Tap the Win + R keys on your keyboard to open the Run dialog box.
After that, type “msc” in the field and hit Enter or click OK to open the Device Manager.
From there, look for any device driver which has a yellow exclamation mark which indicates that something is wrong with them.
And then right-click on each one of them and click on Uninstall.
Once you’re done uninstalling the faulty drivers, restart your computer and allow your computer to reinstall the drivers you just uninstalled.
Option 3 – Run the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like rtwlane.sys Blue Screen error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Option 4 – Try to remove external hardware
If there is any external hardware plugged into your computer especially the new ones, you can try removing it and then check if the Blue Screen error persists. If the problem gets solved, you might want to update the driver of that particular hardware. On the other hand, if you’re still getting the error, then proceed to the next given options below.
Option 5 – Try resetting Windows 10
To fix this BSOD error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
Option 6 – Try running the System File Checker Scan
The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the DRIVER POWER STATE FAILURE Blue Screen error. 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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Error code 0x803f7000 refers to an issue in Windows 10 with downloading apps through Windows Store. When you choose the app or game to download, it heads to Downloads in the Store app. Then it says it is acquiring a license but then fails. When you click the “See details” link, you see the error code 0x803F7000. It could mean that the date and time or region settings in your Windows 10 are incorrect or there are some problems with the Windows Store Cache.
Symptoms
This error appears when you are running Windows 10 and trying to download an app through the Microsoft store. The error code may appear with this message: “Something went wrong. The error code is 0x803f7000, in case you need it”
You might also see this message along with the error code: "It looks like you've reached your device limit for installing apps and games from the Store on your Windows 10 device. If you want to install apps and games from the Store on another Windows 10 device, remove a device from the device list."
Solution
Error Causes
There may be several reasons for this error:
This problem may arise if the date and time in Windows 10 are incorrect.
If the region has been set incorrectly.
Problems with Windows store cache.
Windows store server overloaded.
The Windows version you are using is pirated.
Further Information and Manual Repair
Method 1:
Correcting date and time:
Open up Control Panel > Clock, Language, and Region.
Then click on Date & Time.
Now click on Change date & time to correct your time.
Method 2:
Correcting region:
Navigate to Control Panel > Clock, Language, and Region.
Then click on Region.
Then click on the Location tab.
Now set your actual region from Home location section.
Click Apply & OK.
Method 3:
Resetting Windows Store:
Press Windows Flag Key + X from your keyboard. Then select Command Prompt (Admin). It will launch Command prompt as administrator.
Then type wsreset and hit Enter.
Wait for a few seconds. It will automatically open Windows Store.
Then try to download any apps.
Method 4:
Open Command prompt in local machine and type in the Windows Store reset tool exe
Activate Windows by going to Settings>Updates and Security
Run the Modern UI/metro app troubleshooter from Microsoft
Keep trying it several times.
Try changing locale and time zone to the United States as shown below
Go to control panel, Language settings
Select location to the United States
This will reset the language to US English. After this try downloading the apps again.
Try restarting the Windows Updater service or restart the machine once.
You must make sure that you have a good internet connection. You need that for the updates and downloads complete without disruption.
Method 5:
Make sure the app isn’t blocked by the Windows firewall:
To make your PC more secure, some apps are blocked by Windows Firewall by default. For proper functioning, you might need to enable an app to receive info through the firewall. For more info, see the "Allow an app to receive info through the firewall," and follow the procedure from start to finish.
Method 6:
Check with your system admin:
If your PC is part of a network in an organization, like a business, school, or government agency, your system administrator might have turned off the use of certain apps using the Group Policy. Contact your system admin if you believe that Group Policy is preventing you from using an app.
Method 7:
Make sure your apps are up-to-date:
To make the apps working properly, you must keep your apps up-to-date. This could be done by turning on automatic updates in the Windows Store.
Method 8:
Contact the app publisher
To view the publisher’s app support info, follow these steps:
On the Start screen, tap or click Store to open the Windows Store.
Search or browse for the app, and then tap or click it.
Scroll to the Details section of the app's description page, and then tap or click the support link for the app under Learn more. The link will open an email message for you to contact support or will take you to a support website.
If you do not possess the technical expertise required to accomplish this yourself or do not feel comfortable doing so, download and install a powerful automated tool to get the job done.
A lot of users lately reported getting an error that says, “The application has failed to start because its side-by-side configuration is incorrect”. This kind of error can pop up when you try to open a number of programs, regardless of their origin, the developer, and compatibility.
Here’s the full context of the error message:
“<PATH OF THE EXECUTABLE FILE>, This application has failed to start because its side-by0side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail”.
This kind of problem has something to do with the C++ runtime package in the background. It could also be related to an error for a registry value. Whatever the cause is, you can fix this error with the help of some suggestions provided in this post. You can try to reinstall the application or check the registry setting or reinstall the suitable Visual C++ Runtimes or re-enable the Microsoft .NET Framework. For more details, refer to the instructions given below.
Option 1 – Try to reinstall the application
There are times when some supporting module for your application under the hood could have messed up the application. And so to fix that, you need to uninstall the concerned application and then try reinstalling it again. Once you’re done, check if it fixed the problem or not.
Option 2 – Try to change the Registry setting
Tap the Win + R key combination to open the Run dialog box.
Then type “Regedit” in the fields and tap Enter to open the Registry Editor.
Next, navigate to this registry key: Computer HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT CurrentVersion SideBySide Winners x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219 9.0
From there, look for a String value named “default” and double click on it.
After that, change its Value data to match the one as the third value in BINARY.
Now restart your computer to successfully apply the changes made.
Option 3 – Try reinstalling the appropriate Visual C++ Runtime
You need to open the Event Viewer first by searching for it in the Windows Search box.
After opening Event Viewer, look for the error events that are sourced by SideBySide.
Next, look for the actual Visual C++ Runtime module that’s causing the error.
Now download the module from the official website of Microsoft Support and then install it and see if it fixed the problem.
Option 4 – Re-enable the Microsoft .NET Framework
You could also try to disable the Microsoft .NET Framework then enable the latest version of the .NET Framework on your PC and check if the error is fixed.
If you are trying to install a Feature Update in Windows 10 but you got the error code 0x80190001, then it means that there is something wrong with the installation files. The installation files are either corrupted or some of them failed to be downloaded. On the other hand, the issue might also have something to do with a driver issue.
When you encounter error 0x80190001, you will see the either of following error message on your screen:
“Something went wrongCouldn’t download Windows 10, please check your network settings and try again. You can contact Microsoft support for help with this error. Here’s the error code 0x80190001”.
Or:
“An unexpected error was encountered while attempting to download files required for the upgrade”.
Here are some fixes that could help you resolve the error 0x80190001. Follow them carefully.
Option 1 – Run the Network Troubleshooter
As mentioned in the error message the issue might have something to do with the network settings of your computer so you can try to run the Network Troubleshooter and then try updating or installing Windows 10 again.
Option 2 – Update Network drivers
Tap the Win + R keys to launch Run.
Type in msc into the box and tap Enter or click OK to open the Device Manager.
After that, look for Network Adapters from the list of device drivers displayed. Once you find it, expand it to see the Network drivers.
Right-click on it and select the option “Uninstall device” – do the same thing for the other Network drivers.
Restart your PC so Windows can detect and reinstall the drivers you just uninstalled.
Option 3 – Use Storage Sense to clean up temporary and junk files
Open Setting > System > Storage from the WinX Menu.
From there, you will see a list of all the local and connected storage devices along with the details on the free space.
Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
Windows Upgrade Log Files
The system created Windows Error Reporting Files
Thumbnails
Temporary Internet Files
Previous Windows Installation Files
Delivery Optimisation Files
DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again.
Option 4 – Delete the contents in the SoftwareDistribution folder
The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
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 wuauservnet stop bits
After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
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.
Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauservnet start bits
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
Option 5 – Run the Windows Update Troubleshooter
You might also want to run the Windows Update Troubleshooter as it is also known to help users resolve Windows Update errors like error 0x80190001.
Option 6 – Try to disable your antivirus program
Disabling the antivirus program or any 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 7 – Try to use the Media Creation tool
The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
After making the bootable drive, you need to plug it into your computer and then reboot.
Next, tap the F10 or Esc key to open the boot options.
Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
For a while now, Microsoft has been working hard to add various built-in troubleshooters in Windows 10. In fact, there is a troubleshooter for almost every standard or common error in Windows 10. And now with the newly released Windows 10 v1903, Microsoft has added the Recommended Troubleshooting which allows Windows 10 to automatically fix a lot of critical issues on your computer, and in this post, you will be guided on how you can turn on or off the Recommended Troubleshooting in Windows 10.
The Microsoft Diagnostic & Feedback data only provides two settings – Basic and Full. So if you want to turn off the Recommended Troubleshooting for some reason, the only way to do so is to stop it from collecting complete data from your PC. And to turn it on or off, you can choose to switch between them. To do that, navigate to Settings > Privacy > Diagnostics & feedback and from there, select Basic under the Diagnostic Data section. After that, go back to Settings and go to Update & security > Troubleshoot. Once you’re there, you should see a warning message saying, “Share Full Diagnostic data to get additional troubleshooting recommendations”. Based on the message, Microsoft will only offer the recommended troubleshooting based on the Full Diagnostic data which it collects from your computer.
On the other hand, if you know how to navigate and use the Windows Registry, then you can enable or disable the Recommended Troubleshooting via Registry Editor but before you proceed, make sure that you create a System Restore point. Once that’s covered, follow these steps:
Tap the Win + R keys to open the Run dialog box and type “regedit” in the field and tap Enter to open the Registry Editor.
Next, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoft
From there, look for the key named “WindowsMigration”. If you can’t find it, just right-click on the left pane and create a new key and then name it “WindowsMigration”.
After that, create a DWORD “UserPreference” and double click on it to set its value to “0” if you want to turn it off or “1” if you want to turn it on.
Exit the Registry Editor and restart your computer to apply the changes made.
Note: The Recommended Troubleshooting functionality can look into the error logs sent back to the Microsoft team and use an algorithm to set up a solution for you and they’re nothing but Diagnostics and Feedback data that Windows collects and sends back to Microsoft. Moreover, the recommendations are only visible if you are connected to the internet, else it will show the same message.
When you get the “HTTP Error 304 Not modified” error in Google Chrome, Mozilla Firefox, or Microsoft Edge, there can be lots of reasons why you’re getting this error. The HTTP Error code 304 means redirection, technically. It could be that the DNS has some issues or the cache is already reusing the existing information to look for a website or it could also be that your browser might be infected.
In this post, we will show you what you can do to fix the “HTTP Error 304 Not modified” error when you are not able to open a website on your browser. Here are the exact details of the error message:
“This status code is returned if the client has already downloaded resources since the last visit and is displayed to notify the client browser that the requested resources is already stored in the browser cache which hasn’t been modified.”
Follow each one of the given fixes below to resolve the issue.
Option 1 – Clear the browsing data on your browsers
The first thing you can try is clearing the browsing data on your browsers.
Microsoft Edge:
Open Microsoft Edge.
Then click on the three horizontal dots to open the menu.
From there, click on Settings. And under Settings, click the “Choose what to clear” button under the Clear browsing data section.
Next, check all the checkboxes and then click the Clear button to clear the browsing data in the Edge browser.
Restart Edge.
Google Chrome:
Open Chrome and then click on the three vertical dots located at the top of the window.
Then click on Settings.
After that, click on Advanced. And from the Privacy and Security section, click on the “Clear browsing data” option.
Now click on the CLEAR DATA button.
Restart Chrome.
Mozilla Firefox:
Open Firefox and then click on the three horizontal lines to open the menu.
From there, click on Options.
Next, select Privacy & Security.
After that, click on the Clear Now button under the Cached Web Content section and then click the Clear All Data button under the Site Data section.
Restart Firefox.
Option 2 – Flush DNS and reset the TCP/IP
There are some websites that don’t resolve since the DNS in your computer still remembers that old IP address. And so you need to flush the DNS as well as reset the TCP/IP on your computer.
Click the Start button and type in “command prompt” in the field.
From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
After you key in the commands listed above, the DNS cache will be flushed and the TCP/IP will reset.
Option 3 – Try using the Google Public DNS
Changing your DNS to Google Public DNS might also help you in fixing the “HTTP Error 304 Not modified” error. To do so, follow the steps below.
The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
Next, click on the “Change Adapter Settings” option.
After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
Right-click on your network connection and click on Properties.
Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.
Option 4 – Run Cleanup Tool and disable Extensions
You might also want to run the Cleanup Tool in Chrome if you are using this browser as well as disable all the extensions as some of them, if not all, might be the reason why you’re getting the “HTTP Error 304 Not modified” error.