Logo

Fix Element Not Found for Bootrec /Fixboot

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.

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

Windows requires a digitally signed driver
Device drivers are needed in order for the hardware and software to communicate in an operating system. Some of these drivers are digitally signed. These kinds of drivers are drivers that are signed by their issuing authority in a way that the end-user or any third party won’t be able to modify them. And there are times when you encounter an error that says, “Windows requires a digitally signed driver” when you try to install or update device drivers. Driver Signing is the process of associating a digital signature with a driver package. Digital signatures are used in Windows device installations to verify the identity of the vendor providing the driver packages as well as to verify the integrity of the driver packages. All the drivers you usually install on your PC from Windows Update, Original Equipment Manufacturers, or some other third-party driver download software and so on must be verified digitally by Microsoft through the digital signature. A digital signature is an electronic security mark that verifies the publisher for the driver and all the relevant information related to it. That’s why Windows won’t run a driver if it isn’t certified by Microsoft, be it a 32-bit or 64-bit system – this is called the Driver Signature Enforcement. The only Kernel-mode drivers that Windows 10 will load are the ones that are digitally signed by the Dev Portal. However, the changes only affect the new installations of the operating system with Secure Boot on while the non-upgraded fresh installations would require drivers that are signed by Microsoft. The “Windows requires a digitally signed driver” error indicates that the driver you are trying to update or install hasn’t been signed digitally by the issuing authority, preventing you from installing or updating it. To resolve this issue, you can try to update the drivers directly from the manufacturer’s site. You could also disable driver signing via Group Policy Editor.

Option 1 – Update the device drivers directly from the manufacturer’s site

The reason why you’re getting the “Windows requires a digitally signed driver” error in the first place is that you might have downloaded the drivers from external media. It could also be that the drivers didn’t update for some time now and the issuing authority changed its policies. Thus, you can try to update the drivers straight from the manufacturer’s website and install them. If this option didn’t work, then you’ll have to disable the driver signing or its recognition in Windows 10. Keep in mind that doing so is not advisable if you have to use the concerned driver.

Option 2 – Disable driver signing via Group Policy Editor

  • Tap the Win + R keys to open the Run utility and type “gpedit.msc” in the field and tap Enter to open the Group Policy Editor.
  • After that, navigate to this policy setting: User configuration > Administrative templates > System > Driver installation
  • Next, double click on the “Code signing for device drivers” entry located on the right pane to open its properties where you’ll see the following description:
“This setting determines how the system responds when a user tries to install device driver files that are not digitally signed. It establishes the least secure response permitted on the systems of users in the group. Users can use the System in Control Panel to select a more secure setting, but when this setting is enabled, the system does not implement any setting less secure than the one the setting established. When you enable this setting, use the drop-down box to specify the desired response. “Ignore” directs the system to proceed with the installation even if it includes unsigned files. “Warn” notifies the user that files are not digitally signed and lets the user decide whether to stop or to proceed with the installation and whether to permit unsigned files to be installed. “Warn” is the default. “Block” directs the system to refuse to install unsigned files. As a result, the installation stops, and none of the files in the driver package are installed. To change driver file security without specifying a setting, use System in Control Panel. Right-click My Computer, click Properties, click the Hardware tab, and then click the Driver Signing button.”
  • Now select the radio button for “Enabled” and select Ignore from the drop-down menu under “When Windows detects a driver file without a digital signature”.
  • Then click on the Apply and OK buttons to save the changes made. This will get rid of the “Windows requires a digitally signed driver” error but take note that this will also make your system less secure.
Read More
Make AI images on your local PC

Stable Diffusion is a machine learning model developed by Stability AI to generate digital images from natural language descriptions. The model can be used for different tasks like generating image-to-image translations guided by text prompts and upscaling images.

Unlike competing models like DALL-E, Stable Diffusion is open source and does not artificially limit the images it produces. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set. It can run on most consumer hardware equipped with a modest GPU and was hailed by PC World as "the next killer app for your PC".

