Logo

Disable Taskbar on the second display

If you have a dual monitor setup on your Windows 10 computer and you mostly use the second screen when you are presenting something, this makes the Taskbar completely unnecessary and is not really required. So if you are using your computer generally and do not want the taskbar on your second screen, read on as this post will guide you in disabling Taskbar on your second display.

The good thing is, Windows comes with a built-in feature to disable Taskbar on your second screen or projector connected to your computer. In this post, you will be guided on how you can hide or disable the Taskbar from the second monitor in Windows 10. This post is coming in handy especially if you are using projectors or multiple displays.

Refer to the steps given below to disable Taskbar on the second display in Windows 10.

Step 1: Go to Settings and click on Taskbar from the left menu.

Step 2: After that, scroll down to lo look for Multiple Displays.

Step 3: Next, turn off the toggle labeled, “Show taskbar on all displays”.

Note: After completing the steps given above, it will disable the Taskbar on all the secondary displays. Bear in mind that these settings will work only if you are running a second screen in Extended mode. Contrariwise, if you are in the Duplicate mode, this setting will not work but you can always set your Taskbar to Autohide so that it won’t be displayed.

On the other hand, if you are facing some issues in finding which screen is primary and which one is secondary, refer to these steps:

Step 1: Go to Settings and select System.

Step 2: Next, from the left menu open Display.

Step 3: From there, select the desired display and make it the primary one as required by your setup.

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

GitHub introduction and explanation
If you are starting to get into the “wonderful” world of coding there is a high chance that you have heard of GitHub or Git for short and there is a slight chance that you might be confused about what exactly GitHub is. If this is the case, we are welcoming you to go through our article and find everything about it and why it is so popular and used all around the world.

githubWhat exactly is GitHub?

If we want to go all technical and just point the obvious we could say that GitHub is basically a WEB site and cloud service used for storing and managing code in all languages. But to truly understand why you should use GitHub and not Dropbox or any storage service instead you need to understand concepts like Version Control and Git.

Version Control

Version control is meant to help developers to work separately on different parts of codes and update is separately not breaking the original one. Take note that this option is meant when there is a big project and has more than one coder working on it. If you are a solo coder on your personal project this might not be anything groundbreaking for you personally. But let’s now assume that you are part of a team and that your task is to edit only one function of a project and other people working will also have their tasks. With version control, you could take only part of the code and work on it and once you are finished merge it back into the main repository. All changes in the main code are automatically tracked and can be easily reverted back if needed. The good stuff is that rolling back can be used only let’s say on a code you submitted and other changes made to the source can be kept. As you can see this makes a very good and efficient working space and a good coding environment.

Git

Git itself is a specific version control system, an open-source version control system to be more precise created by Linus Torvalds in 2005. It is a distributed version control system, which means that the entire codebase and history is available on every developer’s computer, which allows for easy branching and merging. Currently, over 87% of worldwide developers are using Git on a daily basis.

So GitHub is?

GitHub is a profit company that offers a cloud-based Git repository hosting service, in other words, it automates and makes it easy for everyone to use Git for version control and collaboration. It focuses on user interface and ease of use so even beginner coders can use it right away without any large confusion and using command lines and setting it themselves manually. GitHub also has a free personal plan in which you can host a public code repository completely free. This option placed GitHub very popular with open source projects. If you are a company you can purchase a plan to have a private code repository shared only to members of your team or company.

Conclusion

As stated almost every developer on a planet uses some version of Git, many of them are on GitHub and there is a lot of open source projects on it. Some employers even ask to see your GitHub repository when deciding if they want to employ you, think of it as a portfolio for coders. There is not a single disadvantage and not a single argument against using it, especially it has a personal free option. So if you want to look better and more professional in the coding world go, make an account and place some code on it, share it with the world, and see how it goes. You might even get some help on projects from other coders if you need it.
Read More
Fix cannot open IPv4 Properties in Windows 10
Many Windows 10 users often change the IP addresses of their computers’ network adapter in order to connect to the internet or network they belong to in times when there is no automatic connection for their computers. In most cases, access to modifying this setting is restricted for some odd reason even if you are an administrator. So if you are one of the users whose Windows 10 VPN IPv4 Properties are not working, this post can help you remedy that so that you can open and edit the IPv4 Properties on your Windows 10 PC. The common way to change IP settings is by going to Settings > Network and then to Internet > Change adapter options > Select Network adapter > right click and open Properties. From there, you can select TCP/IP 4 and modify it. If you aren’t able to do this, refer to the instructions laid out below to troubleshoot the problem in accessing the IPv4 Properties.

