Logo

Fix Shell Infrastructure Host stopped working

The Windows 10 operating system supports the logging in of multiple users at the same time. Aside from that, it also allows administrators to create a Guest Account that has limited rights. However, there are some instances when you could encounter an error when you use the Guest Account.

The error may state:

“Shell Infrastructure Host has stopped working. A problem caused the program to stop working correctly. Please close the program”.

This error indicates that the Shell Infrastructure Host or SiHost.exe process that is used for handling graphical elements, has crashed. And to fix this error, there are several options you can check out. You can try to reinstall the Microsoft Redistributable Packages or run a System File Checker scan. In addition, you can also use a new Guest Account or troubleshoot the problem in a Clean Boot State.

Option 1 – Try to install or repair Microsoft Visual C++ Redistributable 2013

A corrupted Microsoft Visual C++ Redistributable package or the absence of it can trigger the “Shell Infrastructure Host has stopped working” error – so if you do not have this package yet, you have to install it but if you already have it, follow the steps below to repair it.

  • Open Control Panel and proceed to Program and Features.
  • Under Programs and Features, look for Microsoft Visual C++ Redistributable package among the list.
  • Then right-click on it and click the Change button.
  • Next, you should see the Repair option – click on it to repair the installation of the Microsoft Visual C++ Redistributable package.
  • The process may take a couple of minutes before it finishes so once it does, you have to restart your PC.

After doing all these steps and you still encounter the problem, you might have to uninstall this package and download it directly from Microsoft’s website. However, if you are using Windows 10, you might not be able to do so since it only supports Windows versions up to Windows 8.1 so just proceed to the next option below.

Option 2 – Try to run a System File Checker scan

  • In the Windows Start Search, type “command prompt” and right-click on Command Prompt from the search results, and then select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, type the “sfc /scannow” and tap Enter to execute it.
  • Once the scan is finished, restart your computer and see if the Windows Script Host error.

Option 3 – Try using a new Guest Account

You might want to use a new Guest Account as it could help get rid of the error. All you have to do is have your admin delete the old Guest Account and create a new one and see if it helps in fixing the error.

Option 4 – Try troubleshooting the problem in a Clean Boot State

Setting your computer in a Clean Boot State can help you diagnose and later troubleshoot the problems in your computer. During this state, the system will start with a minimal number of drivers and startup programs that help in isolating the problem with the interfering software. To put your computer in a Clean Boot State, follow the given steps below.

  • Log onto your computer 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.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

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

Cortana Web Preview is not working in Windows
Recently, a lot of users experience issues after the Windows 10 v1903 upgrade and one of them is that the Cortana Web Preview is not functioning like it’s supposed to. Even though Microsoft has already replaced the unified search where you no longer have to use Cortana, it is still undeniably useful and is packed with some great features, one of which is the Web view. Each time you type a search query, it will open a web view where you can see the results using Bing. However, some users reported experiencing some issue wherein the web view does not show anything and appears to be broken and users have to click on the Open in Browser link. Thus, if you are one of the users who experience the same problem, then this post is for you – it will guide you on what you can do if the web preview in Cortana is not working on your Windows 10 device. To fix the Web Preview issue in Cortana, you can try to restart Cortana or reset it using the Windows Settings app or change the Search filter level. You could also try to run the Windows Store App troubleshooter or re-register or reinstall Cortana. For more details refer to the options provided below.

Option 1 – Try to restart the process of Cortana

There are times when the running process of Cortana might encounter an error and breaks a particular component of the whole service so the first thing you can do is to restart Cortana’s process in the Task Manager.
  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Next, go to the Processes tab and look for Cortana’s entry.
  • Once you find it, right-click on it and select the End task option.
  • Afterward, open Cortana again and see if it fixes the web view problem or not.

Option 2 – Try changing the search filter level

The next thing you can do to fix the Web View is to change the search filter level. All you have to do is go to Settings > Search and change filter level and from there, modify the search filter level and then see if it fixes the problem.

Option 3 – Run the Windows Store App troubleshooter