stable diffusion

Since Stable Diffusion is run locally and not in the cloud, as mentioned there is no limit to the number of images that you can produce but in order to use it you will have to get down a little dirty with setting your PC environment for it since it is not really an application, it is a command line text based descriptor that will use python to generate your images, so there is no install nor GUI.

In this guide, we will show you how to both install and run Stable Diffusion on your local PC so you can start producing some cool images all by yourself.

Hardware and software requirements

Make no mistake, Stable Diffusion will not run on a potato PC, in order to harvest the power of AI-generated imagery this is what you will need:

  • A GPU with at least 4GB of VRAM
  • 10GB of hard disk space
  • Python and libraries (Miniconda3 installer will install everything you need)
  • The Stable Diffusion files
  • Git
  • Any OS (Windows, Linux, macOS)

Installing components

For this tutorial, we are covering the installation and running of Stable Diffusion on Windows PC. The steps presented here are presented in a way that installation can be performed on any operating system but precise instructions will be for Windows OS.

GIT

The first thing to do is to install GIT. It is a tool that will let you easily maintain and install repos from the internet. to install it go to: https://git-scm.com/ and click on download. Follow the instructions for your version of the operating system. If you are a developer you are familiar with GIT and if you already have it installed you can skip this step.

One thing that is important when installing GIT locally is to select to use it via the command line (the second option that says "Git from the command line and also from 3rd-party software").

Miniconda3

Now when we have GIT installed, next thing is to use Miniconda3 to install python and all required libraries that are needed. Get the installer at: https://docs.conda.io/en/latest/miniconda.html

Miniconda3 is basically an easy installer so you do not have to install tons of stuff manually from different websites and sources, it is nicely packaged in the installer that will take care of everything.

Stable Diffusion

After the previous two steps, we are ready now to actually install Stable Diffusion. Go to https://huggingface.co/CompVis/stable-diffusion#model-access and install the latest library (as of the writing of this article currently it is stable-diffusion-v1-4-original, the last one on the right), the library is almost 5GB in size so be prepared for big download.

After installing stable diffusion's latest library it is time to update it to the newest version. You can download ZIP from GIT HUB https://github.com/CompVis/stable-diffusion

Once downloaded click on the Windows start button and type in Miniconda3 and click on open. Create a folder and name it how you want on a drive of your choice. For this example, we will install it all in disk C under folder AI_art, follow the instructions below but use your own names and destination instead. Do not close Minicoda3 after typing commands!!!

cd c:/
mkdir AI_art
cd AI_art 

Extract GitHub files that you have downloaded into your new folder and get back to Minicoda3 and type the next commands:

cd C:\AI_art\stable-diffusion-main
conda env create -f environment.yaml
conda activate ldm
mkdir models\ldm\stable-diffusion-v1

Let the whole process finish, some files are large and it might take a while. After the whole process is finished and completed, copy the checkpoint file that you have downloaded into: C:\AI_art\stable-diffusion-main\models\ldm\stable-diffusion-v1

After the file is copied rename it to model.ckpt and you are finished.

Running Stable Diffusion

The created environment is needed in order to actually use Stable Diffusion to create images. Each time you want to use it you will have to run it, so go into Miniconda3, and inside it type:

conda activate ldm
cd C:\AI_art\stable-diffusion-main

after we are inside the folder call the script with the parameters:

python scripts/txt2img.py --prompt "TXT DESCRIPTION OF IMAGE THAT YOU WANT TO CREATE" --plms --n_iter 5 --n_samples 1

and that's it, your image is created and it is located in C:\AI_art\stable-diffusion-main\outputs\txt2img-samples\samples

