Logo

Setting a Static IP Address in Windows 10

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.

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

How to know if you have keylogger in Windows
Hello and welcome everyone, today we will be talking about dreaded keyloggers, why they are dangerous, and how to know if you might have one in your system. Keylogger is a malicious application placed in your system and hidden with only one goal in mind, to get information about what are you typing and by that means for a person who infected you to get information about your credit card information or other sensitive data. They can be introduced into your systems in various ways and often can not be detected easily. Modern antivirus applications have ways of detecting them and removing but this tutorial aims to teach you how to spot them all by yourself since new keyloggers are produced daily and sometimes relying on antivirus alone is not enough. Unlike viruses and trojans, keyloggers are not heavy on system resources and you will not feel slow down on your computer if you have one which makes them harder to sport with regular work. Some of them can be even tracking you on the website and not even be physically present on your computer. Generally, we could categorize keylogger into 4 categories:
  1. Web browser-based keylogger. Some websites would have CSS scripts, input web forms, or so-called man in the middle keylogger. Lucky for us even Windows defenders with the latest update can detect this type of keylogger and successfully deal with it and how keylogger itself is not present on our system we are safe.
  2. General spyware keylogger. This keylogger is present in your system, usually, it infected it via email attachment, social media download, torrent download, some malicious so-called fixer application, etc. Most antivirus applications and windows defenders can detect these types as well and remove them successfully.
  3. Kernel-level keylogger. This keylogger is a more dangerous type they tend to operate underneath Windows as a rootkit and can go undetected by antivirus and windows defenders.
  4. Hypervisor-based keylogger. This is the most dangerous keylogger, they use virtualization techniques to hide and mask themselves as a replica of the operating system and they scan all keystrokes by the user. These are very rare keyloggers but they do exist.
If you suspect that you have a keylogger or just want to check your system for precaution reasons follow these tips and guides and luckily you will solve your issue in no time and your data will be safe.
  1. Use Task Manager to find suspicious entries.

    Task manager is a great application implemented in Windows that is constantly monitoring and showing all services, applications, and processes currently running on your system and thus a great tool to monitor your system if you know how to use it. First, open task manager by pressing CTRL + SHIFT + ESC Then take a good look into it, try to find suspicious names, probably duplicate of running application, something like Windows logon application, or keylog or anything similar which seems out of ordinary. If you manage to find a suspicious running application right-click on it and close it. Also while you are in task manager jump into the startup tab and check to see are there some unusual applications starting with your Windows, if you find anything, disable it right away. This is the most simple and quickest way to get some information right away if you suspect to have some simpler keylogger in your system.
  2. Use the command prompt to monitor your network.

    In order to check connections to your computer and find potential suspicious ones start the command prompt in administrator mode, press ⊞ Win + X, and choose command prompt (administrator). type in netstat -b and press ENTER. All website and application connections to your computer are now visible. ignore svchost, edge browser, windows store, etc ad check the IP of the remaining ones using the internet.
  3. Use keystroke encryption.

    Install encrypting software and even if you have a keylogger, the application will encrypt each stroke and all that attacker will get is gibberish
Please remember to always download files from trusted sources, do not open unknown emails, and do not share your information publicly. Take common protection steps in order to protect yourself in the digital world.
Read More
A Quick Guide to Fixing Error 577

Error 577 - What is it?

This is a typical system error code. It stops your ability to run or load programs on your PC. The error message is displayed in the following format:
‘Windows cannot verify the digital signature for this file.
A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.’

Solution

Restoro box imageError Causes

Error 577 may be triggered due to several reasons. However, the most common causes of this error include:
  • Device Driver Conflicts
  • Hardware Malfunction
  • Viral Infection
  • Windows Registry Corruption or Damage
  • Software File Corruption or Damage
Error 577 can prove to be fatal if the underlying causes are related to viral infection or registry corruption.

Further Information and Manual Repair

To resolve error 577 on your PC, you don’t have to hire a professional and spend hundreds of dollars on repair. The process for fixing this error is simple and easy. Here are some of the best and efficient methods to repair error 577 - no technical expertise is required.

Method 1 - Check and Update Device Drivers

If the problem is triggered by the outdated or corrupted driver for the device reporting the error then it is advisable to update the driver. To do this, first, uninstall the corrupted driver and then reinstall the latest version. For this simply click the start menu, go to the control panel and then click Performance and Maintenance, and then System. In the new window, you will then see a tab called Hardware and the Device Manager. Double click on the device whose driver you need to uninstall. Click on the properties window with a tab marked driver. Then click on the driver you want to uninstall. To activate changes reboot your PC. Now reinstall the latest and updated version of the driver uninstalled using the Plug and Play feature.