Option 1 – Try using PowerShell to manually set the IPv4 properties

As you are not able to set it using the interface, you can do so using PowerShell instead. Note that this option will only work for you if you run PowerShell with administrator privileges. After opening PowerShell, according to many users, you have to run the this command – set-DnsClientServerAddress -InterfaceAlias “Ethernet” -ServerAddresses xxx.xx.xxx.xxx,x.x.x.x,xxx.xx.xxx.xxx,x.x.x.x Usually, Ethernet is the name of your network adapter which is set by default. If you want to see the actual name of your network adapter, you can just type this command and tap Enter after doing so – Get-NetAdapter -physical | where status -eq 'up' After entering the given command, you will see a list of active Ethernet adapter in your computer as you can see on the image above. Note that the 4 sets of X like the one on the image below should match with the sequence:

Option 2 – Try editing the rasphone.pbk files

The rasphone.pbk files stores property for the connections and since you are not able to access the IPv4 properties, it is most likely that it has been disabled here. The good thing is that you can open these files and edit them using Notepad. Refer to the steps below to do so.
  • Open the Windows Explorer and then enable the show hidden files option.
  • After that, look for the files at this location – C:Users <username>AppDataRoamingMicrosoftNetworkConnectionsPbk_hiddenPbkrasphone.pbk
  • Then right-click on it and select the “Open with” option and choose the Notepad app.
  • After opening the file, look for “IpPrioritizeRemote” from the long list.
  • Once you found it, set its value from “1” to “0”.
  • After that, look for “IPInterfaceMetric” and set its value to “1” and tap Ctrl + S to save the changes you’ve made, and then exit and try accessing the IPv4 properties again. It should work, but if you’re still unable to access it, try the next option below.

Option 3 – Enable the Split Tunneling if you use VPN

All data goes back and forth when you are using a VPN service on your computer. And since you are using VPN, it could be that it disables the IPv4 interface. If that’s the case, you need to stay connected with both the local network and VPN and to do so, you have to enable Split Tunneling. How? Follow these steps:
  • Open PowerShell with administrator privileges.
  • Next, type in “Get-VpnConnection” and tap Enter. After doing so, it will give you the exact name of your VPN.
  • After that, type in “Set-VpnConnection -Name “yourVPNName” -SplitTunneling $True” and tap Enter. Once you enter the command, it will free your IPv5 settings so that you can change it to connect with your local network if you prefer it to.
Read More
Mail and Calendar not working with Cortana
Mail and Calendar not working with Cortana? As you know, Cortana was first launched way back in 2014 with an emphasis on its tight integration with both the Windows Mail and Calendar apps. This integration has been one of the highlighting features of this Personal Digital Assistant. However, there are some users who reported that the Calendar and Mail integration with Cortana is not working on their Windows 10 computers. This kind of problem could be due to several factors like the loose integration between the services, incompatible versions of the components, and many more. According to the users who experienced the issue, the features affected are the syncing of calendar appointments, sending emails via Cortana, and so on. To fix this problem, there are several options you can try. You can try to restart Cortana’s processor run the Windows Store Apps troubleshooter. You could also try to relink your Microsoft account or reinstall the Mail and Calendar apps, as well as reinstall Cortana.  For more details, follow the suggestions given below.

Option 1 – Restart Cortana’s process in the Task Manager

Restarting Cortana’s process in the Task Manager could also help you resolve the problem. Refer to the steps given below to do so.
  • Tap the Ctrl + Alt + Del keys to open the Security options window.
  • From there, look for the Task Manager in the given list and open it.
  • Next, look for the process of Cortana and right-click on it, and then select the End Task option to end its process.
  • After that, the Cortana process will restart by itself and re-initialize.

Option 2 – 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 3 – Try to relink your Microsoft Account