Read More
How to Delete your data from the internet
The Internet has come a long way from its infant stages and has become so large and huge that it has gained the status of basic human rights. There are very useful information and a lot of great content on it and among them, there are social media websites and other types of websites where you have, most likely placed some personal pictures or other information. One day you might want to cancel some of the services or you would like to take a break from it all. In this guide we will show you how to do exactly that, to delete and remove your data from the internet.

How to Delete Your Google Account

Google is arguably one of the most visited places on the Web. It stores a huge amount of data for delivering personalized content. It saves personal information, web searches, watched videos, location data, etc. You can view a summary of the data saved by different Google services by visiting your Google Dashboard.
To delete personal data from Google, go to myactivity.google.com. Select the Delete activity by from the left menu to start deleting activities.
Select All time to delete all of your activities from different Google services. You can also delete files saved to Google services, such as Google Photos, Google Drive, and Keep. Just visit the site, select the files, and delete them. Note that Google retains some information even after you delete all data. They do this to meet business needs and legal requirements. These will be deleted when you delete your Google account altogether.

How to Delete Your Facebook Account

Facebook stores a huge amount of data for each user. Some of the personal information stored in Facebook’s databases includes name and email, check-ins, location, images, videos, events, etc. You can view and download all of your personal data using Facebook’s information download tool. However, you will need to delete your account altogether for removing your personal data from Facebook. Follow the below steps to delete your Facebook account.
  1. Log in to your Facebook account and go to Settings & privacy > Setttings.
  2. Select Your Facebook Information.
  3. Select Deactivation and Deletion.
  4. Select Delete Account.
  5. Select Continue to Account Deletion.
  6. Select Delete Account.
  7. Enter your password and click Continue.
It can take up to 90 days for Facebook to delete your personal data from the Internet. You will not be able to access any of the data once the deletion starts. However, you can cancel this within the first 30 days.

How to Delete Your Twitter Account

Twitter has also followed in the footsteps of Facebook when it comes to harvesting your personal data. It utilizes this information for delivering personalized ads and tweets. You can download an archive of all of your personal data from Twitter. It makes it easy to monitor what information is available to the platform. Click the More button from the left menu and head over to Settings and privacy. Follow the below steps to download your personal information.
  1. Select Download an archive of your data from the Your Account section.
  2. Select Request archive from under the Twitter data section. Enter your password when prompted.
  3. It will take some time for Twitter to make the data available to you. You’ll receive an email once the data is ready to be downloaded.
It would be best if you also restrict data sharing and off-site activities. Head over to Privacy and safety and inspect the options under the Data sharing and off-Twitter activity section.
Look in the Interests and Your advertiser list sections from the Ads preferences tab. You can disable Twitter from tracking you in the Off-Twitter activity tab. Uncheck the options from the Data sharing with business partners and Location information tabs.
Finally, you need to deactivate your account for deleting all personal information from Twitter. You’ll have 30 days to reactivate the account. After that, Twitter will begin erasing your information from its systems. Note that they can still retain some information subjected to platform regulations.

How to Delete Your Instagram Account

Instagram has risen to prominence in the last couple of years. The company collects a huge amount of personal information from its users, including media, name, email, and much more. You’ll need to deactivate your account altogether if you want to delete everything Instagram knows about you.
Head over to the Delete your account page and select the reason you want to delete it. Enter your Instagram password to verify your identity, then click on the Delete button. Instagram will hide your account details for the next 30 days and delete all personal data after the given period.

How to Delete Your TikTok Account

TikTok is another emerging platform that has become quite popular among millennials. Users share a lot of personal information through personalized music videos. You need to delete your TikTok account permanently to remove all personal data from TikTok.
To do this, head over to Me, then tap on the icon in the top-right corner of the window. Select Delete account from under the Manage Account section. Follow the instructions provided there to continue deactivating your account. Like Instagram, TikTok also offers a 30-day time period to allow users to change their minds. It will delete your personal data from the Internet after this period.