Method 2 - Scan For Viruses

System error codes like 577 can also pop up if your PC is infected by viruses. Viruses enter through phishing emails and downloadable files from unreliable websites. If the reason for error 577 is a viral infection, then simply install a powerful antivirus, run it to scan your entire PC. Remove all the viruses and malicious programs immediately to resolve. If the issue still persists, then try method 3.

Method 3 - Repair the Registry

Sometimes registry corruption can be the underlying cause for error 577. The registry is the part that saves all activities performed on the system. It stores both important and unnecessary files like junk files, cookies, and bad registry entries. If these files are not removed from the registry frequently, they accumulate and corrupt the registry which then generates system error codes. To resolve and repair the registry in seconds, simply download Restoro. This is a user-friendly PC Repair Tool embedded with a registry cleaner. It wipes away all unnecessary files corrupting the registry and repairs it. Click here to download Restoro.
Read More
Fix VIDEO_DXGKRNL_FATAL_ERROR (0x00000113)
A lot of Windows 10 users have reported recently that their computers are frequently crashing with a Blue Screen error with an error code “VIDEO_DXGKRNL_FATAL_ERROR”. This kind of Stop error appears not so often and its bug check value of 0x00000113 is an indication that there is some violation in the Microsoft DirectX graphics kernel subsystem. This error also occurs when there is a corrupted driver that interferes with the GPU’s normal functionality. According to some security experts, this kind of error is reported to only occur in Windows 10 PCs. Users started getting this error right after a large Windows Update. The cause of this error might have something to do with a violation in the DirectX graphics kernel subsystem where there could be a bad DirectX install or some corrupted Dynamic Link Library or DLL. Aside from that, the error might also be caused by the Nvidia driver which might have crashed or it could also be that there is an intermittent power supply. Moreover, an outdated BIOS as well as a third-party security program might be the ones behind this Blue Screen error. Whichever the case may be, you need to fix the VIDEO_DXGKRNL_FATAL_ERROR BSOD error by following the instructions given below carefully.

Option 1 – Try checking if the NVIDIA graphics card is enabled and update it as well

Although the problem is quite massive, the fix could be as simple as enabling the NVIDIA graphics card if it turns out to be disabled. There might be some strange reason why your graphics card disables itself. Thus, the best and first option you can try is to check if the NVIDIA graphics card is enabled or not. To do so, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • After opening the Device Manager, look for the Nvidia graphics card option among the list of device drivers. Once you found it, check if it is enabled or not. If it’s not enabled, you should see a gray arrow pointing downwards. Right-click on the card and select Enabled.
  • Next, right-click on the graphics card once more and click on the Update Driver Software option and then click on the “Search automatically for updated driver software” option.

Option 2 – Update or uninstall third-party security program

As mentioned, the VIDEO_DXGKRNL_FATAL_ERROR Blue Screen error might be caused by a third-party security program that’s installed on your computer. So you have to either update it or uninstall it to resolve the issue.

Option 3 – Check the power supply for any inconsistency

The Blue Screen error might also be caused by an intermittent power supply. If there is any intermittent changes between the main supply and the battery power, it might lead to bad contact on your supply to the charger and thus, causes the VIDEO_DXGKRNL_FATAL_ERROR Stop error to appear. So to check if this scenario is applicable to you, you have to monitor your computer for any frequent changes between the power supply and the battery power. If you see that the supply is displaying power On and Off, see if the same goes when the power supply is disconnected. However, if it does not occur, you might have to purchase a new power adapter cable and replace the one that you have right now.

Option 4 – Reinstall the Graphics card drivers

  • Tap Win + R to open Run then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • From there, look for the Display adapters and uninstall each one of the graphics card drivers by right-clicking on them and selecting the Uninstall device option.
  • After uninstalling the graphics card drivers, close the Device Manager and tap Win + R to open Run once again.
  • After that, type “appwiz.cpl” in the field and hit Enter to open Programs & Features in the Control Panel.
  • Next, look for any program that’s related to your GPU manufacturers like Nvidia, AMD, or Intel. Right-click on any GPU-related entry and click on Uninstall to uninstall them and then follow the next on-screen instructions that appear afterward.
  • Now restart your computer.
  • Once your computer has restarted, go to the GPU manufacturer’s website and download the latest driver version for your graphics card model and then install it.
  • Restart your computer once again. That should fix the problem.

