Microsoft office has two major packages, an online one, and an offline version. The online version of the course is Office 365 that requires a monthly subscription and it is always regularly updated and maintained. Another version is more of a typical old school application, install it and use it, no constant internet connection is required and no monthly subscription is required, buy once and use it.
The last version of buying it once and use it was Office 2019 and after two years we are going to receive a new version soon. Microsoft has set its release date for October 5th of this year and as always it will feature the current latest version of office applications and one-time purchase.
The new office will support dark mode and other improvements tied to the new Windows 11 and some specific features tied to Office itself.
One of the most critical processes in the Windows 10 operating system is the Explorer.exe. And there are times when you might encounter an error that says, “System call failed”. You can encounter this error when you try to launch File Explorer, and in such case when the File Explorer does not work, it could cause issues in accessing folders and files on your computer.
This kind of error pops up when the explorer.exe system file has become corrupted or if there is some process that interferes with its smooth functioning. To fix this error, you can try to restart the explorer.exe process, run both the System File Checker scan and DISM tool. You could also put your computer in a Clean Boot State or uninstall any programs you’ve installed recently. For more details, follow each one of the given suggestions below.
Option 1 – Try to restart the Explorer.exe process
The first thing you can do is try to restart the Explorer.exe process. To do so, refer to these steps:
First, right-click on the Taskbar and select the Task Manager.
Next, expand the Task Manager window to see all the active processes.
From there, look for the Windows Explorer process, right-click on it and select Restart.
After that, check if the error is now fixed.
Option 2 – Run System File Checker scan
If restarting the explorer.exe process didn’t work, you can also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
Hit the Win + R keys to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in this command: sfc /SCANFILE=c:windowsexplorer.exe
Note: If you are using a 64-bit Windows operating system, enter the “sfc /SCANFILE=C:WindowsSysWow64explorer.exe” command instead.
Wait until the process is completed and then restart your computer.
Option 3 – Run the DISM tool
You might also want to 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 “System call failed” error. 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 4 – Try running the Check Disk utility
In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
After opening Command Prompt, type this command and tap Enter: chkdsk c: /f /r
The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
Tap the Y key to schedule Disk Check the next time your computer restarts.
Option 5 – Put your computer in a Clean Boot State
As pointed out, there are some instances that some conflicting programs installed in your computer might be the one that triggers the “System call failed” error to appear when you try to open File Explorer. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
Log onto your PC as an administrator.
Type in MSConfig in the Start Search to open the System Configuration utility.
From there, go to the General tab and click “Selective startup”.
Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
Next, click the Services tab and select the “Hide All Microsoft Services” check box.
Click Disable all.
Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
Once your computer has restarted in a Clean Boot State, perform your scan again and see if it now works, and then start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Option 6 – Try to uninstall the programs you’ve installed recently
In case you don’t know, freeware software packages aren’t always free as some of them could contain malicious software that can cause serious damage to your computer. Thus, if you have installed a program recently prior to getting the “System call failed” error, then you have to uninstall that program.
Tap the Win + R keys to open the Run dialog box.
Then type “appwiz.cpl” in the field and tap Enter to open the Programs and Features in Control Panel.
Next, arrange the list of installed programs in the order of the installation date.
After that, look for the problematic program and right-click on it, and then select Uninstall.
Once the process is done, restart your computer and see if the error is fixed.
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".
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.
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:
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
If you are trying to save a file in a PDF format on your Windows 10 computer but then the PDF text content in an Adobe file suddenly disappears, then read on. This post will give you more insight into this issue. This kind of issue is rare and mostly occurs in forms that you can fill upon. In such a case, the text you enter in the form vanishes right after you click the Save button.
One of the benefits of working with PDF files is that it has the ability to compress high-quality files to relatively small file sizes. This is really useful especially when you are saving hard drive space and you’re working with limited storage resources. However, these files can contain layered content if they are created from layered documents using applications like Adobe InDesign. Consequently, a single page of the PDF file can contain different layers with different content. So if you try to save or print a PDF file that contains layered content, the elements will disappear from the PDF. To resolve this issue, you can try to merge or flatten the file since it will help keep the changes in the PDF file. On the other hand, you can no longer make any alterations or form data once you flatten the file. Another thing to keep in mind is that merging or flattening the file can’t be undone so you might want to save another copy of the file before you proceed.
Option 1 – Print to PDF
First, you have to open the desired PDF file and tap the Ctrl + P keys to open the Print dialog box.
After that, select the “Microsoft Print to PDF” option as the printer.
Once the action is confirmed, it will regenerate another version of the PDF file with the default settings and merge all the existing layers into a single layer.
On the other hand, you can also click on the “File” menu of the PDF file and select Print.
From there, click on the Print button and select “PostScript (*.ps)” as the “Save as” type to save a PostScript copy of the original PDF file.
Once you’re done, double click on the .ps file to open the file in the Adobe Distiller which will flatten the file automatically and convert it to a PDF file with only one visible layer.
Option 2 – Save the PDF file as an Optimized PDF file
If you are using the Acrobat Reader Pro version such as the Acrobat Pro, Foxit, and so on, you can try to flatten the layers by saving the PDF file as an Optimized PDF file. Refer to these steps to do so:
Select File > Save as > Optimized PDF.
Next, select the Transparency checkbox from the Settings window that opens.
Then click on the Save button to apply and save the changes made. After that, the PDF text content should not disappear when you try to save a file on your Windows 10 computer.
Each time you connect to a Wi-Fi network your PC saves that network password. If for any reason you need to see this password or passwords there are ways you can do it and we are here to show you how.
Hello and welcome to error tools where we aim to help you with all of your Windows problems and issues, where we offer our insight on various topics and sometimes go offroad and write something crazy. This time we will offer you a way on how to easily and quickly see how can you find out your memorized Wi-Fi password.
Find your W-Fi password
Make sure that you are connected to the Wi-Fi network you wish to find out the password of
Open Windows Settings app by pressing ⊞ WINDOWS + I
On the left side choose Network & Internet and click on it
Click on Advanced Network Settings
Inside Advanced Network Settings go to Related Settings
Select More Network Adapted Options
Right-click on your adapter and select Status
Click on Wireless Properties
Click on the Security tab
Click on enable on Show Character box beneath Network Security key to reveal Wi-Fi password
If you are having issues with your network connection and you have it configured to DHCP, then you shouldn’t have any issues in figuring your IP address out. If you want to prevent conflicts between network devices and enable their easy management, then you have to set a static IP address in your Windows 10 computer, worry not for this post will show you how it’s done.
The IP addresses for computers are usually configured to the Dynamic Host Configuration Protocol or DHCP automatically by the respective router. This is really convenient since the devices instantly connect to your network and through this, you can save yourself the trouble of configuring the IP address for each new device manually. However, there’s a shortfall in the process – the computer’s IP address can change every now and then.
Moreover, you might also find it a lot easier to share a printer or configure a Port forwarding when you set a static IP address. There are three ways to do it – you can set it via Control Panel or Windows Settings or using Windows PowerShell. For more details, follow the options provided below.
Option 1 – Set a static IP address via Control Panel
Right-click on the network or Wi-Fi icon located in the Taskbar.
Then select the “Open Network and Internet settings” option from the given list of options.
Next, go to Wi-Fi settings and scroll down until you see the “Related Settings” section. Here, click on the “Change adapter options” link which will open a new window that will direct you to the Network Connections section of the Control Panel.
After that, right-click on the network connection you want to set a static IP address for and then select the Properties option.
Then select Internet Protocol Version 4 (TCP/IPv4) under the Networking tab and click the Properties button.
Now switch the selector to the “Use the following IP address” option and make the entry for the following fields that correspond to your network setup.
IP address (Find it using the “ipconfig /all” command)
Subnet Mask (On a home network, it is 255.255.255.0)
Default Gateway (It is your router’s IP address.)
Then check the “Validate settings upon exit” option to help Windows check your new IP address quickly as well as the other relevant information to make sure that it’s working.
Once you’re done, click the OK button and close the network adapter’s properties window.
Option 2 – Assign Static IP address using Settings
First, click on the gear icon for Settings and select the Network & Internet tab.
Next, select Wi-Fi > Current connection where you’ll have to select the network connection your computer is connected to.
After that, scroll down until you reach the IP settings section and then click the Edit button.
Now click the drop-down arrow when the IP settings window pops up and select the Manual option.
Now turn on the IPv4 toggle switch and set the static IP address. You also have to set the Subnet prefix length (subnet mask). For instance, if your subnet mask is “255.255.255.0”, then the subnet prefix length in bits should be 24.
Afterward, configure the Default Gateway address and the Preferred DNS address and then save the changes you’ve made.
Option 3 – Assign the static IP address using Windows PowerShell
In the Start Search, type “PowerShell” and right-click on Windows PowerShell from the search results to open PowerShell with admin privileges.
After that, enter this command to view your computer’s current network configuration: Get-NetIPConfiguration
Next, take note of the following information:
InterfaceIndex
IPv4Address
IPv4DefaultGateway
DNSServer
Once you’re done, execute this command to set a static IP address: New-NetIPAddress -InterfaceIndex 15 -IPAddress 192.168.29.34 -PrefixLength 24 -DefaultGateway 192.168.29.1
Afterward, change the default gateway with the default gateway address of your network and make sure that you change the InterfaceIndex number with the one that corresponds to your adapter and IPAddress with the IP address you want to assign to your computer.
Now execute this command to assign a DNS server address: Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses 10.1.2.1
Finally, save the changes you’ve made and restart your computer.
If you are following the latest gaming trends and spend a lot of time on social media, watching streams, etc. you might be under impression that gaming as a hobby is very expensive. If you plan to play the latest games on a very large screen in their highest setting that might be true but if you do not care about that you can still play games and spend much less money on them.
That being said we are here to share with you some tips and tactics on how to play good games with minimum money spent.
Do not buy games the moment when they are released
Buying a game on its launch date is maybe the worst and most expensive thing you can do. Games have their highest price on launch day but sadly with the current state of the industry, they are in their worst state as well. Games eventually became better over time after patches are released but so does their price drops after the hype has calmed down. So if you really must have some specific game on its launch day, go for it but know that by doing so you are getting the worst version of the game for its higher price.
Wishlist games and wait for the sale
All services today have a wishlist, very good and money-saving tactic is to wishlist interesting titles and wait for them to be on the sale. Services will usually have the option of sending you an email once your wishlist titles are on sale so you will be notified once they do. A good tactic as well is to wait for large sales like for example summer, winter, easter sales, or many other seasonal ones.
Get free games
Some online stores are offering free games from time to time and some are always offering some titles as gifts in order to get customers to their platform. EPIC has become famous for gifting some great titles over the past years completely for free and there are a lot of free-to-play games on each platform that you can play.
Get second-hand PC
Having a new computer is great but if your budget is tight you might consider getting your PC as a second hand instead of the new one. Hardcore games will switch components more frequently than your typical users and usually the components will be sold cheaper and be more affordable.
Play games on some older devices in general
Many games today are available on many platforms not only just on your typical PC. Same titles are available on your mobile phones, tablets, and even on your Android TV. Many titles will not even require the latest technology or monster of a computer in order to run them. You can also lower game settings and play many games on lower hardware if you do not mind not having top graphics settings.
Play over the cloud streaming
If you are very tight on budget but want to enjoy new games in their full glory there is always the option to play games via a cloud streaming service, it is not exactly a mega cheap option since it has a monthly fee but it is cheaper than some high-end gaming computer. If you combine this with the game pass you can enjoy the latest games with high-quality settings and pay it on a monthly basis.
In an operating system, it is ideal for an administrator to have permission to access all the folders and files. However, there are times when you try to access the security settings or attempt to view the properties of a file, you could encounter an error saying, “You do not have permission to view this object’s security properties, even as an administrative user”.
This kind of error may be caused by several reasons. For one, if your computer is infected with a virus or malware which might have caused some changes to the concerned folder or file. It could also occur if a program or service is using the folder or file simultaneously which explains why you’re not able to access the system. It could also be that the folder or file might have been owned by a user account that no longer exists or you might not have the permissions to view the targeted folder or file even though you’re logged in as administrator.
To fix the “You do not have permission to view this object’s security properties, even as an administrative user” error, here are some options that might help.
Option 1 – Put your computer in a Clean Boot State
You can also troubleshoot the problem in a Clean Boot state. It could be that there are some third-party applications in your computer that’re preventing you from accessing security settings or properties of a file and to isolate this possibility, you need to boot your computer in a Clean Boot State and then try installing the program again. Putting your computer in this state can help you identify which program is the culprit and thus isolates the problem. In a Clean Boot state, your computer will start using only the pre-selected minimal set of drivers and startup programs. Note that you have to disable and enable one process at a time.
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.)
After you’ve set your computer into a Clean Boot State, try to check if the error is now fixed and that you can now view the Properties.
Option 2 – Try booting your computer into Safe Mode and delete inactive users
Aside from the Clean Boot State, you can also reboot your computer in Safe Mode and then delete all the inactive users. There are instances when the folder was created or owned by a user account that’s either deleted or inactive now and so you need to get rid of these inactive user accounts to resolve the error.
First, boot your computer in Safe Mode.
Then right-click on the concerned folder or file and select Properties.
Next, select Advanced in the Security tab and click on Add.
A new window will appear and from there, click on “Select a principal”.
And then type the name of the user to who you wish to give permissions in the “Enter the object name to select” box.
Now select Check Names and this would resolve the user name.
After that, click OK to save the settings. This will close the window and take you back to the previous one.
Next, from the drop-down menu, change the Type to Allow and select the Full Control checkbox.
Click OK to save the changes made and then restart your computer in a normal mode.
Option 3 – Try to take ownership of the folder or file
Another thing you can do to fix the problem is to take ownership and force the system into giving permissions to the Administrator. How? Refer to these steps:
Type “command prompt” in the Windows Search bar and then right-click on the relevant search result and select “Run as administrator”.
After that, if a User Account Control or UAC prompt appears, just click on Yes to proceed.
Next, type and enter this command: TAKEOWN /F <path>
Note that the <path> is the location of the folder or file in File Explorer.
Now type and enter this second command: ICACLS <path> /grant administrators:F
Finally, once the command has been executed, restart your computer and then see if you can now access the folder or file.
Option 4 – Try scanning your computer using Windows Defender
As mentioned, the error when accessing the security settings or properties of a folder or file might be due to a virus or malware. It could be that it had made some modifications that prevents you from accessing security settings or properties. To eliminate it, you have to scan your computer using security programs like Windows Defender.
Tap the Win + I keys to open Update & Security.
Then click on the Windows Security option and open Windows Defender Security Center.
Next, click on Virus & threat protection > Run a new advanced scan.
Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Runtime Error 339 is a common error code format that appears when a computer overloads with too much data.
However, in some cases, it may occur due to the missing registry keys, DLL files, or during installation. It may lead some programs to shut down all of a sudden and may also corrupt files on the system.
Solution
Download Available to Completely Repair Runtime Error 339
Error Causes
This error code is alarming as it is a critical sign of an unstable system followed by improper maintenance of the computer. The potential risks associated with the Runtime Error 339 include:
System startup issues
Slow PC performance
System crash and failure
System file corruption
Therefore, to avoid these risks and system failure, it is advisable to fix the runtime error 339 immediately.
Further Information and Manual Repair
If you have a Runtime Error 339 issue on your computer, here is a great way how you can fix it right away:
Scan For Viruses
Improper maintenance of the computer indicates that your system might be exposed to viruses and malware. Viruses can modify the Windows registry and lead to Runtime Error 339. Therefore, first, it is important to scan for viruses on your PC.
Identify Software that Causes Errors
Scanning will help you identify software that produces this error on your PC. Once you identify them, either uninstall them or update the program.
To uninstall the program, go to the Control Panel and then click on the Add/Remove program if you have Windows XP, if not then click on the Programs and Features item. Now delete the program from your system.
Obtain the Latest Version of the Installer and Re-install the Deleted Program
Once you get your hands on the latest version of the installer, run it on your system by following the on-screen instructions. Install the program.
There is also another way to fix Runtime Error 339 and that is by downloading the Runtime Error tool.
Use a Professional Runtime Error Fixer Tool
To fix the error you can also use a professional Runtime Error fixer tool to scan for viruses on your PC. It is available for free download here.
Download the tool and install it on your computer. Simply scan your PC after installation. Click the repair button once the scan is complete. This tool fixes problems in just a few minutes.
Error 400 is a bad request error that displays in the internet browser like a web page. It pops up when the web page you’ve requested cannot be found. Error 400 may be displayed in one of the following formats on the computer screen:
‘400 Bad Request’
Bad Request - Invalid URL"
"HTTP Error 400 - Bad Request"
"Bad Request. Your browser sent a request that this server could not understand.”
"HTTP Error 400. The request hostname is invalid."
"400 - Bad request. The request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications."
Solution
Error Causes
Error 400 can be generated due to multiple reasons. These include:
Wrong URL
Browser cookies
Outdated DNS cache
Though this error code is not fatal like the blue screen of death and runtime errors nonetheless it is still advisable to fix it to access your desired website without any inconvenience.
Further Information and Manual Repair
Here are some of the best ways to fix error 400 on your PC without any professional help. Try these methods to resolve error 400:
Method 1
This might come to you by surprise that the most common cause for a 400 Bad Request error is because the URL of the website was typed wrong.
So, first things first make sure the URL you’ve inserted is correct. If the URL typed is correct, then try other methods illustrated below.
Method 2
Sometimes error 400 may pop up due to outdated DNS records. DNS cache stores the location (IP addresses) of web servers that contain pages that you’ve viewed recently.
You are unable to access the site if the location of the webserver changes before the entry in your DNS cache updates. If this is the error cause then simply clear your DNS cache to resolve.
Follow these steps to clear the DNS cache on Windows 8.
Press Win+X to open the WinX menu.
Now ‘right click’ on command prompt and select RUN as Administrator. Enter the following command:
ipconfig /flushdns
If the command was successful, you will see the following message:
Windows IP configuration successfully flushed the DNS Resolver Cache.
This method will hopefully repair error 400 on your computer screen.
Method 3
Another reason for error 400 can be browser cookies. Many sites report error 400 when a cookie it reads is corrupt or too old. In such a situation it is advisable to clear your browser cookies.
You can do it manually but it can be time-consuming virtually because the steps involved in deleting cookies differ considerably depending on what web browser you’re using.
So, to avoid the hassle it is advisable to download Reimage to remove browser cookies immediately. This is a user-friendly PC Fixer deployed with a powerful registry cleaner.
It removes all obsolete and unnecessary files from your PC including junk files, internet history, and cookies in seconds.
Click here to download Restoro.
This post will guide you in what to do if you are trying to share the internet connection from your Android smartphone to your Windows 10 computer but USB tethering is not working. Although you can always connect your Android phone to your computer using a USB cable, you still won’t be able to access the internet. However, if you’ve already enabled the USB tethering option in your smartphone, you should be able to access the internet but if you still can’t then you can fix this issue by reading this post.
There are several potential fixes you can check out to fix the USB tethering issue. You can try running both the Internet Connections and Network Adapter troubleshooters or try installing the USB RNDIS adapter or disable any unnecessary network adapters.
Option 1 – Try to run the Internet Connections and Network Adapter troubleshooter
There are various built-in troubleshooters in Windows 10 that can help fix system issues. Since you are dealing with an internet connection problem, you can try running both the Internet Connections and the Network Adapter troubleshooters. To run them, follow these steps:
Go to Settings > Update & security > Troubleshoot.
From there, you can select the Internet Connections troubleshooter.
Click on the Run troubleshooter button to troubleshoot the problem.
Wait until the troubleshooter is done identifying and fixing the problem automatically.
Then follow the next on-screen instructions that may appear.
Once it’s done, check if the USB tethering issue is now fixed.
Note: You can also try to run the Network Adapter troubleshooter. It is also located under the Troubleshoot section. Just scroll down until you see it and then run it.
Option 2 – Try installing or updating the USB RNDIS adapter
RNDIS or Remote Network Driver Interface Specification can also help you resolve the USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
Right-click on it and then select the “Update driver” option.
Then select the “Browse my computer for driver software” option.
After that, select the “Let me pick from a list of available drivers on my computer” option.
Now uncheck the checkbox for “Show compatible hardware”.
From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
Now click on the Close button and restart your computer.
Option 3 – Try disabling any unnecessary network adapters/connections
Assuming that your Ethernet connection is showing ping loss which indicates that the internet is not stable. In such time, if you use the USB tethering functionality, you won’t be able to access the internet connection from your smartphone. The internet connection will be frequently disconnected since your computer gives priority to the Ethernet connection. Thus, you have to disable the Ethernet connection temporarily.
Right-click the network icon on your Taskbar and select the option “Network and Sharing Center”.
After that, click the network connection. And then click the Disable button from the status box that opens.
After that, check if you can now connect to the internet or not.