How to Delete Your Snapchat Account

  1. Go to Snapchat’s Accounts Portal and log in with your name and password.
  2. Select the Delete My Account option.
  3. You’ll be taken to the Delete Account page directly.
  4. Retype your password once more.
  5. Click on the yellow Continue button.
Do keep in mind that Snapchat will hold on to your data for another 30 days, just in case you change your mind and decide to return. If you do decide to come back, all you need to do is visit the Accounts Portal again and log in to your account. This will reactivate your account. While your account is in this deactivated phase, your friends will not be able to contact you or interact with you in any manner on Snapchat. After the 30-day period has elapsed, your account will be permanently deleted.
Read More
"Stop Running This Script" Error - How to Fix It

Stop Running This Script Error - What is it?

"Stop Running This Script" Error is a Windows Internet Explorer error message that is displayed in the following format with a yes and a no button:
Stop running this script?
A Script on this page is causing your web browser to run slowly.  If it continues to run, your computer might become unresponsive. This occurs when some scripts take an excessive amount of time to run. To be precise, there are some websites that use JavaScript, JQuery, and Active X scripts to run. These scripts are notorious for taking too much time to run. So, if you use the Internet Explorer as your web browser, then by default if the website takes a long time to load, the ‘Stop running this script error will be triggered. Other than this, if you are scripting an Active X control on the web page to transfer a very heavy file or run a huge database query, this may cause delays and lead to the error display. However, if you use Firefox, then the ‘Stop running this script error code will be promoted as ‘Unresponsive Script’ error.

Solution

Restoro box imageError Causes

The ‘Stop running this script error code’ is triggered due to multiple reasons. These include:
  • Webpage programming errors
  • Running a pop-up killer
  • Spyware and viral infection
  • Active X control errors

Further Information and Manual Repair

Here are some of the best methods that you can try to resolve Internet Explorer’s ‘stop running this script error’ on your PC:

1. Change the Internet Explorer Settings

This can be done by opening Internet Explorer and in the top menu, click on Tools, and then go to Internet Options. Now click on the Advanced Tab option. Locate where it says ‘Disable Script Debugging’. Once you find it uncheck the box beside it. Now close the browser and restart your PC. Access the same website on your IE web browser and see if the website opens. If it does, then the error is resolved. However, if it doesn’t, then you the underlying causes for the stop running this script error message could either be spyware or ActiveX control error.

2. Download Restoro

Whether the error occurs due to spyware invasion of Active X control error, it is advisable to download Restoro on your PC. This is a next-generation, innovative, and multi-functional PC repair tool that has several powerful utilities deployed together in one program. Plus you don’t have to get into the technicalities of resolving Active X control issues. Restoro is safe, bug-free, and efficient. It has a user-friendly interface and simple navigation which makes it quite easy for all levels of users to operate. It is compatible with all Windows versions including Windows 7, 8, XP, Vista, 8.1, and 10. This PC repair tool is a one-stop solution for all your script error repair needs. It includes the following utilities: a registry cleaner, a system stability detector, and an ActiveX control error scanner. It simultaneously scans for ActiveX control errors too. So, if the IE script error is triggered by ActiveX control issues, it resolves them too. To fix the ‘stop running this script’ error code on your PC, click here to download Restoro
Read More
How to Fix the AVFoundationCF.dll Error on Your PC
AVFoundationCF.dll is a type of Dynamic Link Library file. This DLL file is associated with AVFoundationCF and is developed by Apple Computer Inc. for Windows PC. This file functions similarly to any other DLL files. It comprises of small programs. This DLL file is typically needed to load and start the Apple iTunes utility. The inability to call this file or the files to load triggers the AVFoundationCF.dll error message on your system. The error message can be displayed in either of the formats on your PC:
“The program can’t start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.” "This application failed to start because avfoundationcf.dll was not found.” "Cannot find %COMMONFILES%AppleApple Application Supportavfoundationcf.dll." "Cannot start AVFoundationCF. A required component is missing: avfoundationcf.dll.” “Avfoundationcf.dll Access Violation." "Cannot register avfoundationcf.dll."