Option 5 – Try checking if there are any BIOS updates available for your PC

Updating the BIOS may help you resolve the BSOD error. You can just go to the OEM’s website as they offer utility software that can download BIOS firmware and update it without any problem. BIOS updates usually offer enhancements and fixes to some issues like this one.

Option 6 – Perform a System Restore

Performing a System Restore on your computer can also help you fix the VIDEO_DXGKRNL_FATAL_ERROR Blue Screen of Death error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
Read More
Headphones are not visible in playback devices
If you connected headphones to your Windows 10 computer to listen to audio but when you check it in the playback devices, you’re not able to find it, read on as this post will guide you in what you can do to figure out what exactly caused this kind of problem and how you can resolve it. This kind of issue could simply be with the headphone itself or the headphone port or your operating system. So if it turns out that the problem is with the hardware, you might have to replace the components. However, it is recommended that you troubleshoot the problem first before doing that. The most basic thing you can do is to try changing the headphone port, although this can be quite difficult since most computers don’t have any extra port for headphones if your computer has one, then give it a go. If it still didn’t work, follow each one of the options provided below.

Option 1 – Try to run the Playing Audio troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the problem with the “No Audio Output Device is installed” error. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.

Option 2 – Try to update the Audio driver

If the error has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in MSC and tap Enter or click OK to open the Device Manager.
  • Expand the section of the Audio inputs and outputs.
  • And then from the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 3 – Try enabling the headphones from the playback devices

  • Tap the Win + R keys to open the Run dialog box and type the “CPL” command.
  • Tap Enter to open the Playback devices.
  • Next, right-click on any open space section and check the boxes for the “Show Disconnected Devices” and “Show Disabled Devices” options.
  • After that, this should help in displaying the headphones in the section of Playback devices.
  • And if they are disabled, you can just right-click them to have them enabled.
Read More
How to Fix Error Code 1309

What is Error Code 1309?

Error code 1309 is an error code that occurs when installing either Microsoft Office 2003 or Microsoft Office Project 2003. This error code may hamper your ability to run and use applications associated with Microsoft Office. To ensure installation is successful, it is first advisable to fix this error code. Error 1309 is displayed in any one of the two formats illustrated below. When installing Microsoft Office Project 2003, the error message may pop up as:
Error 1309. Error reading from file:    pathfilename.cab. Verify that the file exists and that you can access it.
When installing Microsoft Office 2003, the error message may appear in the following format: Fatal Error During Installation

Solution

Restoro box imageError Causes

Error code 1309 message may appear during Microsoft Office installation due to several reasons. These include:
  • Problems in the Oclncore.opc file. Project 2003 uses this version of the file for program installation.
  • Lack of adequate use permission
  • The requested file was not found
  • Setup registry entries are modified in an unacceptable manner
To avoid inconvenience and access Microsoft Office 2003 or Microsoft Office Project 2003, it is recommended to fix the error immediately.

Further Information and Manual Repair

To resolve this error you don’t need to be a technical whiz. Here are some of the best, easiest, and proven do-it-yourself methods to resolve error 1309 on your computer screen instantly.

Method 1 - Change CacheLevel Settings

If the problem is related to Oclncore.opc file then try changing CacheLevel settings. Follow these steps to work around this method.
  1. First, locate the PRJPRO*.XML file in the FILESSETUP folder of the Project 2003 installation source and then open this file in the Notepad.
  2. Also, make sure that you do not open the file as read-only and make sure that a checkmark is not displayed next to Word Wrap on the Format menu.
  3. The next step is to search the file for the following text string: OCLNCORE.OPC_1033.
  4. Now on the line where this string is located, change the CacheLevel=’1’ setting to the following CacheLevel=’3’ save the file back to the original location, and then quit Notepad.
After the changes are activated, try installing the software again on your system. If it installs successfully, then this means error 1309 is resolved. If the error still persists then try other given methods.

Method 2 - Configure security settings to get full permission

When the cause of error 1309 on your PC is related to lack of adequate permission issues, then configure security settings to resolve. To do this, simply locate the folder on your installation drive. Then right-click the folder and click Properties. On the Security tab, click edit and now make sure your user name is added to the list. Grant required security permissions and then click OK to save changes. After this, try installing Microsoft Office 2003 again on your system.

Method 3 - Copy the requested file from another source