You might also want to relink your account in Microsoft using the Windows 10 Settings app.
  • Open the Windows 10 Settings app.
  • Next, navigate to Accounts > Email & Accounts and from there, go to the section of Accounts used by Email, Calendar, and Contacts.
  • After that, select your email account and select Manage.
  • Once done, a new panel will come up where you have to click on the “Delete account from this device” link.
  • Once you get a confirmation, select Delete and then relink the same account. This should resolve the problem.

Option 4 – Try to reinstall or update the Mail and Calendar apps

  • Open Windows PowerShell as admin.
  • Next, execute this command: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
  • Once done, restart your computer and go to the Microsoft Store page to get the latest updates for both Windows Mail and Calendar apps.

Option 5 – 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 6 – Try to reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Taskbar and select the Task Manager.
  • Next, select File menu > Run new task and type “Powershell” in the field and then select the “Create this task with administrative privileges” option.
  • Click on OK to open the PowerShell console.
  • After that, type the following command and hit Enter to execute it:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if the problem is now fixed.
Read More
How to Permanently Disable Active History
What is Active History? A new feature has been introduced in Windows 10 that allows users to stay connected to their tasks across their devices. This new feature is called “Windows Timeline” and using this feature, users could continue their tasks all over their Windows 10 computers as well as on devices that run Android and iOS as well. This new feature was included in Microsoft Launcher and Microsoft Edge on Android devices as well as in Microsoft Edge for iOS devices. In order for the feature to work, you have to send either Basic or Full data and diagnostics of your computer to Microsoft which would sync it all over your devices with the help of the cloud. And now since all your data is stored on your Windows 10 computer and with Microsoft under your account, it is easier for you to access the back and start where you left off. This kind of option is called Active History. In this post, you will be guided on how you can permanently disable Active History using either the Windows Registry or Group Policy. Before you go on further, it is recommended that you create a System Restore Point first in case anything goes wrong. This is a precautionary measure you must take so that you can easily undo the changes you’ve made. After creating a System Restore Point, proceed to the given instructions below.

Option 1 – Disable Active History via Registry Editor

  • Tap the Win + R keys to open the Run dialog box and type in “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSystem
  • From there, check if you can find a DWORD named “PublishUserActivities”. If you can’t find this DWORD, just create one with the same name and make sure that the base is selected to Hexadecimal.
  • After that, double-click on the DWORD and change its value from 1 to 0 to disable Active History.
  • Restart your computer to apply the changes you’ve made successfully.

Option 2 – Disable Active History via Group Policy Editor

Note that this second option won’t work if you are using the Home edition of Windows 10. This is because the Group Policy Editor does not come with Windows 10 Home. So if you are not using Windows 10 Home, follow the given steps below.
  • Tap the Win + R keys to open the Run box.
  • Then type in “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to this path: Computer ConfigurationAdministrative TemplatesSystemOS Policies
  • After that, double click on the configuration listing named “Allow publishing of User Activities” to open the configuration page which has the following description:
“This policy setting determines whether User Activities can be published. If you enable this policy setting, activities of type User Activity are allowed to be published. If you disable this policy setting, activities of type User Activity are not allowed to be published. Policy change takes effect immediately.”
  • Now you have to select Disabled or Not Configured if you want to disable Publishing of User Activities or Enabled to Enable Publishing of User Activities depending on your preferences.
  • Next, click OK and exit the Group Policy Editor and then restart your computer to successfully apply the changes made.
Read More
Driver Power State Failure Error in Windows
Driver state power failure error can be linked to three things happening in your computer. Incorrect power settings, driver issues, or incompatible hardware. Sadly when this error happens you only receive a blue screen of death with this message: Blue screen of death driver power state failureSadly receiving this blue screen does not really explain which of the three cases is the correct one and causing the unwanted issue. That being said, this article will not offer you a direct solution this time, it will be more like a guide on what to check and to do in order to remove this error, reason for this is the nature of the error itself. If your computer is booting properly and you can enter Windows without issues the first thing you can try is going into power options and set it to high performance, if you are on a laptop set high performance both ways, when plugged and when on battery. Power performance settings can reflect on some hardware and can cause mayhem. After setting reboot the computer and see if the error repeats itself. If the error persists go to the device manager and see if there is hardware that has any kind of warning beside it. If there is, update the driver or remove the driver of the device to see if this fixes the issue. If all of the previous two things fail there is another thing you could try. Turn off your computer and disconnect all hardware except the most basic one. Now, this may take a long period of time but boot your computer and then repeat this process but each time add a new piece of hardware to eliminate and find which one is causing the issue. When found try to see if it is repairable through driver updates or get a new device.
Read More
0x80071771, The specified file could not ...
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.
Read More
Should you upgrade to Windows 11
Windows 11 has been rolling out for a while now so many PC users ask the question is it wise and good to upgrade your Operating System to the latest Microsoft incarnation. No Thank you for reading, cya tomorrow in next article. Windows 10 vs Windows 11Jokes aside, I truly believe that choosing to upgrade your System to Windows 11 at this point in time is a bad decision and I will explain why I do believe it.