Solution

Restoro box imageError Causes

AVFoundationCF.dll error can occur due to numerous reasons. However, the most common reasons for this error code include:
  • Viral infection
  • Corrupt or invalid registry entries
  • Apple Computer Inc. hardware failure such as bad hard drive
  • Missing or deleted Avfoundationcf.dll file
It is recommended to resolve the error as soon as you experience it virtually because if the error code is related to viral infection on your system, it can expose your PC to privacy errors and data security risk. And if the error is triggered by registry issues, it can lead to serious threats like system crash, failure, and data loss. Therefore, the AVFoundationCF.dll error not only hampers your ability to access and start Apple iTunes program but it also puts your PC at serious risk.

Further Information and Manual Repair

To fix the error AVFoundationCF.dll on your PC, here are some of the best and easy to do solutions that you can try:

Check your Recycle Bin

Since dll files are shared files, there is a possibility that this file accidentally got deleted when you were uninstalling some other program on your system. If you experience missing AVFoundationCF dll file error message after performing any program on your PC, then chances are that it got deleted and maybe in your recycle bin. So, first, check your recycle bin and search for the dll file. If you find it, restore it to fix the error.

Update Device Driver

To resolve the issue, try performing a driver update. This can be done by downloading the latest drivers from the hardware manufacturer’s website. Now open Device Manager from the Control Panel and locate the hardware device that you want to update the driver for. Once you find the hardware you are updating the driver for, right-click on the hardware icon and choose properties. In the properties windows, click the driver tab. Now click the update driver button. To activate changes, restart your PC. To automatically update your computer's drivers when necessary, download and install DriverFIX.

Try Re-installing Apple iTunes Program

To do this, simply go to the control panel, select programs and then uninstall a program and then select iTunes.  Uninstall it and then repeat the same program and install the Apple iTunes program again on your PC by downloading the program from Apple’s official website.

Scan for Viruses

If the error still persists, then it is advisable to scan your PC for viruses. This can be easily done by running a powerful antivirus on your PC. However, please note anti-viruses are notorious for slowing down PC performance. So, may have to compromise on the speed of your system.

Clean and Repair the Registry

If the error is caused by invalid and corrupt registry entries and damaged Avfoundationcf dll file, then the best way to resolve is to download a powerful registry cleaner. We advise you to install Restoro on your PC. This is an advanced and a multi-functional PC Fixer integrated with multiple powerful utilities including a high functional registry cleaner, an antivirus and a system optimizer. The registry cleaning utility scans all the registry issues and removes all errors triggered by the registry immediately. It cleans the registry by wiping out all the unnecessary, obsolete and redundant files including invalid entries and bad registry keys. Furthermore, it also fixes the damaged and corrupt dll files including Avfoundationcf dll file. Thereby resolving the error right away. Furthermore, the antivirus deployed in this software scans for all types of malicious codes like viruses, Trojans, spyware, and malware and removes them. To ensure you don’t compromise on your PC performance, it is deployed with a system optimizer utility that boosts the speed of your computer dramatically. This tool is bug free, has a user-friendly interface and compatible with all Windows versions. Click here to download Restoro and resolve Avfoundationcf.dll error on your PC today!
Read More
A Quick Guide to Resolving Error 2738

Error 2738 - What is it?

The error code 2738 typically occurs either when you attempt to install a program or uninstall it on Windows Vista and 7. The error message is displayed in the following format:
“Error 2738. Could not access VBScript run time for custom action.”
It is a type of runtime error associated with VB (Visual Basic) Script. It indicates that the VB script engine is not correctly registered on your computer.

Solution

Restoro box imageError Causes

The error 2738 may occur due to multiple reasons. These include:
  • Windows VB Script engine is not properly installed or is disabled on your PC
  • Registry keys are incorrect
  • Corrupt registry entries
  • Poor PC maintenance