If the error 1309 pops up because the requested file was not found, then try this method. Simply copy the file specified in the error to the destination directory. For example, if the error shows data1.cab was not found, then copy this file from another source and paste it into the directory specified in the error description.

Method 4- Remove bad registry entries

Bad registry entries are responsible for registry setup modification. If this is the reason for error code 1309, then download Restoro. This is a user-friendly PC Repair Tool embedded with a powerful registry cleaner. It scans and removes all bad and invalid entries accumulated in the registry. It cleans and repairs the registry resuming it back to its normal function. Click here to download Restoro and repair error 1309 today.
Read More
Fix Windows Updates and MS Store, 0x80240438
If you were trying to update your Windows 10 computer and failed due to Error Code 0x80240438, then you’ve come to the right place as this post will give you a couple of suggestions you can check out to resolve this error. You can encounter Error Code 0x80240438 not just in Windows Updates but also in Microsoft Store. This is due to the fact that the delivery mechanism for both Windows Updates and Microsoft Store is common and interdependent. This is why a lot of Windows Update and Microsoft Store error codes are similar. And so fixing them won’t be that hard as well since most methods are basically the same. When you encounter this kind of error in Windows Update or Microsoft Store, you will see the following error message on your screen:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help – (0x80240438).”
To resolve Error Code 0x80240438, here are some potential fixes you need to check out:

Option 1 – Try to run the Windows Update Troubleshooter

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

Option 2 – Try to temporarily disable anti-virus and Windows Defender Firewall

As mentioned, the error could be due to the antivirus program or the Windows Defender Firewall installed on your computer. Thus, disabling them or any security software installed in your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like Error Code 0x80240438 due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not.

Option 3 – Disable the Proxy server

You can also try to disable the Proxy server for your LAN to fix Error Code 0x80240438 especially if your computer was attacked by some malware or adware recently. In such cases, there is a chance that the malware or adware has changed your network settings in order to generate intrusive advertisements. Thus, you have to disable the proxy server and you can do that by following these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 4 – Try modifying the “Remove access to use all the Windows Update features” Policy

  • Start by tapping the Win + R key combination to open the Run utility.
  • Then type “gpedit.msc” in the field and tap Enter to open the Group Policy Editor.
  • Once you’ve pulled up the Group Policy Editor, navigate to this setting: User Configuration > Administrative Templates > Windows Components > Windows Update
  • Next, double click on the “Remove access to use all the Windows Update features” policy and set its radio button to “Not Configured”. As you can see, this policy setting has the following description:
“This setting allows you to remove access to Windows Update. If you enable this setting, all Windows Update features are removed. This includes blocking access to the Windows Update Web site at http://windowsupdate.microsoft.com, from the Windows Update hyperlink on the Start menu, and also on the Tools menu in Internet Explorer. Windows automatic updating is also disabled; you will neither be notified about nor will you receive critical updates from Windows Update. This setting also prevents Device Manager from automatically installing driver updates from the Windows Update Web site.”
If you enable this policy setting, you can configure one of the following notification options:
  • 0 = Do not show any notifications: This setting will remove all access to Windows Update features, and no notifications will be shown.
  • 1 = Show restart required notifications – This setting will show notifications about restarts that are required to complete an installation.
  • Now you need to exit the Group Policy Editor and restart your computer for the changes to take effect.

Option 5 – Try resetting the Windows Update folders

Resetting the Windows Update folders can also help in fixing the error in both Windows Update and Microsoft Store. All you have to do is delete the contents in both the SoftwareDistribution folder and reset the Catroot2 folder as well.

Option 6 – Try downloading and installing the Windows Updates manually

Error Code 0x80240438 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.
Read More
Upcoming Windows 11 features

22H2 update for Windows 11 will arrive later this year and although Microsoft is not releasing anything big there will be some interesting improvements and fixes. We take a look at some that caught our attention.

windows 11 new fetures full screen widgets

Phishing protection

One of the most interesting upcoming features is enhanced phishing protection. Microsoft Defender SmartScreen will be upgraded to alert users when they try to store passwords in plain text files and also if they accidentally type in a Microsoft account password on phishing sites.

"These enhancements will make Windows the world's first operating system with phishing safeguards built directly into the platform and shipped out of the box to help users stay productive and secure without having to learn to be their own IT department,"

Microsoft

File Explorer gets tabs, a modern sidebar, and contextual suggestions

Finally, Windows File explorer is getting tabs that will allow much easier management of folders and files inside it.

It is confirmed that Microsoft is also working on a new 'HOME' sidebar that should be modern in design and in features including OneDrive so you can find everything in one place.