The Windows 10 Store Apps Troubleshooter will help you in fixing the Web Preview problem in Cortana. This is a great built-in tool from Microsoft that helps users fix any app issues. To use the Windows Store Apps 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 Window Store Apps.
  • Then click on the Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 4 – Try to reset Cortana via Settings

  • Launch the Windows 10 Settings app and go to Apps > Apps & Features.
  • Next, look for the entry of Cortana on the right-side panel and select it.
  • After that, select the Advanced options and then select the Terminate button under the Terminate section.
  • Once done, click on the Reset button under the Reset section.
  • Restart your PC.
  • After your computer boots, launch Cortana again and check.

Option 5 – Try to re-register and reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Start button and click on the Windows Powershell (Admin) option from the list.
  • Next, type the following command and hit Enter to execute it:
Set-ExecutionPolicy Unrestricted
  • After that, execute this second command to reinstall Cortana:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if the Web Preview in Cortana is now working.
Read More
Disabling Security Questions in Windows
We’ve already covered disabling Security Questions If you want to disable Security Questions on your Windows 10 computer then you’ve come to the right place as this post will guide you in doing exactly that. In this post, you will be disabling Security Questions using a PowerShell script. This PowerShell script is called “Update-AllUsersQA”. It is designed to remove or disable the security questions and answers for local users on a Windows 10 computer. It lets administrators take control of the security questions in the environment and at the same time minimizes the risk that comes with them. If a user has a Microsoft account that’s configured to sign in to Windows 10 then he will not probably notice the Password Recovery questions. On the other hand, if he has a chosen local account for installing Windows, he will e prompted to create three security questions that can be used to reset the password and log into the Windows 10 account in case there is any misfortune. However, if you do not have much use for these Security Questions, then you can definitely have them disabled using a simple PowerShell script which you can download from GitHub. For more details on how to disable security questions in a Windows 10 machine, refer to the steps provided below. Step 1: You need to first download the .ps1 file from the GitHub repository. Step 2: Once you’ve downloaded the file, open the PowerShell window with admin privileges. Step 3: After that, navigate to the folder where you had saved the .ps1 file. Then copy the address of the folder location. Step 4: Next, change the directory by using the following command:
cd "folder location address"
Step 5: After that, enter the following script to disable the security questions:
Update-AllUsersQA
Once you’ve completed the steps above, the Security Questions should be disabled and you will be notified with a message stating that the feature has been disabled. On the other hand, if you have a change of heart and you want to enable the Security Questions back, here are some steps you need to take: Step 1: First, open the PowerShell window as admin. Step 2: Next, run the same script with one more parameter such as:
Update-AllUsersQA -answer SecretAnswer
Step 3: And that’s about it. Do not forget to replace the Secret Answer with your preferred one and once you’re done, it will be set as the answer for all the Security Questions. Step 4: Now all that’s left to do is go to the Settings app to change the answer to the questions and you should be good to go.
Read More
Disable non MS store apps in Windows 11
Disable non MS store apps in Windows 11 post pictureYou can prevent starting of app installations files if they have not come from the MS store inside Windows 11. This can make your PC more secure because all apps in the store will have to be digitally signed and overall it can provide you with more control over what will be installed. Follow the guide below to find out how can you easily turn this feature ON.
  1. Press ⊞ WINDOWS + I to open Windows settings
  2. Select Apps and then choose Apps & Features
  3. Click on Choose where to get apps to bring a drop-down menu
  4. Select The Microsoft Store only (Recommended)
  5. Close settings