As this error code may be generated due to registry issues, it is advisable to fix it immediately as it may pose serious threats to your system like system failure, crash and valuable data loss. And complete data retrieval is often the hardest task.

Further Information and Manual Repair

To avoid such threats and to resolve the error 2738 on your PC immediately, here are some solutions that you can try:

Register the VB Script Engine Correctly on Your PC

This can be done by running the command prompt as administrator:-
  • Simply go to the start menu, click all programs, and select accessories.
  • Right-click on Command Prompt and select ‘run as Administrator’.
  • Navigate to the folder that contains the DLL. If you are using Windows 32 bit version, then type cd %windir%system32 into the Command Prompt and then press enter.
Nonetheless, if you are using 64-bit version Windows then type the following command: regsvr32 vbscript.dll and then press enter. This will help you register the VB script engine correctly and resolve the issue.

Download and Run Restoro

If the error still persists, then this means the underlying cause of the error 2738 could be invalid and corrupt registry keys. To resolve either of the causes in seconds, it is advisable to install and run Restoro. Restoro is an advanced, innovative, and multi-functional PC Fixer. This tool is embedded with multiple utilities including a powerful registry cleaner, an antivirus and a system optimizer.  The registry cleaner is a powerful utility that instantly detects all registry issues and resolves them right away. The registry saves all activities performed on the PC. It stores all types of files including invalid registry keys, cookies, internet history, junk files and temporary files. If these unnecessary files are not removed and cleared from the PC, it not only takes a lot of disk space but also damages the registry and dll files. The registry cleaning utility detects all such files and removes them. It wipes out all invalid registry entries and bad keys clean the registry and restores it. In addition to this, this tool can also be used to remove viruses and optimize the system speed. It is a user-friendly and highly functional PC repair tool. It is compatible with all Windows versions Click here to download Restoro on your PC and resolve error 2738 right away!
Read More
How to create a public VPN Server on Windows
As you know, a Virtual Private Network or VPN is used to access a particular network from another network which is why it is also referred to as a mini-internet. Moreover, you can use it in two ways. One, you can use it to get you access to a closed server which means that you would not be getting access to the internet. Second, you can also use it to access a set of resources while at the same time get access to the internet. However, what if you want to access your resources at home even when you’re away? And what if you want to use the private server at home or at your office even when you’re away? This is where the callout for a VPN server for yourself comes in. And so in this post, you will be guided in how you can create a public VPN server on your Windows 10 computer. Follow each one of the given steps below to get started. Step 1: Find your IP address. This step is rather simple since all you have to do is open Control Panel > Network and Internet > Network and Sharing Center. From there, click on “Local Area Connection” and then click on Details where you’ll see your IP address next to “Autoconfiguration IPv4 Address”. Step 2: Next, set up port forwarding on your router. In this step, you will have to configure port forwarding in your router so that you would be able to connect to the VPN server through a public network like the internet.
  • Log in to the Admin Panel of your router. You have to do this since your router will be the gateway for your access to the network.
  • After you’re logged in, look for the “Port Forwarding” or “Applications and Gaming” or “NAT/QoS” menu tab and other similar names.
  • Now you need to set the port number to 1723 for connections based on Point to Point Tunneling Protocol.
  • Then save the configuration and reboot your router.
Step 3: Set up a VPN server on Windows 10.
  • In the Cortana search box, type “ncpa.cpl” and click on the related entry from the search results.
  • After that, tap the Alt + F keys to bring down the File Menu and then select New Incoming Connection which will open a mini window where you can allow the user accounts on the particular machine to access the VPN connection.
  • On the other hand, you can also click the “Add someone” button so that you can add someone else to the whitelist that can access the connection.
  • Now click on Next and you’ll see an option to select how people will connect to the network. Check the checkbox for the “Through the Internet” option.
  • After that, you will see a page where you have to configure the network. Just select IPv4 and then click on Properties.
  • From there, you will be asked to continue some additional settings like letting users access your Local Area Network or how IP addresses will be allocated to these users. Click on OK to save the changes you’ve made.
  • Click on Allow Access after you configure the network. And if you want to, you have the option to print this information for future reference or for the client machine.
  • Now click on Close to exit the configuration process.