Reasons to upgrade to the new OS

First of all, let me say what is good in Windows 11 and provide reasons why you should upgrade your computer.
  1. The new fancy look made for modern computers. New Windows new look, Microsoft has tried their best to bring a new modern look to its flagship operating system and I must say that they have managed it. I could argue that it is a little bit late since Apple had this kind of look in years but hey, better late than never I guess.
  2. Increased security This point is very valid but it will play a role only if you have all system requirements including TPM 2.0. If that is the case new security features of OS are really well done and are perhaps one thing that might nudge some people in installing W11 on their system.
  3. New settings app The New and redesigned settings app inside Windows 11 is really great and it provides a great workflow and easy management of system settings. This is not some radical change but it will save time and make life much easier.
  4. It is better suited to the newest hardware Windows 11 was made with the newest hardware in mind and its performances on it are great so if you are punching the latest tech this reason is sufficient to make a switch, however, if you are still on an older system you will not gain much by switching.

Reasons to avoid Windows 11 for now

  1. Almost just a visual update to Windows 10 Some features of Windows 11 are great but they are not plenty of them to justify a new number and new version of OS. Considering what we really got new under the hood Windows 11 could have been just a patch and update to Windows 10 since the architecture is the same.
  2. Bugs Each day there are new bugs reporting for Windows 11, most of them are at the moment unsolvable and are caused because hardware manufacturers' drivers and software overall is not W11 ready. This hinders the stability of some systems and introduces headaches to others.
  3. Runs poorly on unsupported hardware Strange behavior has been reported on some older systems, granted systems are not officially supported but the point is OS is simply not working at the top of its game on older hardware.
  4. No updates on non supported systems Officially stated if you install Windows 11 on non-supported hardware you will not get any security updated on in. This is a deal-breaker as far as I am concerned.
  5. It is still under development When Windows 11 was released, Android native apps were not working on it, it later came with an update, this is just one example but there are more features that were promised but are not delivered on release and constant updates are fixing these things. It is obvious that Windows 11 is still under active development and not the final product that was promised.
  6. Microsoft’s edge pushing And not just edge, some other things as well but most notably is edge pushing to borders they are risking lawsuit similar as they did in the past pushing and disabling any other browser except internet explorer.

Conclusion

Firstly I want to point that this is my personal opinion but going through facts and taking into account the current state of Windows 11, at this point, it is not worth making a switch. I am sure that in time it will become a system that will be worth upgrading to but until that time comes, my advice would be to stay with Windows 10.
Read More
Software review series: BitWarden
BitWardenMany times we were talking and writing here on Errortools.com about security, privacy, hacking, identity theft, etc. We tried to raise important security questions and I hope I have managed to at least shed some light and change maybe some bad behaviors for some, helping them embrace better routines about their security on their PC. In this light, I will today present you with one neat and awesome piece of software, a password manager worth your time and money (if you want premium features): BitWarden.

What BitWarden offers?

The first thing that it offers is the completely free basic plan, granted BitWarden is not an open-source project nor completely free but it has an unlimited free basic plan that will cover 90% of user needs. There is also a free basic unlimited plan for Organizations letting you and one more user share files and other stuff via BitWarden making it a cool option if you need it. Premium features offer you encrypted sharing of files, two-step login, 1GB file attachments (encrypted), Bitwarden Authenticator (TOTP), Vault Health Reports, Emergency Access, and Priority Support. The cost for all of these additional features is 10 USD per year for an individual plan or 40 USD per year for organizations where you will get an increase of maximum users from 2 to 6. Yes, you read that correctly, only 10 USD per YEAR for the whole set of features. Granted if you do not need any of them, enjoy the free version forever. Besides very low premium cost BitWarden will offer you compatibility with all major browsers and devices including both Android and iOS platforms making it a great cross-platform solution to login and maintain your passwords anywhere with just one click. Once installed all you need to do is set one master password and be very careful not to lose or forget this one, if you do all of your other generated passwords will be lost forever.