Settings will apply changes immediately and you continue using Windows right away. With these settings turned ON if you want to install a downloaded application or run the installer you will not be able to, and message The app you’re trying to install isn’t a Microsoft-verified app will show on your screen. You can always reverse this setting by choosing Anywhere in settings instead of Microsoft store only.
Read More
Microsoft blocking Office users
Microsoft Office 365 banerMicrosoft starting as of today will block its Office 365 users if they are using Internet Explorer or early versions of Edge browsers. So if you are using older non Chromium Edge versions of Microsoft browsers you can no longer access Office services until you switch. Now normally I would fully support this kind of decision since Internet explorer is a slow and vulnerable browser and the edge is similar in that regard. The new edge browser is great and it should be used but the issue I have is that Office 365 is not free, it is a premium feature and I am wondering how Microsoft plans to deal with people that have already paid for service but suddenly cannot access it anymore.
Read More
Could not start Diagnostic Policy Service
If you are trying to run a Windows Service like the Diagnostic Policy Service and encounter an error instead that says, “Windows could not start the Diagnostic Policy Service”, worry not for this post will guide you on what you can do of the Diagnostic Policy Service is not running in your Windows 10 computer. As you know, the Diagnostic Policy Service enables problem detection, troubleshooting, and resolution for Windows components on your Windows operating system. When you encounter this kind of problem, you will also see the “Access is denied” error message. This occurs when the “MpsSvc” process does not have the permissions needed for the Registry keys. This kind of problem happens when the TrustedInstaller account is missing the permissions for a Registry key and so to fix this issue, you need to take full control and ownership of the Registry keys. You need to create a System Restore point first before you get started. This way, you can always undo the changes you’re about to make in case anything goes wrong. Once you’re done creating a System Restore point, refer to the following instructions to fix the “Windows could not start the Diagnostic Policy Service” error. Step 1: Tap the Win + R key combination to open the Run utility. Step 2: Type in “Regedit” in the field and tap Enter to open the Registry Editor. Step 3: After opening the Registry Editor, navigate to this registry path:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDPSParameters
Step 4: After that, look for the “Parameters” registry key and select Permissions. Step 5: Now select your account under Group or user names. Step 6: Next, make sure that the “Full Control” and “Read” boxes are both checked, and then click on the Apply and OK buttons to save the changes. Step 7: Afterwards, navigate to this registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlWDIConfig Step 8: From there, look for the Config key and right-click on it and select Permissions and then click on Add and type “NT Service/DPS in the box and click OK. Step 9: Now select “DPS” and check the Full control box, click OK and exit the Registry Editor. Step 10: Reboot your computer and check if the error is now fixed.
Read More
Malware Guide: How to Remove BitCoinMiner

What is BitCoinMiner Malware?

BitCoinMiner is a Malware created with the intent to force computer systems to generate crypto-currency, namely Bitcoin. This is done without the consent and knowledge of a computer/system holder. This unwanted file bears no digital signature or publisher since the creators of such a heinous invention do not wish to be known. Technical details about BitCoinMiner Malware include:
Product Version: 1.0.0.0 Original File Name: crss.exe Entry Point:  0x000C5AAE

Assessment of BitCoinMiner Malware

After installation of the BitCoinMiner Malware, there were no visible signs of an infection or program files installed. However, based on research, BitcoinMiner Malware utilizes the CPU’s resources (est. to be about 50%). Computer users have reported that they recognized an unknown process utilizing the majority of their processing space. the bitcoin miner is used by the creators to penetrate a user’s system, in effect coercing each infected system to mine Bitcoins covertly. After years of mining, a user might discern that their computer is moving slouchy and may even encounter various forms of BSODs.   After Bitcoins have been mined in the infiltrated system, the cyber currency is then returned/ sent to the creator of the malware. This venture is a sly and deceptive way to earn Bitcoins since the currency is gaining much popularity.

Further Information on BitCoinMiner

BitCoinMiner works covertly. There are no obvious traces of this program running on a computer system. However, once a computer system is infiltrated, the computer user will realize that their CPU resources are strangely being used up, even while the computer idles. Another expression of BitCoinMiner is the addition of cookies of various sorts to a computer system. These include:
  • Tracking cookies
  • Advert (Adware) cookies
  • Casale Media (Spyware) cookies
  • Atwola (Spyware) cookies
  • Adtech (Spyware) cookies