Step 4: Allow the VPN Connections through the firewall In this step, you will have to allow the VPN connections through the firewall.
  • In the Cortana search box, type “Allow an app through Windows Firewall” and click on the related search result to open the intended Windows Firewall settings.
  • Next, click on Change Settings.
  • Then scroll down to check if Routing and Remote Access is Enabled for both the Public and Private networks and click on OK.
Step 5: Set up a VPN connection on Windows 10 Now all that’s left for you to do is to set up a VPN connection on Windows 10.
  • Go to Settings > Network and Internet.
  • From the list of options given, click on VPN located on the left pane to see the related settings.
  • After that, click on the “+” icon to add a VPN connection.
  • Next, select Windows Default under VPN Provider and under the Connection Name, input your VPN’s name, and then enter the IP address you got from the VPN service provider under the Server name or address section.
  • Now select PPTP under VPN type since it is the most commonly used protocol for VPNs.
Read More
Fix An unspecified error 0x800700b7
If you receive an error that says, “An unspecified error occurred during System Restore (0x800700b7)” when you tried to restore your Windows 10 PC, worry not, for this post will help you resolve the problem. This kind of error typically occurs when System Restore was not completed successfully and fails instead with this error. Before you start, you must not abruptly shut down your computer and wait for the error to occur. You may receive this error due to many possible reasons. It could be caused by your antivirus program that’s not letting the process complete or corrupted system files which causes the failure or it could also be caused by an unsuccessful installation of a Windows Update. Here are some fixes you can check out if you can still boot into your computer:

Option 1 – 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 System Restore process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and then run System Restore again, don’t forget to enable the antivirus program back again.

Option 2 – Run the DISM tool

The next thing you can do is run the DISM tool. This tool is known to repair potentially corrupted files in your system as having them could also system issues like the blank dialog boxes. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the problem is now fixed.

Option 3 – Run the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the errors 0x8024a11a and 0x8024a112. To run the SFC command, follow the steps given below.
  • Type “cmd” in the Start search and then right-click on the appropriate search result.
  • Next, select “Run as administrator” to open Command Prompt with admin privileges.
  • 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.
  • Now restart your computer and see if the problem is fixed or not.

Option 4 – Try to run the System Restore in a Clean Boot State

If the first three given options didn’t work and the service still keeps on failing even though the service is running, you can try putting your computer in a Clean Boot State and then try to run System Restore again.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to run System Restore again and see if the process goes smoothly.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing the problem with System Restore. 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. On the other hand, if you can’t boot into your Windows 10 computer, here are some fixes you can try instead:

Option 6 – Try running System Restore in Advanced Startup Options

If you cannot boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into the Advanced Startup Options screen.
  • From there, you will see some options to troubleshoot when you can’t log in to Windows in the usual way.
  • Now select Troubleshoot > Advanced Options > Command Prompt.
  • After that, type “rstrui” and hit Enter to execute the command which will start the System Restore process.

Option 7 – Run the SFC scan and DISM via Advanced Startup Options

Like what you did in the first given option, you can use the Advanced Startup Options to run both System File Checker and DISM. All you have to do is boot into the Advanced Startup Options and from there select Troubleshoot > Advanced Options > Command Prompt. After accessing Command Prompt, you can run the System File Checker scan first by entering the “sfc /scannow”. As for DISM, you can run the “Dism /Online /Cleanup-Image /RestoreHealth” command.

Option 8 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.
Read More
Mac advantages over Windows PC
apple iMac

Mac OS

A solid reason to switch to Mac from Windows PC is Mac OS. Based on Linux, offers more stability and better security than Windows but you will not be able to find a vast array of applications on it.