Pinning of favorite files was also mentioned so you can easily pin favorites for quick access.

Full-screen widgets

Windows 11 has brought back widgets in a new way and from all the feedback users are loving them. Currently, you have a widget sidebar on the left part of the screen where you have your chosen store widgets but from the Microsoft teaser, we will have soon the option to have them in full screen.

If you are using a widget for reading news, blogs, etc. this feature will be very good since you will be able to use your whole screen for information and not just a part of it.

Suggested actions

Another new feature is 'suggested actions' which is going to be particularly useful in apps like Microsoft Teams. With this new feature, you can highlight a date in a Teams message and Windows will suggest actions.

For example, if you highlight a date, you'll see a recommendation to create an event in Microsoft Calendar for that day.

Read More
New Chrome update brings surveillance debate
Google Chrome 94 is here and it has introduced a controversial idle detection API. For those people that do not know what idle detection API is, well basically Chrome can be asked by a website to report when a user of the site has a site open and is idle on the device. The issue that people have with this is that this particular feature can be used to report when the user is not using a computer at all. chrome idle detection featureGood thing is that website or web application will prompt you to allow it to use this feature like when a site/application wants to use your microphone or web camera. Developers are on board with this feature since it can provide them with more telemetric data on how users are interacting with their website/application but there are some that are strongly voicing against this. Tantek Çelik, Mozilla Standards Lead, commented on GitHub, saying:
As it is currently specified, I consider the Idle Detection API too tempting of an opportunity for surveillance capitalism motivated websites to invade an aspect of the user’s physical privacy, keep long-term records of physical user behaviors, discerning daily rhythms (e.g. lunchtime), and using that for proactive psychological manipulation (e.g. hunger, emotion, choice)… Thus I propose labeling this API harmful and encourage further incubation, perhaps reconsidering simpler, less-invasive alternative approaches to solve the motivating use-cases.
Others who have spoken against this feature are people from the WebKit development team inside Apple. Ryosuke Niwa, an Apple software engineer who works on WebKit said:
That doesn’t seem like a strong enough use case for this API. For starters, there is no guarantee that the user won’t immediately come back to the device. Also, who is such a service supposed to know what another device user might be using at any given point? We’re definitely not going to let a website know all the devices a given user might be using at any given point. That’s a very serious breach of the said user’s privacy. It seems to me that such a suppression/distribution mechanism is best left for the underlying operating systems/web browsers to handle.
Of course, technology itself as always can be used for good or for bad and time will tell if this feature has brought good stuff or it has paved another brick in surveillance and privacy manipulation. As said for now option will prompt for agreement and let's hope that it will be used for good causes from this day into the future.
Read More
How to Fix Low Wi-Fi signal strength on Windows 10
If you are experiencing a Low Wi-Fi signal strength on your Windows 10 PC after you’ve updated or reinstalled it, read on as this post will guide you on what you can do to fix the problem. The way devices connect these days has evolved with our cognitive revolution. Various devices use some or other wireless technology to connect with other devices. However, all wireless technology has some kind of limitation when it comes to range and signal strength. From time to time, you might have faced several Wi-Fi issues. Low Wi-Fi signal strength usually happens after you update or reinstall your Windows 10 system. This issue can be identified easily by looking at the signal bars in the Wi-Fi icon or by measuring its strength. Since this problem is wide scope, there are tons of possibilities which is why this post covers the most generic situations that could help most users. Refer to the options given below to fix the low Wi-Fi signal strength of your Windows 10 PC.

Option 1 – Try running the Network Adapter Troubleshooter

If a few days ago the range and signal of the Wi-Fi was perfectly fine before you did an update or reinstall, it is possible that there were some changes made in the configuration as well. In most cases, the latest configuration that came with the update has not aligned the config in your computer or laptop. The easiest and simplest way to fix this is by using the Network Adapter Troubleshooter. How? Follow the steps below.
  • Right-click on the Wi-Fi icon from the system tray to start troubleshooting.
  • After that, select Troubleshoot problems. Note that it might take a while to run it but once it’s finished, it will show you all the problems with the network adapter.
Note: The Network Adapter Troubleshooter will also fix the issues in the background but there might be some issues that will require manual action. And if the troubleshooter wasn’t able to identify and fix the problem for you, proceed to the next given option below.

Option 2 – Try using the Device Manager