Features

Secure Password Sharing

Share your encrypted data quickly and easily, and only with the users or teams who need access

Cross-Platform Accessibility

Access critical data in your Bitwarden vault from any location, browser, and device

Cloud-Based or Self-Host

Get up and running in minutes in the cloud or you can self-host Bitwarden for complete data control

Security Audit & Compliance

Open source and third-party audited, Bitwarden complies with Privacy Shield, GDPR, CCPA regulations

Vault Health Reports

Access insightful reports to reveal weak, reused passwords, and other helpful data security metrics

Directory Sync

Our powerful Directory Connector streamlines user and group onboarding and keeps them in sync

Always-On Support

Our Customer Success agents are available to support you around the clock

Detailed Event Logs

Bitwarden creates audit trails to help you keep track of user and group access to sensitive data

Flexible Integrations

Unite your existing systems with Bitwarden using SSO authentication, Directory services, or powerful APIs

Conclusion

There are many password managers out there but via recommendation I have tried BitWarden and truth to be told, I really never felt the need to try anything else, it is great at what it does and it is moving forward with features and it is constantly updated and maintained.
Read More
Fix Memory error 0x0000001A on Windows
One of the hardest issues you can encounter on your Windows computer is the Blue Screen of Death error. There are various kinds of BSOD or Stop errors and one of them is the “Memory Management Error 0x0000001A” error. This kind of Stop error might signify a hardware problem in your computer and is most likely caused by an issue with RAM or hard disk or even malware that takes up all your computer’s memory, thus, making it crash and display a BSOD error like the Memory Management Error 0x0000001A. Moreover, this kind of Stop error can also occur during the Windows upgrading process. So in this post, we’ll show you what you can do to fix the Memory Management error on your Windows 10 PC.

Option 1 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that 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 2 – Update the device drivers

  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
  • Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.

Option 3 – Run the Windows Memory Diagnostics Tool to test RAM

Since the issue concerns the memory of your computer, you can also try running the Windows Memory Diagnostics Tool to find out if the RAM module of your computer has become corrupted. To run this tool, follow these steps:
  • Tap the Win + S keys to open Search.
  • Then type “Windows Memory Diagnostics Tool” in the field and hit Enter to open the Windows Memory Diagnostics Tool.
  • After that select any of the following option from the prompt that appears:
    • “Restart now and check for problems (recommended)”
    • “Check for problems the next time I start my computer”
  • After that, if you find that your RAM is corrupted, you might have to purchase a new one or change the motherboard of your computer.

Option 4 – Run the DISM tool

There are cases when the Memory Management Error 0x0000001A error is caused by the Windows System Image so you need to repair it using the DISM or Deployment Imaging and Servicing Management tool. The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: Dism /Online /CheckHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run the SFC scan

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.

Option 6 – Try using System Restore

You can also try to perform a System Restore as it can also help you fix the BSOD 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
What is Windows 10X and do you need it

What is Windows 10X

Windows 10X is a new version of Windows that has been built from the ground up for new PCs and will begin shipping on hardware in 2021. It's built on top of a new modern version of Windows called 'Windows Core OS' that guts legacy components and features in favor of contemporary user experiences and enhanced security. This means everything from the Windows Shell to the underlying OS has been rebuilt with modern technologies.

As a result, Windows 10X does not support legacy Win32 applications at launch. Windows 10X PCs in 2021 will be able to run Microsoft Edge, UWP, and web apps. Legacy Win32 application support will arrive at a later date, however. When it does, Win32 applications will run in a secure container by default, meaning those legacy applications cannot affect system performance and battery life when closed. Windows 10X is a much more secure and stable OS as a result of this, as there's no opportunity for legacy apps to cause bitrot.