Even when Mac OS X (the first big one) was first introduced, it looked and felt like ages beyond Windows (Microsoft just recently made a slick and modern design with Windows 11). Under the hood, it turned out that the operating system itself is stable and incredibly fast & responsive. If you value stability and easiness of use, Mac OS is the Operating system for you.

Apple ecosystem

This one is easy, if you are already invested in apple devices like iPhone and iPad, having an apple computer is one step forward into the apple ecosystem and one more step into easy sharing of documents and data between devices.

Calendars, emails, photos, videos, documents, and many more can easily be shared and synched between devices with a single apple ID making workflows much easier than on other operating systems.

Development

Developers all around the world say that developing on Mac is much better and smoother than on PC, this has probably to do something with OS being based on Linux but whatever the case is, it is much smoother and it just feels better. Apple laptops are often the go-to choice of developers for a reason.

Also if you are in the development business for applications and services aimed at iPhone or iPod then there is no really another way than to be into the apple ecosystem and own apple hardware.

Professional software

A lot of professional-grade software exists for both the Windows platform and Mac OS but there is some software that exists exclusively for Apple hardware like Final Cut Pro or Logic Pro. Both applications are used by professionals and are industry-standard software.

Logic pro is used by industrial audio specialists all around the world and is used in professional studios. Final Cut Pro is also used worldwide by video editors and if you are specializing in any of these two fields Mac seems like a very reasonable platform since the software can not be found on Windows. These two are examples, there are other similar applications that are only available on Mac OS

Longevity

Apple hardware is made of high-quality materials and components and it is proven over time that it lasts longer than usual. There are iPhones out there that have 13 years and they are still working, G3 and G4 Macs that are still functional.

When buying Apple products they will outlive other ones if treated properly so in the end you could be saving money by purchasing them.

Read More
Fix Windows Update error 0x80246008
Updating your Windows 10 computer does not always go smoothly as there are some errors you can encounter along the way. One of these Windows Update errors is the error code of 0x80246008. This kind of error can occur during different phases of an update that’s being downloaded or installed and even when an update is being initialized. If you narrow down the cause of this Windows Update error, you’ll most likely see that it is related to the deliverability of a file to a computer from the servers of Microsoft. In other words, the error might be due to conflicts from programs like Firewall as well as third party programs like Antivirus or it could also be due to corrupted disk image or system files or it could be that any of the supporting Windows Update components and services are not working properly. Whatever the cause may be, the potential fixes provided in this post can be applicable to Windows Updates as well as the Microsoft Store. Refer to the suggestions provided below to resolve the Windows Update Error 0x80246008 but before you proceed, make sure that you create a System Restore point first.

Option 1 – Apply some tweak in the Windows Registry from Command Prompt

  • Tap the Win + X keys and select Command Prompt (Admin) to open Command Prompt with admin privileges.
  • Next, navigate to the root location of the bootable device inside the Command Prompt command line.
  • Once you’re in the root location, type the following command and tap Enter to execute it:
reg add HKLMSYSTEMCurrentControlSetControlBackupRestoreFilesNotToBackup
  • After that, close the Command Prompt command line and then tap the Win + R keys to open Run utility.
  • In the field, type “services.msc” and click OK or tap Enter to open the Windows Services Manager.
  • From there, look for the following services:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • Now open their Properties and make sure that their Startup type is as mentioned above and that they are running. If they are not running, just click on the Start button.

Option 2 – Run the System File Checker Scan

If the registry tweak didn’t work, you can run a System File Checker scan instead. It is a built-in command-line utility that replaces bad and corrupted system files to good system files that might be the cause why you’re getting the error when you try updating your computer. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 3 – Run the Windows Update Troubleshooter

If the System File Checker wasn’t able to resolve the Windows Update error, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. 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.

Option 4 – 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 5 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to 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 wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer.
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