Quick Tips and Tricks for Supreme Windows 11 Performance
Finally upgraded to Microsoft’s newest OS, but the performance is a bit sluggish? Here are a few useful tips you may not have thought about that could significantly transform your experience!
How to speed up Windows 11?
1. Disable startup programs
There are many programs that launch right on startup that really aren’t essential. This, in turn, causes your PC to launch and run more slowly.
To check which programs are enabled on startup, go into the Task Manager and select the Startup tab. Find every program that doesn’t need to launch immediately, right-click on it and press ‘Disable’.
This will not shut down the program in that instant. It’ll just prevent it from running automatically as you turn on your PC. You can always launch it manually when you need it.
2. Expand your memory and storage
If you want your PC to run super smoothly, you need to have enough memory to support that. This is especially significant for those of you who love to multitask. Upgrading your RAM gives your PC more space to store the temporary data it needs to complete processing tasks. In other words, processing takes a lot less time.
Your long-term storage is equally important. Hopefully at this point you’re already using SSD over HDD, since this type of storage offers a faster boot time.
Credit Marc Pezin on Unsplash
In any case, we recommend expanding your storage capacity. The more files and data you store, the more there is to load, significantly influencing your PC’s speed. Larger storage capacity means new data and essential updates can be stored comfortably, preventing any strain on your PC’s performance.
3. Clean up disk space
If you aren’t willing to upgrade your storage just yet, the least you can do is clean up your storage right now.
Aside from manually deleting stuff you no longer need, you can also get rid of temporary files that clutter up your storage and eat up performance for no reason. To get to them, click Windows + X and select ‘Run’ (or just type it in the search bar).
A small window will pop up, where you need to type %temp%. This will take you to a whole folder full of all the temporary files you can remove without thinking twice.
For those who upgraded from Windows 10, there’s a neat trick to get rid of potential leftover files you don’t need on your brand new iteration. Only do this if you’re 100% sticking with Windows 11, though. Go to System > Storage > Temporary files. Make sure to only leave ‘Previous Windows Installation’ and ‘Windows Update Clean-up’ checked and click on ‘Remove files’.
Lastly, make use of Windows 11’s fantastic Storage Sense feature. Turning it on will enable your PC to constantly watch out for junk or unused files to optimize your PC’s performance to the maximum.
4. Install pending updates
This one should go without saying, but pending updates can be detrimental to your Windows 11 performance. The longer you leave them untouched, the more bugs the outdated programs and patches can cause. So, make sure to regularly check for updates and install them as soon as they’re available.
5. Disable visual effects
As cool as visual effects, animations, shadows and transparency are, they can also put quite a toll on your computer’s speed. On a newer setup this generally shouldn’t be a problem, but if you do notice a drop in performance, definitely consider turning off some of these settings.
To do this you can go to the Control Panel, System Properties and click the ‘Advanced’ tab. In the Performance section, choose Settings. If you’d like a quicker way to get to the dialog (Performance Options) with Visual Effects, you can also type sysdm.cpl in the search bar.
Once there, you can either have your PC choose what’s best, choose the best appearance or the best performance. The other option is to manually toggle the effects off and on. The biggest obstacles to speed are taskbar animations, window shadows, control/element animations and animations upon minimizing/maximizing.
Credit Windows on Unsplash
In the same vein, you should go to Settings > Personalization > Colors and disable Transparency, to prevent your computer from doing overtime just to hit the aesthetic appeal.
6. Get rid of bloatware
Bloatware is one of the biggest culprits of slow computer speed.
Pre-installed software that’s pretty much useless but takes up valuable system resources has been around since day one. No matter which device or platform you’re talking about. Luckily, a lot of it is removable, making it easy to lighten the load on your device.
To boost your Windows 11 computer, go to Settings > Apps > Installed apps.You’ll probably see a bunch of apps you don’t want or need. Click on the three dots next to each one you want to remove and press ‘Uninstall’.
Aside from helping optimize performance, removing bloatware has another great benefit. Unfortunately, often this pre-installed software is quite vulnerable, exposing you to great risk of cyberattacks. So, removing it definitely improves your device’s security and gives you at least some peace of mind.
Summary
These are a few of our fastest tips for boosting performance. There are other, more complex and time-consuming ways, of course. If you’ve tried these quick ones and still need advice on how to improve your PC’s speed, feel free to reach out!
If you were trying to copy, move modify or delete a folder or a file in your computer but you’re not able to do so and encountered an error instead that says, “Could not find this item, This is no longer located in <path>, Verify the item’s location and try again”, then you’ve come to the right place as this post will guide you on how you can fix this error.
You can encounter this error when you delete, rename, open or copy a certain file which is often created by third-party software and lacks important information like file format, and so on. Although you can see these files in File Explorer, you might not be able to perform some operations in them. To fix this problem, you need to check out the given suggestions below.
Option 1 – Try to rename the file via Command Prompt
If you were trying to rename the file but unable to do so, you can achieve that by executing a command in Command Prompt. Make sure to follow the steps carefully.
Type in “Command Prompt” In the Start menu to search for it or you could also click the search button right next to the Start menu and then right-click on the related result and select the option “Run as administrator” to open Command Prompt with admin privileges.
Next, type in “cd” followed by the path where the file is located with this format – “C:/Folder1/Folder2/Folder3”. However, you have to omit the problematic file this time. To put it simply, the last folder in the command must be the folder where the file is located.
After inputting the command, press Enter on your keyboard and then use the set of commands given below. Note that each command is a new line so you need to tap Enter after copying each line.
DIR /A /X /P
RENAME (the current name of the problematic file) (a non-problematic name)
EXIT
Note: Make sure that you only input the current name and the new name separated by a space. You must not write the brackets in the command. If everything goes well, you will now be able to operate the file like you used to before.
Option 2 – Try to delete the file using Command Prompt
On the other hand, if you were trying to delete the file instead of renaming it, you can execute another command in Command Prompt.
Open Command Prompt with admin privileges like what you did earlier.
Once you’ve opened Command Prompt, copy and paste the command given below and tap Entre after you do so. You also have to make sure that you key in the correct path where the file is located as well as its name.
rd /s \?X:badfolderpath
Note: In the command above, “X” is the placeholder letter so you must input the letter that corresponds to the drive’s letter where the file is located.
After that, you will see the “Operation completed successfully” message on your screen. If you don’t, check if you’ve really inputted the correct location of the file or its name.
Option 3 – Delete the file without any extension
If the file you were trying to delete does not have an extension, this means that Windows does not know what to do with this file which is why it’s throwing an error message. The best thing to do in such cases is to delete the file especially if it takes up a lot of memory. To delete these kinds of files, here’s what you have to do:
Follow the first two steps from the previous option above so you can navigate to the location of the file accurately just be careful in inputting the folders.
Don’t forget to tap Enter right after each command and then use the next command below so you can delete the affected file which has no extension:
del *.*
After you’re done, open the File Explorer and then check if the file is now deleted or not.
If the Error Code 0xC004C770 popped up on your computer during your activation of the Windows 10 software, don’t worry. This is a fairly common error, especially for people who own more than one computer upon which Windows 10 is installed and activated. The gist of this error code is that the product key that you have entered has already been claimed or used on a different computer. Because there are limitations on the number of computers that can use any given license activation code or product key, this error code can arise when you have exceeded that limit. If you have a single-use license and have already entered the particular product key onto another machine, you may see this error come up during activation.
Both Error Code 0xC004C770 and Error Code 0x803FA071 arise from the same problem and the same steps can be used to resolve both error codes.
Solution
Error Causes
Error Code 0xC004C770 is likely to appear on your screen during activation of Windows 10 if you or anyone else in your organization have already entered in the product key used on another computer. If you have a multiple-use license, the product key that you are entering may already have been used for the maximum number of computers allowed under that license.
Further Information and Manual Repair
There are two basic methods for addressing the issues associated with Error Code 0xC004C770. These methods can easily be implemented by anyone who is comfortable interacting with the Windows Store from their computer, which makes the resolution of this particular error code fairly simple and straightforward.
If you are unable to complete the steps below or Error Code 0xC004C770 has not been resolved after following the guides below, contact a Windows technician who is familiar with the Windows 10 activation process to assist you in the process. You can also get in touch with the Windows technical support team to assist you in the process if needed.
Method One: Purchase A New Product Key from Windows
If you have already used the product key on another computer or have used it on the maximum number of allowed devices, you may need to purchase an additional product key for the computer with Error Code 0xC004C770. Product keys can be purchased physically from a retailer that sells Windows 10 software licenses or purchased directly from the Windows store.
To purchase a new product key directly from the Windows Store, follow the steps below:
Step One: Select the Windows start button at the bottom of your toolbar. Click on “Settings,” then select the option for “Update and Security.”
Step Two: Click on the “Activation” option.
Step Three: In the menu that appears, choose the option to “Go to Store” and follow any on-screen instructions to finalize a purchase of the Windows 10 software and product key.
Step Four: Use the new product key to complete the installation and activation of the Windows 10 software on your computer.
If you are unable to see the “Go to Store” option when you reach the “Activation” page, you may not be set as an administrator of your machine. In this case, get in touch with the support personnel from your company to complete the purchase, installation, and activation process on your computer.
Method Two: Attempt to Finish Activation via Phone
For users who have changed out parts of their computer’s hardware, like putting in a new motherboard or activating a new hard drive, you may have more success if you attempt activation through a phone.
In order to activate your copy of Windows 10 from your phone, follow the steps below:
Step One: On your mobile device, open up the search box from the taskbar.
Step Two: In the search box, enter the phrase “SLUI 04.”
Step Three: Select the “SLUI 04” option that appears.
Step Four: Follow the directions given on the screen to complete the activation process for your copy of Windows 10.
As with any error code resolution, if the methods above are not successful or if you are not comfortable with your ability to successfully complete the steps above, get in contact with a qualified professional who is trained in the Windows 10 activation process to assist you or download a powerful automated tool to get the job done.
Lately on EA forums question has appeared on what to do when Origin client does not load library. It seems that the latest update for the Origin client has brought some issues as not properly showing one library which appears empty.
Do not worry, we have a solution for you, several to be precise and it will fix the issue guaranteed. It is advisable to try solutions in order how they are presented since they go from the most simple and fastest and most common ones.
Delete the cache
Close origin client completely
Press ⊞ WINDOWS + R to bring the run dialog
In the run dialog type in %ProgramData%/Origin and press ENTER
Go into the Origin folder
Delete all files and folders except the LocalContent folder
Press ⊞ WINDOWS + R to bring the run dialog
In the run dialog type in %AppData% and press ENTER
Delete the Origin folder
In the address bar click on AppData
Go into the local folder
Delete Origin folder
Reboot your PC
Clear the temporary files
Press ⊞ WINDOWS + R to bring the run dialog
In the run dialog type in %AppData% and press ENTER
Go into the roaming folder
Delete Origin folder
Go to the AppData folder and delete the Origin folder from there also
Reboot system
Try Windows built-in tools to check compatibility
Locate where Origin is installed and right-click on the executable file
Click on properties
Go to the compatibility tab
Click on Run the compatibility troubleshooter and follow on-screen instructions
Update Origin
Rarely this is the case but check manually to see if you can update your Origin client. Sometimes due to network issues client does not update automatically and can cause this strange behavior.
Add origin as an exception to antivirus and firewall
Not rarely game clients can be detected as some form of malicious software and antivirus along with firewall can automatically block it. Go to your security software settings and add it as the exception.
Reinstall Origin
If everything else fails, reinstall the Origin client
The feature that was originally planned for now scrapped Windows 10X is included in Windows 11. You will be able to customize your Virtual desktop with different wallpapers for each screen.
In order to fully customize your virtual desktops with different wallpapers follow this easy step-by-step guide.
Click on the Task View button in the taskbar
When the Task View opens, select the desktop on which you want to set wallpaper
The view will switch to the selected desktop. Right-click anywhere on the desktop and select personalize
In personalization settings, click on the background
Select wallpaper which you would like to have on the desktop by clicking on browse and navigating to the desired one
Close the settings
Repeat for each virtual desktop you would like to customize
Enter Cooler Master XG850 PLUS PLATINUM, a new, in-house designed power supply from Cooler Master. I will admit that in last years I was a big fan of Cooler Master and their components, well not all but power supply and PC cases were always products from them that I liked and used. The latest power supply from them does not disappoint and I must say that I like it very much, it is hi-quality, it is silent, it has a large LCD display where you can see its current state and also has some RGB lights so it looks cool in your case.
Technical specifications
So without further detours here are the technical specifications and then we will talk a little about it.
If we put aside the technical characteristics of the power supply itself we are left with visual and real working experience. Now real working experience will not be covered here since yea it is working great but it needs some time and a long period of testing in order to be able to say that it is indeed reliable and great but considering I have never had any issues personally with power supplies from Cooler Master I will assume that this one is also very reliable and hi-quality.
That leaves us basically with looks and feels of supply itself and I must say that I like it, and I mean I like it a lot. It feels hi-quality and it looks hi-quality. The LCD display is very good looking and it is very crisp and readable. With power supply some proprietary software so you can choose what you want on display on the screen and also you can control RGB and display colors with it.
I have not opened the power supply to see how it looks inside but from what I could see I think this would be my new power supply if I were building a new PC now. I recommend it and if you decide to get it I hope it will serve you long long time.
Thank you for reading and I hope to see you next time.
As you know, Microsoft Office Word is a program that’s widely used all over the web and it’s because it’s the best program there is when it comes to editing and processing words. However, even when it is the best there is, it is not without its faults and so on as it can still encounter some errors every now and then. One of these errors is the Template_fields errors. When you encounter such an error, you will see a pop-up window. This strange error randomly appears on documents but you need not worry as this post will provide you with possible solutions to resolve the problem. But before you proceed with these solutions, you have to create a backup for all your Word documents to Microsoft OneDrive preferably.
To fix the problem, you can try to disable the add-ins or try to start Word in Safe Mode or repair Office. For more details, refer to the options given below.
Option 1 – Disable the Add-ins
Although add-ins enhance Microsoft Word, there are times when they can also cause problems that end up breaking Microsoft Word instead of improving it which is why you have to disable them. Refer to the following steps to do so:
Open Microsoft Word and then click on File.
After that, select Options from the menu and then click on Add-ins.
From there, you’ll see Manage: Com Add-ins as well as a button that says Go.
Now click on the Go button and wait for a couple of seconds for a new window to appear.
In the newly opened window, uncheck all the Add-ins and click on OK.
Restart Microsoft Word and check if the “Template_fields” error is now fixed or not.
Option 2 – Try starting Word in Safe Mode
You might also want to try rebooting Microsoft Office in Safe Mode as it is one of your best shots in finding out whether the problem is internal or external. However, if the problem does not appear after you reboot Microsoft Word in Safe Mode, then there is a possibility that the problem is with Microsoft Office itself. On the other hand, if the problem persists, then it could be a deeper issue.
First, start Microsoft Word in Safe Mode.
Next, tap and hold the Ctrl key on your keyboard and open the Word document.
After that, you should see a dialog box. Click on Yes and see if Microsoft Word opens in Safe Mode.
Alternatively, you can open the search box and then type “winword.exe /safe” and hit Enter.
Option 3 – Try repairing Microsoft Office
If the first two options didn’t work, then you might want to try repairing Microsoft Office without getting rid of it. In most cases, this usually works in fixing any problems and returns the program back to its default state. To repair Microsoft Office, follow the steps below.
Right-click on the Start Menu button and select Apps and Features.
Next, scroll until you see the Microsoft Office program you want to repair and then select the Modify option.
After that, follow the options to repair Microsoft Office and then restart your PC and see if the “Template_fields” error is no longer present.
Hello and welcome to our Reasons to Defrag Hard Drive. You ought to defrag your hard drive, in case your PC is slow. This could enhance the efficiency and pace of your PC too as its hardware longevity.
It places them where there is space, whenever your PC saves files. Often files are separated into bits. For example, whenever you remember a file and focus on it, it frequently doesn't fit back in exactly the same physical place. Where it can your PC divides up the file, occasionally into several parts, and saves it.
Why defrag?
Fragmentation causes difficulties that doing a defrag can correct. Fragmented files because it requires more resources and time to locate and remember these files slow down your pc. Applications may also take longer to load. Defragging can prolong the life span of the components. A defragged hard disk too can raise your likelihood of recovering lost information.
Once fragmentation starts, it can propagate fast -- demanding defragging.
It's like the pages of a publication are divided and hidden in several locations around a house, if a file is fragmented. It's like the pages of the book being brought back together, should you defrag. Defragging discovers all the bits of the file and places them in contiguous, actual places.
How will you defrag?
To defrag your hard drive, you must utilize software or utility. There are lots of defragging tools available. SpeedyPC Pro, a whole package of cleaning and optimization tools, can defragment your PC.
Before you defrag, it's best to assess your hard drive. This evaluation finds if a defrag is needed and how much of the disc is fragmented. You simply allow the application do the work if it's determined that you must defrag your PC to enhance performance.
To be able to defrag a drive, free disk space will be required by your PC.
Defragging can take a while. How long depends on several variables, such as the system resources accessible, the disc volume, the number of files, and how fragmented the files are. It's a great idea to defrag when you don't have to use your pc or it isn't doing other jobs. For example, the night could become a great time to defrag. Be certain to close out of resource-intensive applications, like your antivirus scanner, before you defrag.
As you know, each one of the applications that you use in your Windows 10 computer has its own set of permissions by default. These applications either allows or denies the interactions between a few other applications, depending on their own needs. This is why you might suddenly encounter a message that says,
“This app wants to access your pictures”or“This app wants to access your account info”
both of which are followed by two buttons that will ask you to Allow or Deny the action. You can always click on any of the given options. This will determine the permission of the application.
Users in Windows 10 are given the option to either allow or deny applications in accessing their account information like name, picture and other account information. Thus, in this post, you will be guided on how you can change the Privacy settings of these apps to allow or deny them permission to access not just your account info but for all users, as well as specific apps in Windows 10.
The user account information is part of the Privacy data in Windows 10 that you can control easily using the Settings app. In fact, you can revoke or grant access permission for your account information, all the users and specific applications to do that, follow each one of the instructions provided below carefully.
Allow or deny apps permission to account info for yourself:
Step_1: The first thing you have to do is open Settings. From there, select Privacy.
Step_2: After that, scroll and look for Account info and select it.
Step_3: Now turn off the toggle button for the “Allow apps to access your account info” option if you want to deny apps permission to your account info. But if you want to allow them access, simply turn the toggle button on. Keep in mind that when you allow access or permission, you can select which apps can access your picture, name, and other account info by simply using the settings on the page you’re currently in.
Now if you want to allow or deny apps to access your account info for all the users, here’s what you have to do:
Step_1: First, open Settings and click on the icon for Privacy.
Step_2: Next, scroll down until you see the Account info located on the left side and then click on it.
Step_3: After that, click on the Change button under the “Allow access to account info on this device” section. If you want to deny account info access for all other users, then turn the toggle button off. Doing so will automatically disable not just the account info access for all users but also for all the apps as well.
On the other hand, if you want to allow or deny account info access to specific apps, you can do so by following these steps:
Step_1: As you did earlier, go to Settings and click on the Privacy icon.
Step_2: After that, scroll down and select Account info located on the left side.
Step_3: Now turn on or off the toggle button under the “Choose which apps can access your account info” section if you want to deny or allow specific apps permission to access Account Info. If you’ve turned on the toggle button under the “Allow apps to access your account info”, all the apps get access permissions by default.
Google's Pixel smartphone is one if not the best Android smartphone on the market. It regularly gets updates and Google is really trying to keep it as a top choice for Android smartphone users. One of the new things that Google has released for its smartphone series is a new emergency dialer.
With an emergency dialer, you will be able to quickly access local contact information for police, fire, and medical services. This dialer is able to contact before mentioned services even when the phone is locked and when you are traveling.
The idea is to quickly access the default emergency number no matter in which country you are currently in, service will find the appropriate number and set it as default so if you need it there is no delay in searching for the appropriate number and dialing it.
Once the service is enabled on the device you can swipe up and tap Emergency call without unlocking your phone or you can press and hold the power button for five seconds and tap Emergency.
If you have a Pixel smartphone go to the Google support page and follow instructions on how to enable this service. It costs nothing and it could potentially even save your life.
As you know, System Restore is a useful tool in Windows operating system that helps users in fixing system issues by undoing any recent changes to the computer that may have caused the problem. However, there are times when you might encounter some issues when running this tool and one of these issues is when System Restore suddenly gets stuck or hangs up on initializing the restoration of the Registry in Windows 10. If you encounter a similar problem, read on as this post will guide you on what you can do in such cases.
There are several things you can do when you face this kind of problem in System Restore. First, you can try to wait it out, give it more time to load, which should not take longer than 5 minutes. And if it’s still stuck after that time, give it another hour. However, if nothing changed after an hour, then you need to troubleshoot the problem further. Keep in mind that you must not interrupt System Restore by shutting it down abruptly, it could result in an unbootable system.
To get started in troubleshooting the problem, you need to follow each one of the suggestions offered below.
Option 1 – Try to use the Windows Recovery Environment
The first troubleshooting option you need to try is to simply tap the power button for about 10 seconds. This is what you have to do when you have to interrupt System Restore or reset your Windows 10 computer. Tapping the power button for 10 seconds will perform a hard shutdown and once your computer shuts down, restart your computer again and follow the steps below but before you do that, make sure that you have a Windows bootable USB or DVD.
First, insert the bootable USB or DVD and boot into it, and select the “Repair your computer” option.
Next, once you see the manufacturer logo on your computer, tap the key to enter into Windows Recovery Environment.
After that, change the Boot sequence to DVD drive under the UEFI Firmware settings and restart your computer.
Once your computer has restarted, select the boot order and make changes accordingly as displayed in the BIOS.
Option 2 – Try to run the Automatic Repair Utility
You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
You can start by creating and booting from a bootable Windows 10 USB Stick.
After that, click on Repair your computer located on the bottom left corner when you are on the initial Windows Startup screen.
Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.
Option 3 – Try to run System Restore in Safe Mode
If you can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
Boot your computer into Safe Mode.
After that, select an option > Troubleshoot > Advanced Options > Startup Settings > Restart.
Once your computer has restarted, tap the F6 key to enable Safe Mode with Command Prompt and to run System Restore from there.
Now in Command Prompt, type the “rstrui.exe” command to run System Restore in Safe Mode. This will help in fixing the problem since it would be safer to perform System Restore of the computer.