Once BitCoinMiner is present on a computer system, it can potentially slow it down and also create back doors as a means to install other unwanted and harmful programs. To completely remove BitCoinMiner Malware from your computer, click here to download and install Spyhunter.
Read More
Windows Update failed, error 0x80240034
If you got an error message saying, “Windows Update failed to install error 0x80240034” when trying to update your Windows 10 then it’s probably due to some update services that are failing at some point. In addition, you might also see Error constant WU_E_DOWNLOAD_FAILED with the description that “Update has failed to download”. The Windows Update failed to install error 0x80240034 might be caused by some connection problem or there might be a duplicate update or that installation is not allowed and so on. And so to fix the problem, we’ve prepared some options that could help. Make sure to follow them accordingly but before you proceed, you need to verify if you have a stable internet connection.

Option 1 – Restart your computer and try installing the Updates again

Restarting your computer can also help in fixing the Windows Update failed to install error 0x80240034. There are cases where the issue resolves on its own as it could just be some simple network or PC error.

Option 2 – Try to disable your antivirus program

The Windows Update failed to install error 0x80240034 might be caused by the antivirus program installed in your computer which is why disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 3 – Clean up temporary and junk files

  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space.
  • Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
  • Windows Upgrade Log Files
  • The system created Windows Error Reporting Files
  • Thumbnails
  • Temporary Internet Files
  • Previous Windows Installation Files
  • Delivery Optimisation Files
  • DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again.

Option 4 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error 0x80240034. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 5 – Delete Files from Software Distribution Folder & Catroot2 folders

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

Option 6 – Run the DISM tool

If the first five options didn’t work, then running the Deployment Imaging and Servicing Management tool might help as it can repair the Windows System Image as well as the Windows Component Store in Windows 10.
  • After you access the Advanced Startup options, select Command Prompt by using the arrow keys on your keyboard.
  • Next, type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 7 – Run System File Checker

Running the SFC scan or System File Checker might also help in fixing error 0x80240034.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow and hit Enter.
  • Restart your PC.

Option 8 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
Fix cannot load the Device Driver Code 38
Each you connect time external devices like scanners, printers, and the likes to a Windows 10 computer, the device either pushes the drivers through the USB or any other port, or you are expected to install the drivers through external media. In both cases, the driver will be loaded into the system, allowing you to use the device. However, it doesn’t always go smoothly as you could encounter some errors like the “Windows cannot load the Device Driver for this hardware because a previous instance of the Device Driver is still in memory ( Code 38 )”. If you encounter such an error in the Device Manager, then this means that a previous version of the device driver is still in memory and that each time the device is used, that previous version is loaded into memory and then unloaded which triggers the “Windows cannot load the Device Driver for this hardware because a previous instance of the Device Driver is still in memory (Code 38)” error. This kind of error occurs if the operating system loads the unwanted driver or if it fails to unload the driver. It could be that there is an obsolete version of the driver that’s still installed in the system or it could also be that you need to update your USB drivers as they could be outdated or the problem could also be due to some third party program that is interfering with the installation. Whatever the cause is, here are some suggestions you can check out to resolve the problem.

Option 1 – Uninstall previously installed drivers and reinstall their latest working version from the manufacturer’s website

The first thing you can do is to uninstall the drivers that are currently installed on your computer and then reinstall their latest working versions from their official sites. This kind of error is commonly encountered while loading drivers for scanners and printers. This is due to the fact that their drivers and software come along with a package which is usually in external media like CD or DVD. So when you install the software package, there’s a possibility that a newer version has been launched by its manufacturer. When that happens, you have to uninstall the previously installed driver package and then download the drivers from the manufacturer’s website and install them.

Option 2 – Run the Hardware and Devices Troubleshooter

  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 3 – Update or reinstall the Universal Serial Bus Controller driver

Since it could be a driver issue, you can try to update or reinstall the Universal Serial Bus Controller drivers using the Device Manager. Refer to the following steps:
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
Note: If it is a regular USB drive, then it will be listed as a USB Mass Storage Device but if you have a USB 3.0 device, then look for a USB 3.0 Extensible Host Controller.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
Note: If updating the USB Controller drivers didn’t work, you can try to reinstall them instead.

Option 4 – Restart your computer in a Clean Boot State