If the problem is related to hardware, you need to seek out the help of the Device Manager. To do so, follow the steps below.
  • Pull up the Device Manager.
  • Next, look for your Wi-Fi adapter under the Network Adapters.
  • Once you found it, right-click on it and open Properties.
  • After that, you will see all the actions related to drivers under the driver tab.
  • You can either update or roll back the selected driver or you could also disable and re-enable it to see if the problem’s fixed.
Note: If updating the driver didn’t help, you might have to dig into the advanced settings. From this post on, it can get a bit complicated as there are terms that you might not understand as well as some configuration. To make it easier for you, you can search for your Wi-Fi adapter online and try following the instructions from there. And before you make any further changes to your computer’s settings, make sure that you create a system restore point first.

Option 3 – Try changing the Wi-Fi Roaming Sensitivity

If you want to enhance the Wi-Fi reception as well as the performance on your Windows 10 PC, you might want to change the Wi-Fi Roaming Sensitivity or Aggressiveness. Roaming Sensitivity is the rate at which your computer chooses and switches to the nearest available point of access which offers a better signal. It is based on the strength and quality of the Wi-Fi and not on the distance to the Wi-Fi point.

Option 4 – Try adjusting the Wi-Fi range

The issue could also be caused by the position of your computer with respect to the Wi-Fi router instead of your hardware or drivers. It could be that your physical location might be a factor for the low signal strength of your Wi-Fi so you might want to adjust the Wi-Fi range to fix the problem.
Read More
Fix 0x00000016 Blue Screen Error
If you are a gamer, you might have encountered either the CID HANDLE CREATION or VIDEO TDR ERROR errors with an error code of 0x00000016 as you play a game. These kinds of Stop errors have something to do with the Graphics card driver. It could be that your Graphics card driver needs to be updated or it may be corrupted. Whichever the case is, you can try fixing this error using the given solutions below but before you proceed, make sure to create a System Restore Point first so that you can easily roll back to the previous state of your computer in case something does not go as expected.

Option 1 – Try checking if your graphics card is enabled and update it as well

Although the problem is quite massive, the fix could be as simple as enabling the graphics card if it turns out to be disabled. There might be some strange reason why your graphics card disables itself. Thus, the best and first option you can try is to check if the graphics card is enabled or not. To do so, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • After opening the Device Manager, look for your graphics card option among the list of device drivers. Once you found it, check if it is enabled or not. If it’s not enabled, you should see a gray arrow pointing downwards. Right-click on the card and select Enabled.
  • Next, right-click on the graphics card once more and click on the Update Driver Software option and then click on the “Search automatically for updated driver software” option.

Option 2 – Reinstall the Graphics card drivers

  • Tap Win + R to open Run then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • From there, look for the Display adapters and uninstall each one of the graphics card drivers by right-clicking on them and selecting the Uninstall device option.
  • After uninstalling the graphics card drivers, close the Device Manager and tap Win + R to open Run once again.
  • After that, type “appwiz.cpl” in the field and hit Enter to open Programs & Features in the Control Panel.
  • Next, look for any program that’s related to your GPU manufacturers like Nvidia, AMD, or Intel. Right-click on any GPU-related entry and click on Uninstall to uninstall them and then follow the next on-screen instructions that appear afterward.
  • Now restart your computer.
  • Once your computer has restarted, go to the GPU manufacturer’s website and download the latest driver version for your graphics card model and then install it.
  • Restart your computer once again. That should fix the problem.

Option 3 – Try reinstalling the game

If updating and reinstalling your Graphics card driver didn’t help, then you can try to reinstall the game where you’re getting the CID HANDLE CREATION or VIDEO TDR ERRORS.

Option 4 – Uninstall the programs you installed recently

Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. In addition, you might also want to check the hardware components of your computer that might not support the operating system itself. You can disconnect all the external devices like USB drives, scanners, printers, etc., and then reboot your PC. After that, add the devices again one after the other and check if the BSOD error is now fixed or not.

Option 5 – Try disabling your monitor’s Sleep functionality

There are times when the Sleep functionality of your monitor can also cause BSOD errors like CID HANDLE CREATION or VIDEO TDR errors. There are also times when the graphics card is running in the background and the display goes to sleep and then it’s turned back on but you encounter this kind of Blue Screen error. This is why you can try to disable your computer monitor’s Sleep mode.

Option 6 – 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 CID HANDLE CREATION or VIDEO TDR errors. 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 7 – Try to run the Chkdsk utility

Running the CHKDSK utility might also help you resolve the CID HANDLE CREATION or VIDEO TDR errors. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then 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