Windows 10X features a new shell of the user interface that has been built with modern technologies. It's an adaptive user experience that can adjust depending on the "posture" of your device. For example, with a foldable PC, the user might want to use it in several different ways; as a laptop, or tablet, or in tent mode for movies. Because of this, the user interface must adapt to provide the best experience no matter which way your device is being used. This also means that legacy shell elements, such as the Control Panel, File Explorer, and error dialogs and icons are gone on Windows 10X. As Microsoft has rebuilt the entire shell, it doesn't include any of the legacy things that make Windows 10 so inconsistent when it comes to UI. The Windows Shell on Windows 10X should be much more consistent. At launch, Windows 10X will only be available on traditional clamshell PCs aimed primarily at the education and enterprise markets. The platform will eventually ship on the new devices from factors such as foldable PCs, but that won't be happening in 2021.

Start menu

Microsoft is redesigning the Start menu experience on Windows 10X with a focus on productivity. It features a system-wide search bar along the top that can also search the web and a grid of installed apps below that in place of live tiles. It also has a "recent activities" area that dynamically updates with things the user might want to jump straight into, such as recent Office documents and visited websites. The apps list can be customized, with the ability for users to rearrange which apps show up in the first few rows.

Taskbar

Windows 10X also has a new adaptive Taskbar that features a centered design. The Start and Task View buttons appear in the center, with running and pinned apps appearing between the two. When you open an app, the Start and Task View buttons gently spread apart, giving the Taskbar a much more fluid appearance. There are some new animations; the Start and Task View buttons have their own animations when clicked on, and there's a subtle bounce to app icons when you minimize running apps to the Taskbar. In addition to the new design, there are also up to three different Taskbar sizes: Small, medium, and large. Large is great for tablets, while medium and small mimic the usual sizes we already have today on Windows 10. On tablets, users can now swipe up anywhere on the Taskbar to access the Start menu, making it easier for touch users to access their apps list. You no longer have to hit the specific Start button to access your Start menu.

Action center

In addition to the new Start and Taskbar experiences, there's also a new Action Center to compliment them. This new Action Center puts more emphasis on quick actions, with the ability to jump into specific quick actions for further control without leaving the Action Center at all. It's also designed in such a way that mimics a control center, with notifications housed above it in a separate box. This new Action Center includes things like volume controls, power options, and battery percentage. There's also a new music control UI that appears in the Action Center when music is playing from a supported app.

State separation feature

Unlike Windows 10, Windows 10X features something called "state separation" which is how the OS lays itself out on a drive. Windows 10 today installs everything into a single partition, which means the user can access system files, as can apps and potential attackers. On Windows 10X, everything goes into its own read-only partition. So OS files are locked away, as are app files, as are drivers, and the registry. The only thing the user and applications can access is the user partition. This means that malware or viruses can't get in and affect the system because those programs are only able to operate in a single partition, and that assumes they're able to get outside of the app container system Microsoft has built. All apps on Windows 10X run in a container and need explicit permissions to access things that are outside that container. This is already how UWP apps work on Windows 10, and Microsoft will be extending that to Win32 apps on Windows 10X when support for Win32 apps arrives.

Launch date and info

Windows 10X will launch this spring first for commercial markets. Commercial markets include education and enterprise industries looking for sub-$600 PCs for students in the classroom or first-line workers. Windows 10X won't be launching on consumer PCs in 2021, meaning you won't find it on a flagship Dell or HP device. It's also only for clamshell PCs, with foldable, tablets, and other form factor support coming in 2022 and beyond. Windows 10X will launch without an in-box Mail and Calendar app. It's been removed from the first version of Windows 10X because the platform is aimed at commercial markets that will likely use Outlook Web or stream Outlook via Windows Virtual Desktop. Users can opt to reinstall the Mail and Calendar apps from the Microsoft Store if they wish. Windows 10X for mainstream markets won't happen until 2022 when Win32 app support among other features comes to the OS as part of the Windows 10 "Nickel" release scheduled for the first half of 2022. Because Windows 10X is a new operating system, it will not be released as an update for existing Windows 10 PCs. Users won't be able to install Windows 10X on a device that didn't come with Windows 10X, to begin with. There won't be any official ISO media and you won't be able to buy Windows 10X on its own to install on your existing device. It's for new PCs only. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
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