If the first three given options didn’t work and you still see the error when you connect external devices, you can try putting your computer in a Clean Boot State and then try connecting them again.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to connect the external devices and check if the error is now gone.
Read More
Access Denied, You don’t have permission
When you try to open a website but instead encounter an “Access Denied, You don’t have permission to access on this server” error message along with the ULR which you aren’t able to access with a reference number, then it is most likely caused by some network-related issue in your browser. Note that this error mostly occurs on Firefox browsers. The “Access Denied” error appears when your Mozilla Firefox browser uses a different proxy setting or VPN instead of what’s really set on your Windows 10 PC. Thus, when a website detected that there is something wrong with your browser cookies or your network, it blocks you which is why you can’t open it. To resolve this error, here are some suggestions you can try. And if you got the same error message on a different browser, you can still follow the possible solutions given below.

Option 1 – Try clearing everything about the website

  • Open your browser and tap the Ctrl + H keys on your keyboard.
  • After that, look for the listing of the website from your browser history and right-click on it.
  • Then select the “Forget about this site” option. This will get rid of all the data such as browsing history, cache, cookies, and passwords. Thus, if you have a password saved or other important data of the website, you have to save it first before you tap the Ctrl + H keys.

Option 2 – Try disabling the VPN

As pointed out earlier, if you are using VPN, this could be the reason why you’re getting the “Access Denied” error so the most obvious thing to do is for you to turn off the VPN and try to run the Windows Update once more. And if you use a VPN software that works using their software, you can just completely exit or log-off from its account. On the other hand, if you are using a built-in Windows 10 VPN, you can simply turn it off or delete all the settings you have created there.

Option 3 – Uninstall the VPN service you are using or use a different provider

If you disabling the VPN service worked in fixing the “Access Denied” error, you might want to uninstall it. As mentioned, website administrator blocks IP ranges if they notice any malicious activities and because of this, your IP address might fall into the banned range even if you didn’t do anything at all. To uninstall the VPN service, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the VPN service you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 4 – Try disabling the proxy server for your LAN

If your PC was just attacked by some adware or malware as of late, it is possible that it has changed the network settings in the system and might display spam advertisements. Thus, you have to disable the proxy server for your LAN. To do that, refer to 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.
Read More
OneXPlayer Mini Handheld Gaming PC
OneXPlayer is a direct competitor to Valve’s upcoming steam deck. This device is clearly inspired by Valve’s offering and it shows all over the place, from its looks to its purpose and aims to PC gamers as a handheld device.

OneXPlayer miniHardware under the hood

This device is packing a 7-inch 1080p display, 11th generation Intel Core i7-1195G7 CPU, stunning 16GB of RAM, 512GB SSD drive with the option to purchase 1TB or 2TB model. GPU of choice is Intel iris Xe Graphics that is in our opinion a bottleneck in the whole system and for more demanding games, we believe switching them to 720p would be a better option. Everything here is powered with a 10455 mAh lithium-ion battery.

OneXPlayer inputs and other stuff

Handheld is equipped with dual bumpers and dual linear triggers. The console comes with dual speakers on both sides of it. Inside the console, there is an aluminum heat sink with copper heat pipes and a fan in order to cool internal hardware. On the outside, we have two USB-C ports and one USB-A port for connections, and of course, a headphone jack for headphones. The console comes with Wi-Fi 6 and Bluetooth 5.0 for wireless connectivity.

Price

The base entry model will cost you a whopping $1.259, 1TB model $1.399 and 2TB one will go as far as $1,599. With this kind of price, I am not sure it can come up as a winner against Valve. Sure it is packing fully licensed Windows 11 that will for sure offer more options than Stem’s OS based on Linux but even with that advantage I do not think it justifies such a big price difference.

Conclusion

Of course, this kind of console or handheld PC will still find its customer base, many users will probably like it since it comes Windows ready out of the box. Sure, you can place Windows on Steam deck as well but you will need to know how, where everything is ready and you can run beside steam other launchers without issues like origin, uplay, gog, etc. How this will be accepted by community time will tell but it is good to see that there is variety and competition in handheld PC space.
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