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.
There are a lot of users who use their Windows 10 PCs to create and access data on their servers using their network. However, some of them reported getting an error saying that the server is not accessible. Here’s the full content of the error message:
“\server is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. Logon Failure: The target account name is incorrect.”
If you are among the users who experience the same issue, read on as this post will help you resolve this error when accessing your server. But before you start troubleshooting the problem, you might want to perform System Restore, especially if tend to create one. To use System Restore, here’s what you have to do:
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.
If System Restore didn’t help in fixing the ACPI.sys Blue Screen error now’s the time for you to make use of the potential fixes laid out below.
Option 1 – Try rebooting your router
The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.
Option 2 – Try checking the status of the Workstation Service
You might want to check the status of the Workstation Service as the error might have something to do with it.
Tap the Win + R keys on your keyboard to launch the Run utility.
Then type “services.msc” in the field and click OK or hit Enter to open the Windows Services Manager.
After opening the Services Manager, you will see a list of all the services on your computer and from there, locate the Workstation Service.
Double click on the Workstation Service to open its Properties.
Next, Stop the Service and Start it again or you can also right-click on it and select Restart and then make sure that its Startup type is set to Automatic.
Now restart your computer and check if the error is fixed.
Option 3 – Try to change the File Sharing Connections setting
You can also try to change the File Sharing connections setting. All you have to do is go to Control Panel > Network and sharing center > Advanced sharing settings > File sharing connections. From there, you need to select “Enable file sharing for devices that use 40 or 56-bit encryption and check if it helps in fixing the problem. If not, undo the changes you’ve made and proceed to the next given option.
Option 4 – Try checking the Network Configuration
Checking the Network Configuration can also help you fix the error. Refer to the steps below to do so:
Right-click on the Wi-Fi connection or on the Ethernet connection icon located in the system tray.
Then select open Network and Internet Settings and then click on the “Change Adapter Options”.
After that, a new window will appear and from there, select the network connection that connects your computer to your network – this can either be a Wi-Fi connection or Ethernet connection.
Right-click on that connection and select Properties where you will see a list of items.
Select the Internet Protocol Version 4 or Internet Protocol Version 6 from those items according to your system requirement.
Then click on the Properties button.
Check if everything is now configured as to how it is supposed to be and then check if the error is resolved.
Option 5 – Try to reset Winsock, TCP/IP & Flush DNS
You might also want to try resetting Winsock, TCP/IP, and flushing DNS might help you resolve errors. To do so, follow these steps:
Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
netsh winsock reset – type in this command to reset Winsock
netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
ipconfig /flushdns – type in this command to flush the DNS cache
Next, restart your PC and check if the problem’s fixed.
Option 6 – Run the Network Adapter Troubleshooter
Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
Next, scroll down and select the “Network Adapter” option from the right pane.
Then click on the Run Troubleshooter” button.
After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
Logitech announced the Logitech G CLOUD gaming handheld, somewhat of a STEAM Deck competitor. Somewhat, because the reason is that not like Deck this device is not packing huge power in order to run locally PC games, instead it is made with one goal in mind to connect to Cloud gaming and let you play games in that way.
The device is packed with a 7-inch display featuring 1080p resolution in a 16:9 ratio with a refresh rate of 60Hz, an analog thumbstick, a D-pad, 4 action buttons, and triggers. Inside the device beats Snapdragon 720G (CPU used in most Android phones), 4GB of LPDDR4X RAM & 64GB of internal storage. As seen hardware is way less impressive than one that is packed inside the STEAM deck but as stated this handheld is not meant to run natively PC games so this hardware will suffice for its purpose.
Logitech has partnered with both Nvidia and Microsoft to add GeForce now and Xbox Cloud Gaming access to its device. If you have an account on either one of these services you can fully use them on the Logitech G Cloud gaming handheld. You can also play some Android games via the Google play store but the main goal is Cloud gaming.
The price of 350$ USD is not very impressive since STEAM Deck which is a way more capable device is running for 400$ USD, for the difference of only 50$ USD Deck has an advantage, and the price itself is a hard point for selling and if we place into this mix som retro handhelds that go as low as 100$ USD Logitech is in an awkward position. Note that Nintendo Switch is 300$ USD.
When trying to run Computer Management, or when running mmc.exe or compmgmt.msc from a command prompt you get the error that the application has been blocked for your protection then keep reading in order to solve the issue. This is a permission issue where if a regular user tries to run such system tools will result in saying that it has been blocked. Along with this, you may have a Group Policy issue. This can be fixed, but you will need admin permission to achieve it. It’s because when they are run from the command prompt with elevated privileges, it works.
Change Group Policy Settings
If your account is an admin account, and you are still facing the issue, then change the group policy settings:
Open Group Policy Settings by typing gpedit.msc in the run prompt followed by pressing ENTER
Navigate to User Configuration > Administrative Templates > Windows Components > Microsoft Management Console > Restricted/Permitted snap-ins
Locate Computer Management policy, and double click to open it
Enable it, exit Group Policy.
When Enabled: The snap-in is permitted and can be added into the Microsoft Management Console or run from the command line as a standalone console.
When Disabled: The snap-in is prohibited and cannot be added into the Microsoft Management Console or run from the command line as a standalone console. An error message is displayed stating that the policy is prohibiting the use of this snap-in.
Temporarily disable UAC
UAC is the user access control panel, and if you need to run the command right away, you can choose to disable it for some time. Click on the Start button, and then type UAC to find the User Account Control Settings.
Click to open, and then slide down the notification setting at the bottom. It will temporarily allow launching the application as there is no check. However, make sure to switch to default once you are done.
Spying via some malicious app on the target phone is not a new thing but it can be very uncomfortable and even against the law in some countries.
Infecting the target phone can be done in various ways, another person can intentionally download and install applications on it, and you can install them via some phishing attacks or by an online scam. Once installed this piece of software presents a very serious invasion of privacy since it can track text messages, track phone location in real-time, record calls in real-time, eavesdrop on calls, take control of the camera and microphone, and many other applications.
Here are some common symptoms of mobile phones infected with spyware.
Symptoms of spyware
Random reboots Slow performance Strange text messages Overheating Unusual high data usage Non-familiar apps in the app list The fast drain of the battery Long shutdown time Strange interference and sounds during calls Signs of activity during standby mode
If your phone exhibits any of these symptoms you might have a spyware app installed and running on it.
Common spy apps
There are many apps that have been designed to spy on people that can be downloaded in the app store or on Google Play today. Most of these spyware apps are aimed at parents wanting to keep an eye on and protect their children. However, these can be used by anyone in order to spy on a target person via their phone.
Below is a list of common apps that can be used to spy on you. Many spyware apps require a phone to be ‘jailbroken’ or ‘rooted’ before being installed, this is when the phone’s operating system is changed to allow the phone to become unlocked and customizable.
mSpy : An undetectable spying app for iOS devices. It can be used to read your chats, see your location, view your email, check your call history, record your keystrokes, and more.
Spyera : This app requires rooted and jail-broken iPhones to work. It can go undetected and monitors phone calls and your call history. It even allows call recording and eavesdropping on live calls.
Flexispy : Flexispy prides itself as the #1 phone monitor for parents and can monitor everything from calls to social texts.
Umobix : This powerful spyware app has a dashboard that allows users to easily monitor someone’s location, calls, texts, keystrokes, all major social media, and more. You can detect Umobix because it heats up the infected phone and greatly affects the battery life of the infected device.
Ikey Monitor : Although it requires the device to be rooted for Android or jailbroken for iPhones, this spy app captures keystrokes, passwords, and screenshots, allows for call recording and supports multiple languages.
Clevguard : Available for both iOS and Android, Clevguard allows users to track GPS and Wi-Fi locations, capture screenshots remotely, and more. Due to a recent update, the spy app drains the target phone’s battery significantly.
Remove spyware from your phone
If any of the beforementioned apps are present on your phone you need to remove them right away.
Go to your phone settings and remove the malicious applications, then download some protection suite and scan the whole phone for any other trace of software remains or other malware apps.
If you are running a System File Checker scan but got an error message instead that says, “There is a system repair pending which requires reboot to complete, Restart Windows and run SFC again”, worry not for this post will walk you through how you can fix the problem.
This kind of error can be addressed and fixed with several potential fixes which will be provided in this post. You can try to restart your computer and run a System File Checker scan again or delete the pending .xml file or use the “revertpendingactions” parameter for the DISM tool. For more information, refer to each one of the options given below.
Option 1 – Try restarting your computer and run the SFC again
The first thing you can do to fix the problem is to restart your computer and let the pending process be completed. After your computer restarted, try to run System File Checker again and see if the error is now fixed or not. If not, refer to the other options below.
Option 2 – Try deleting the pending .xml file
The next thing you can do to fix the problem is to delete the pending .xml file. How? All you have to do is navigate to this location at CWindowsWinSxS and from there, look for a pending .xml file and rename it or delete it. This will get rid of any pending tasks and will build a fresh new check.
Option 3 – Try to use the “revertpendingactions” parameter for the DISM tool
If the two options given above didn’t work, you can try using the revertpendingactions parameter for the DISM tool. If you’re not able to boot into Windows, then run Command Prompt from the Recovery Console and execute the given command below.
Error code 0x8007007b will present itself when Windows users are trying to activate Windows. You may try to activate it through the update and security option, but it is likely that you will receive the same error code. Error code 0x8007007b may be presented when Windows 7 and Windows 8.1 users try to upgrade and activate Windows 10 on their computer.
Common symptoms include:
An error message will display that says Windows cannot be activated. The KMS host cannot be located in the DNS, please have the system administrator verify that the KMS is published correctly in DNS.
Error 0x8007007b will be displayed, stating that the file or directory name or the volume label syntax is not correct.
Solution
Error Causes
There are multiple causes for the user to see this error code, including if a user is using volume-licensed media while installing a number of various Windows operating systems. This error may also be caused because the activation wizard cannot connect to a KMS host computer. It is likely that if the user has a volume-licensed form of media, they were likely given a MAK (multiple activation keys).
Further Information and Manual Repair
There are several ways to go about repairing error code 0x8007007b. It is important to try all of the methods, but if it is too difficult or you do not know what you are doing, please do contact a Windows repair technician. They will likely be able to fix the problem with ease.
Method One: Instead of KMS activation, use a Multiple Key Activation
When KMS activation is not used, and when there is not a KMS server, the product key type should then be changed to a MAK. For MSDN (Microsoft Developer Network) or TechNet, the SKUs that are listed on the media are generally volume-licensed media, and that means that the product key that is supplied is a Multiple Activation Key.
To change the KMS to a MAK, click Start, All Programs, Accessories, and then right-click on Command Prompt. Click Run as Administrator. If prompted for a password or confirmation, enter it now.
When the command prompt opens, type in the following command, and press enter after:
slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx (these x's are representative of the MAK product key).
Method Two
While on the desktop, press the Windows key and R. The Run window should appear, and then you should enter the following command: Slui 3. Press Enter and then wait for the window to appear. This window will ask for the operating system activation product key. Enter the product key and then press the Activate button. Reboot the computer. Now the Error Code 0x8007007b should be gone.
Method Three
Open the Command Prompt with access as administrator as mentioned previously. Enter the following command: sfc /scannow. The command will then complete its task. This will take a good bit of time, so leave the computer to do its work. The sfc must finish the scan. When the scan has finished, reboot the computer. Now you can check for activation. The error code should be gone.
Method Four: When the client can't locate a KMS host on the network to complete activation
This method for correction should be used when the network does have a KMS host computer setup, and the client is not able to locate the KMS host on the network to complete activation.
To verify that the computer does in fact have the KMS host installed. Click Start, All Programs, Accessories, and then right-click on Command Prompt. Run as administrator. If you are now prompted to enter a password or confirmation, do so. When the command prompt box comes up, type in the following command, and then press Enter: nxlookup -type=all_vlmcs._tcp>kms.txt
The command will generate a file, open this KMS file. The file will contain one or more entries. As a default, the KMS host server will dynamically register a DNS SRV server evidence once every 24 hours. In order to check the registry to ensure that this is happening, follow these steps:
Click Start, type in regedit, and then press Enter.
Locate the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSL and then click on it.
The DisableDnsPublishing subkey should be present and have a value of 1. If it is missing, create a DWORD value by right clicking DisableDnsPublishing, click Modify, in the Value Data box type in 0, and then click Okay.
Method Five: Use An Automated Tool
If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.
A couple of Windows 10 users have reported an error on domain-connected systems when they tried accessing their computer systems remotely. This occurs when the network level authentication or NLA is enabled on the computer. If you are one of these users, you better keep reading as this post will guide you on how you can fix this error. To resolve this issue, there are several workarounds you can try. You can either disable this option directly via properties or you can also modify some registry entries or sub-keys and restart the system.
When you encounter this problem, an error message pops up that states:
“The remote computer that you are trying to connect to requires network level authentication (NLA), but your windows domain controller cannot be contacted to perform NLA. If you are an administrator on the remote computer, you can disable NLA by using the options on the Remote tab of the System Properties dialog box.”
Or you could also see this error message instead:
“The remote computer requires Network Level Authentication, which your computer does not support. For assistance, contact your system administrator or technical support.”
Before you proceed in troubleshooting the problem using the options provided below, you need to create a backup for your data or system restore point as well as make a copy of any registry entries you are going to modify.
Option 1 – Disable Network Level Authentication via Properties
The NLA is a useful tool that provides your computer with extra security and helps network administrators in controlling who can log into the system with just a click of a single box. However, there are times when it can become a disadvantage and could prevent you from accessing your system remotely. Thus, you need to disable it using Properties.
Tap the Win + R keys to open the Run dialog box.
After that, type in “sysdm.cpl” and tap Enter to open System Properties.
Next, go to the remote tab and uncheck the checkbox for the “Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)” option.
Now click the Apply button to save the changes made and exit System Properties and then try logging into the remote computer again and see if the problem is fixed or not.
Option 2 – Disable NLA via Registry Editor
Note that you can only use this option if the first one didn’t work for you. Take note that this option will require you to restart your PC completely which could mean some downtime if your computer is running a production server. So make sure to save all your work.
Tap the Win + R keys to open the Run dialog box and then type in “Regedit” in the field and tap Enter to open the Registry Editor.
From there, click on File > Connect Network Registry and input the details of the remote computer and then try to connect.
Navigate to the path below after you’re connected:
HKLM >SYSTEM > CurrentControlSet > Control >Terminal Server > WinStations > RDP-Tcp
After that, change the values given below to “0”
SecurityLayer
UserAuthentication
The navigate to PowerShell and execute this command – restart-computer
Option 3 – Disable NLA via PowerShell
PowerShell allows you to tap into the remote computer and once you’ve targeted the machine, you can execute the commands given below to disable NLA.
Tap the Win + S to open Search and then type in “PowerShell” in the field. Right-click on the related result and select the “Run as administrator” option.
After opening PowerShell, execute the command below:
Once in the PowerShell, execute the following command:
$TargetMachine = “Target-Machine-Name”(Get-WmiObject -class “Win32_TSGeneralSetting” -Namespace rootcimv2terminalservices -ComputerName $TargetMachine -Filter “TerminalName=’RDP-tcp'”).SetUserAuthenticationRequired(0)
Note: In the command given, the “Target-Machine-Name” is the name of the machine you are targeting.
Option 4 – Use the Group Policy Editor to disable NLA
Another option you can use to disable NLA is via the Group Policy Editor. This is ideal for you if you are blanket disabling. Just take note that the Group Policy Editor is a powerful tool and that if you make some mistakes by changing values you have no clue about, you can render your computer useless so make sure that you create a backup for all the values before you proceed.
Tap the Win + R keys to open the Run dialog box.
Then type in “gpedit.msc” and tap Enter to open the Group Policy Editor.
From there, go to this path – Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Security
After that, search for “Require user authentication for remote connections by using Network Level Authentication” and set it to disabled.
If you are tried encrypting or decrypting a file using the default EFS engine but you receive an error message instead saying, “Error Applying Attributes, An error occurred applying attributes to the file: The specified file could not be decrypted”, read on as this post will help you sort out the problem. If you encounter this error you can use the error code in it. You will most likely get error code 0x80071771. This kind of error occurs when the File Explorer’s copy and paste feature was not able to read the source file being encrypted or decrypted. It could also occur if you try to access a file that has been on another computer previously.
To fix error code 0x80071771 when decrypting or encrypting a file, refer to the instructions provided below.
Step 1: You need to check first if you can decrypt the files encrypted by EFS. However, if you can’t, just proceed and then take full control of the file.
Step 2: To take control of the file, open File Explorer and right-click on the partition, and then click on Properties.
Step 3: After that, click on the Edit button under the Security tab.
Step 4: Next, make sure that “Everyone” is selected under the Group or user names section.
Step 5: Afterwards, the Permissions for Everyone section will be activated. Just make sure that all the checkboxes for Allow are checked and then click on the Apply button.
Step 6: Once you’re done, click on the Advanced button. This will open a new window labeled Advanced Security Settings. From there, click on the Change link under the Owner section.
Step 7: Now type your account name in the field and click on Check Names to verify the account name and click OK.
Step 8: After that, select the “Replace owner on sub-containers and objects” option and then click OK.
Step 9: Next, select Administrators in the Group or User names list and select Full Control in the Permissions for Administrators panel and click OK.
Where all have been there, we are downloading something and for any kind of reason chrome closes, internet breaks, etc. And our download is interrupted and gone forever, and we need to start again.
You will be glad to hear that chrome has side a download manager which tracks each download you made and you can use this manager to resume interrupted downloads.
Please note that some websites have certain scripts that will prevent you to resume interrupted downloads, in this case, using chrome's download manager will not work and you will have to start the download again.
All of this being said, if your download has been interrupted, and went away, pin Chrome press CTRL + J to open download manager, find your interrupted download, and press the resume button.
That's it, you have successfully resumed your download.
As you know, Windows programs depend on several operations to get executed and at the same time, there are also numerous parameters that have to be fulfilled for a program to get executed. However, based on some reports, there was an error when some users tried to run a program. This error says, “The application was unable to start correctly (0xc00007b)”.
There could be various reasons why this error occurs but the main one is most likely due to an x86 application that is not compatible with the x64-based operating system. To fix this problem, you can run the Check Disk utility or reinstall the application or the Microsoft .NET Framework. You can also try reinstalling DirectX or replace the corrupted DLL file(s). For more details, refer to the given options below.
Option 1 – 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 <Partition Letter>: /f
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 2 – Re-enable the Microsoft .NET Framework
You could also try to disable the Microsoft .NET Framework then enable the latest version of the .NET Framework on your PC and check if the error is fixed
Option 3 – Try to reinstall the program
There are times when some supporting module for your application under the hood could have messed up the application where you get the error. To fix this, you have to uninstall the program and then download its latest version from its official site and then install it again. Once you’re done, run the application and see if the error is fixed.
Option 4 – Run System File Checker scan
If reinstalling the program 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 sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Reboot your computer.
Option 5 – Try running the DirectX Diagnostic Tool
Since the error has something to do with the DirectX Graphics APIs, you can run the DirectX Diagnostic tool to resolve the problem.
Option 6 – Try updating or re-installing DirectX
If the DirectX Diagnostic tool didn’t work, you can try to update or reinstall DirectX instead. This can help in fixing the problem because when you reinstall or update DirectX, it will replace the incompatible or corrupted components of DirectX from your computer.