Logo

Fixing PowerShell: File cannot be loaded ...

If you are using Windows PowerShell and it suddenly throws an error message saying, “File cannot be loaded because running scripts is disabled on this system”, then read on as this post will guide you on how you can fix this issue your Windows 10 computer. This kind of error in PowerShell is most likely due to the fact that your user account does not have the required permissions to execute the script. Although this does not mean that you need to have administrator-level permissions as it could also indicate that you have to be unrestricted to run these types of PowerShell scripts or cmdlets. Thus, to fix the error and carry out the task, you have to set the execution policy to be unrestricted. And to do that, you need to use the steps provided below as a reference.

Step 1: To get started, you have to check what policies are set for the individual user groups on your computer by tapping the Win + X key combination or by right-clicking on the Start button and clicking on Windows PowerShell (Admin). You can also search for PowerShell in the Start Search and then right-click on Windows PowerShell and select Run as administrator.

Step 2: If a User Account Control or UAC prompt appears, just click Yes to proceed. Once you’ve pulled up Windows PowerShell, type the following command to get the List of Execution Policy for all the scopes on your computer.

Get-ExecutionPolicy –List

Step 3: After you execute the command, it will give you a list of the User Groups as well as their Execution Policy status, and under the Scope column, look for “LocalMachine”. Once you find its Execution Policy you will notice that it’s either set to Undefined or Restricted.

Step 4: Now that you’ve determined the Execution Policy, you need to set it to Unrestricted if it is set to Restricted. To do that, you have to enter the following command in the very same PowerShell window.

Set-ExecutionPolicy Unrestricted

Step 5: After you execute the command, you will see a message that asks for various permissions for which you either have to tap Y to say Yes to each one of the messages individually or tap the A key to say Yes to all the messages to once. However, if the command throws another error, you can just force the Execution Policy to change by executing the following command.

Set-ExecutionPolicy Unrestricted -Force

Step 6: Once you’re done, it will finally set the Execution Policy for the Windows PowerShell scripts as well as cmdlets to be Unrestricted and fix the “File cannot be loaded because running scripts is disabled on this system” error.

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

Fix High CPU usage by IAStorDataSvc in Windows
If your Windows 10 computer is currently experiencing high CPU usage because of the IAStorDataSvc, read on as this post will show you what you can do to resolve the issue. The high CPU usage of IAStorDataSvc is because of the Intel Rapid Storage Technology. It appears as a Service that may not only result in high CPU usage but also high disk and memory usage, as well as slow computer performance and overheating of your PC. This problem usually occurs on HP computers and on any computers that are using the Intel Rapid Storage Technology. You might also notice that your fan runs at high speed each time this issue occurs with the average CPU usage spiking up to 50%. Take note that this service is used to speed up file access. However, if you are not using an SSD on your computer, then it’s not really necessary for you to have the IAStorDataSvc installed. To resolve this issue, here are some options you can try.

Option 1 – Update or reinstall or remove the IAStorDataSvc driver

Before you proceed, you need to decide first if you want to update, reinstall or remove the IAStorDataSvc driver. To make things easier for you, you can try downloading the latest driver from the Intel Download Centre and then install it on your computer. If it works, good, but if not, you might want to consider removing the driver completely and just let the Windows Update look for the right driver for your computer after you restart it. There are times when the drivers installed are incompatible with the latest Windows update which results in issues like high CPU usage.
  • Tap the Win + X + M combination on your keyboard to open the Device Manager.
  • After that, look for the Intel Rapid Storage Technology driver, right-click on it and then select Uninstall.
  • Now restart your computer for the changes to take effect.
Note: You might also have to go to the list of installed programs and uninstall a program that is listed as “Intel Rapid Storage Technology driver”. To do so, refer to these steps:
  • In the Cortana Search box, type “control panel” and from the search results that appear, click on Control Panel.
  • After opening Control Panel, select Programs > Programs and Features which will open the list of installed programs on your computer.
  • From there, look for Intel Rapid Storage Technology and uninstall it.

Option 2 – Try to disable the IAStorDataSvc via Services Manager

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter to open Services.
  • Next, look for the Intel Rapid Storage Technology services from the list of services and then double-click it.
  • Then change its Startup type to “Disabled”.
  • After that click on the Apply button and then OK to save the changes made.
  • Now exit the Services window and check if the problem’s resolved.
Read More
Easily repair Server is not accessible
There are a lot of users who use their Windows 10 PCs to create and access data on their servers using their network. However, some of them reported getting an error saying that the server is not accessible. Here’s the full content of the error message:
“\server is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. Logon Failure: The target account name is incorrect.”
If you are among the users who experience the same issue, read on as this post will help you resolve this error when accessing your server. But before you start troubleshooting the problem, you might want to perform System Restore, especially if tend to create one. To use System Restore, here’s what you have to do:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the ACPI.sys Blue Screen error now’s the time for you to make use of the potential fixes laid out below.

Option 1 – Try rebooting your router

The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.

Option 2 – Try checking the status of the Workstation Service

You might want to check the status of the Workstation Service as the error might have something to do with it.
  • Tap the Win + R keys on your keyboard to launch the Run utility.
  • Then type “services.msc” in the field and click OK or hit Enter to open the Windows Services Manager.
  • After opening the Services Manager, you will see a list of all the services on your computer and from there, locate the Workstation Service.
  • Double click on the Workstation Service to open its Properties.
  • Next, Stop the Service and Start it again or you can also right-click on it and select Restart and then make sure that its Startup type is set to Automatic.
  • Now restart your computer and check if the error is fixed.

Option 3 – Try to change the File Sharing Connections setting

You can also try to change the File Sharing connections setting. All you have to do is go to Control Panel > Network and sharing center > Advanced sharing settings > File sharing connections. From there, you need to select “Enable file sharing for devices that use 40 or 56-bit encryption and check if it helps in fixing the problem. If not, undo the changes you’ve made and proceed to the next given option.

Option 4 – Try checking the Network Configuration

Checking the Network Configuration can also help you fix the error. Refer to the steps below to do so:
  • Right-click on the Wi-Fi connection or on the Ethernet connection icon located in the system tray.
  • Then select open Network and Internet Settings and then click on the “Change Adapter Options”.
  • After that, a new window will appear and from there, select the network connection that connects your computer to your network – this can either be a Wi-Fi connection or Ethernet connection.
  • Right-click on that connection and select Properties where you will see a list of items.
  • Select the Internet Protocol Version 4 or Internet Protocol Version 6 from those items according to your system requirement.
  • Then click on the Properties button.
  • Check if everything is now configured as to how it is supposed to be and then check if the error is resolved.

Option 5 – Try to reset Winsock, TCP/IP & Flush DNS

You might also want to try resetting Winsock, TCP/IP, and flushing DNS might help you resolve errors. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 6 – Run the Network Adapter Troubleshooter

  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
Read More
Windows 11 vs Windows 10: Main Differences

Still sitting on the fence about upgrading to Windows 11 because you don’t know what to expect? Interestingly, the new edition somehow manages to be both a total revamp and still very similar to its predecessor in many ways. It’s really something to experience for yourself.

We do want to give you a sneak peek, though. So here’s an overview of the biggest changes Windows 11 brings to the table.

What’s different in Windows 11?

1. Visual changes

The first thing anyone will notice after switching to Windows 11 is the striking visual difference. The entire interface is smoother, cleaner and more minimalistic than on Windows 10, even resembling the macOS in some instances.
Perhaps the most obvious change in appearance is the Start menu and Taskbar location, which is now at the bottom center. It’s actually very neat, but if you’re someone who loves familiarity, don’t worry, you can move it back to the left.

Centralized Taskbar and Start menu
Centralized Taskbar and Start menu

Moreover, you’ll notice that the Taskbar includes a Microsoft Teams icon by default (which you can, of course, remove) and that Live Tiles are gone. The News and Interests section has also been removed - or, shall we say, replaced. As opposed to Windows 10, news, weather forecasts and other information are now displayed as widgets.

To add to the cleanliness of the UI, Microsoft also enhanced the ‘Snap Layouts’ feature to help you better organize your windows and maximize screen real estate. It’s similar to app grouping on your smartphone. In Windows 10 this feature is slightly restricted, as it requires some manual resizing and dragging. In Windows 11, you can just hover over the minimize/maximize option on a window, select a layout and throw the windows in there. 

Snap Layouts
Snap Layouts

2. New accessibility features

Microsoft has certainly paid attention to accessibility with Windows 10, but Windows 11 takes this to a whole new level.

One of the ways Windows 11 has taken things up a notch is by adding the long-awaited ‘Live Captions’ feature and advanced Narrator options.

Live Captions apply both to media played on your PC as well as your own speech when you’re using the microphone. Keep in mind that, as with almost all kinds of subtitles, you have to be prepared for a potential delay. However, it’s barely noticeable and doesn’t take away from the usefulness of this awesome new feature whatsoever.

As for the Narrator, there are three new voice packs to choose from. Microsoft has tried to put emphasis on a more natural voice than we are used to. So, now you can choose between Aria, Jenny and Guy, who will read pretty much anything off your screen out loud. Aside from this, Microsoft has also expanded the list of braille displays supported by the Narrator feature. 
For users with anxiety or trouble concentrating, a welcomed addition is the Focus app, which is no longer part of the Clock app. It’s now separate and called ‘Focus Sessions’, automatically triggering the Do Not Disturb mode when activated. It blocks all pop-ups and flashes and lets you work in peace until you’re ready to switch it off.

3. Android apps

Android users may rejoice! Windows 11 supports the use of your favorite applications now. 

Microsoft has done this by integrating the Amazon Appstore to the Windows 11 Microsoft Store. From there, you can download your favorite Android apps and use them on your PC in a smartphone-like window.

Windows Subsystem for Android™️
Windows Subsystem for Android™️

Unfortunately not too many apps are supported at this time, but Microsoft is working on making the emulation possible for many more. Also, the option is only available in specific regions at this moment - check out if you’re one of the lucky ones.

4. Improved gaming performance

Avid gamers will be happy to hear that Microsoft has put some effort into streamlining Windows 11 for their gaming needs.

To give gamers a supreme visual experience, Windows 11 offers the ‘Auto HDR’ feature. As long as your monitor is HDR-compatible, this feature will automatically adjust the colors, brightness and contrast of games without any input from you. 

Another update is DirectStorage, which we were introduced to in Windows 10 already. In Windows 11, it’s been improved to tweak loading times and overall gaming performance efficiency even better. The predisposition for it to work optimally is that your device has an NVMe SSD. 

The Xbox Game Bar also helps gamers towards a smoother experience. It allows in-game screenshots, viewing processes that are running (similar to the Task Manager), monitoring the CPU and GPU performance and frame rate, integrating the Xbox App and more. There’s also a number of widgets you can now use with the Game Bar, for example the Spotify widget.

Xbox Game Bar
Xbox Game Bar

Another cool addition is the Xbox Game Pass, which unlocks hundreds of games to play on your Xbox App, with new additions coming in every month.

5. Smart App Control

Aside from a sleek new look and better accessibility for all users, Windows 11 also comes with a security power-up. Bear in mind that this feature is only available on clean Windows 11 installs. 

Smart App Control (SAC) is an AI-powered new feature designed to protect your PC from potential threats. It blocks untrustworthy apps and adware and helps detect potentially unwanted apps, maintaining your PC’s performance and keeping your system safe.

It comes with an ‘Evaluation’ mode, which you should definitely select when running SAC for the first time. That way, the app monitors your usage and assesses whether you’re a candidate for SAC. Some users need it to be on all the time, for others it might be too distracting. Evaluation mode will turn SAC on or off based on your usage.

Don’t disable SAC again unless you’re absolutely sure you don’t need it, since reenabling it will require a fresh install. We recommend you don’t turn it off, as it is a neat feature protecting your data and files from malware at all times.

Summary

Have we piqued your interest in trying Microsoft’s latest OS? It’s a pretty exciting new iteration, but we’ll let you find out for yourself. We hope you like it!

Read More
Fix Windows Activation Error 0x80070005
Windows uses 2 types of keys for its activation, KMS or MAK. These keys should work without any issues since they are elevated with higher permissions but in some cases, they are by accident run without their proper permission, and then we have access denied error or error 0x80070005 To resolve this issue please first check if not by any chance your antivirus or firewall is preventing slmgr.bs file to access the right permissions, that being said if the previous solution is not working note that you have to be an administrator of the system or have administrator privileges. As an administrator, you will have to use Software Licencing Management Tool or short SLMGR.VBS, a VBS file in Windows used for its activation purposes. As an administrator, open Command prompt with admin permissions and then run slmgr.vbs This will make sure that activation goes through, make sure to use proper options like:
/ipk <ProductKey> or /ato [<Activation ID>]
Read More
Fix Windows Update Error Code 0x80246017
Updating your Windows 10 computer isn’t always as easy as it should be since there are times when you might encounter some errors along the way. One of these errors is the error code 0x80246017 that comes with the error message “WU_E_DM_UNAUTHORIZED_LOCAL_USER”. According to Microsoft, the cause of this particular Windows Update error is that “The download failed because the local user was denied authorization to download the content”. So if you got this error when you tried updating your computer, read on as this post will provide you some suggestions on how you can fix it. Before you troubleshoot the problem using the options given below, make sure that you are logged in as administrator. If you are already logged in as an administrator, follow each one of the options carefully.

Option 1 – Try to check the status of some Windows Update Services

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • After that, check if the Service status of the listed services above is set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 2 – Try to grant Full Control of the System Volume Information directory

  • First, tap the Win + X key combination and then select Command Prompt (Admin) from the given menu.
  • After opening Command Prompt with admin privileges, type the following command and tap Enter to execute it:
c md.exe /c takeown /f "C:System Volume Information*" /R /D Y && icacls "C:System Volume Information*" /grant:R SYSTEM:F /T /C /L
  • Once the command is executed, it will run a batch of tasks and will show each one of their statuses on the command line window and once they’re done, exit Command Prompt.
  • Now restart your computer and see if it fixed the problem or not.

Option 3 – Try to disable your antivirus program or Firewall

Disabling the antivirus program or Firewall or any other 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 4 – Try running the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Update error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • After that, wait until the process is finished and do not close the window as the process will probably take a couple of minutes.
  • Once it’s done, restart your computer.

Option 5– Run the Windows Update Troubleshooter

If the DISM tool didn’t work in fixing the error, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including the Windows Update error code 0x80246017. 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 6 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows Update error code 0x80246017. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.
Read More
Should you use the Faraday bag

Faraday bag is a new take on security and privacy for people using a lot of electronic devices and credit cards. So what is exactly a Faraday bag?

faraday bag

Faraday bag explained

Faraday bag is designed in the same manner as the Faraday cage which was invented by Michael Faraday, who was an English scientist who contributed to the study of electromagnetism and electrochemistry. His main discoveries include the principles underlying electromagnetic induction, diamagnetism, and electrolysis.

The idea of the Faraday cage is that anything inside a cage that is made of specific grid size is completely isolated from outside current and magnetic fields since the cage itself will pick up everything upon itself. This means that for example, a human could be inside a cage that is struck by lightning and be perfectly safe and fine.

This idea led to the Faraday bag design, which takes this concept and places a wiring pattern inside clothing in order to isolate all magnetic fields from the outside so your devices and cards are completely cut off from any kind of influence and electromagnetic waves. If the pattern and quality of material for the bag are good, you have a fully safe placeholder for your stuff.

Advantages of Faraday bag

The main advantages, of course, are the privacy and safety of mobile phones and credit cards from outside influences and this is why this bag has been designed in the first place. If the bag is designed properly your phone would not be able to be hacked nor accessed from any outside source, GPS tracking will also be disabled and your phone location will not be visible. Credit cards will also be completely safe from any malicious attack via wi-fi signals.

Disadvantages of bag

Well, the disadvantage of using this bag is a very simple one, since your phone is isolated from outside influence that will also mean that you will not be able to take messages or calls on it while it is in the bag. Notifications from the internet would also be disabled so it is security vs usability deal.

Read More
How to Add Safe Mode to Windows 10 Boot Menu Options
In any Windows operating system, Safe Mode is definitely a special environment used for troubleshooting issues as well as system diagnostics. Safe Mode allows you to remove any malware in your computer and troubleshoot issues that can’t be fixed when you’re in desktop mode. This is why Microsoft made sure that the Safe Mode option is not available directly and can only be accessed by pressing function keys such as F2, F8 (depends on what PC you are using) or via MSConfig. To make it easier for you to access Safe Mode, this post will guide you on how you can add Safe Mode to the Boot Menu options in Windows 10. As you know, Windows 10 now has Advanced Startup options that allow you to boot directly into Safe Mode without having to restart your PC and then tapping the special key a couple of times. However, if you really have to always use Safe Mode, it’s best to add it in the Boot Menu options. To do that, simply follow the steps below.
  • Select Command Prompt (Admin) option from the WinX menu to open Command Prompt with administrator privileges.
  • After opening Command Prompt, type the bcdedit /copy {current} /d "Safe Mode" command and hit Enter.
  • Once the command is executed, you will see a message saying, “The entry was successfully copied to {74a93982-9486-11e8-99df-00270e0f0e59}”. This message indicates that Safe Mode was successfully added in the Boot menu option which means that you can now directly access it and boot your Windows 10 PC in that mode.
To check if Safe Mode was really added in the Boot menu options, you have to open Msconfig. From there, you will also have to use it to configure the boot settings for the Safe Mode entry. To do so, follow the given steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “MSConfig” in the field and click OK.
  • Next, go to the Boot tab and find the Safe Mode option which should be located under the default Windows 10 mode.
  • Afterward, you need to select the Sage boot option and Minimal. You also have to select the Make all boot settings permanent option.
  • Make sure to increase the timeout to at least 10 seconds which will ensure that the menu does not disappear right away.
Note: In similar steps as above, you can add the Safe Mode with Networking and Safe Mode with Command Prompt entries as well. Just simply select “Network” for Safe Mode with Networking and “Alternate Shell” for Safe Mode with Command Prompt. Once you’re done adding any of them, click on Apply and restart your PC. In addition, if you wish to remove the entry, you just have to open MSConfig again and select the entry you want to remove, and then click Delete.
Read More
Windows Defender error code 0x80073afc
If you receive an error code of “0x80073afc” in Windows Defender after you boot your Windows 10 computer or when you try to manually run Windows Defender, then it could be that the Windows Defender files are corrupted. In such cases, this error could also occur if there is third-party security software that interferes with the smooth functioning of this Microsoft Security Client. If you are one of the users who are currently facing this issue, then here are some suggestions you can check out to resolve the Windows Defender error code 0x80073afc.

Option 1 – Try to check the status of all the Windows Defender-related services

  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “msc” in the field and hit Enter to open the Services Manager
  • After opening the Services Manager, look for the following services and make sure that their Startup type is set to their default values:
    • Windows Defender Advanced Threat Protection Service – Manual
    • Windows Defender Antivirus Network Inspection Service – Manual
    • Windows Defender Antivirus Service – Manual
    • Windows Defender Firewall Service – Automatic
  • You can right-click on each one of the listed services and then select Start to start them.
  • And if some of the services don’t have their default values, just double-click on the Services to change the Startup types and select the correct option from the drop-down menu of the Startup type under the Properties box.
  • Next, set up the Startup type of these services to Automatic and then click on the Start button if the services are not running yet.
  • Now click on the Apply and OK buttons to save the changes made and then see if it fixed the problem or not.

Option 2 – Try to re-register the concerned DLL files

You could also try to re-register some Dynamic Link Library or DLL files on your computer as this could also help in fixing the Windows Defender error.
  • In the Start search, type “cmd” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
  • After opening Command Prompt as admin, type the following commands one after the other:
    • regsvr32 dll
    • regsvr32 dll
    • regsvr32 dll
    • regsvr32 dll
  • Once you’ve entered the commands given above, it will re-register the concerned DLL files in your system.
  • Now restart your computer for the changes to take effect.

Option 3 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run dialog box,
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Afterward, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options
  • Next, look for the DWORDs named “MSASCui.exe”, “MpCmdRun.exe”, “MpUXSrv.exe” and “msconfig.exe”.
  • If you can’t find these DWORDs, refer to the next given option below.
  • Restart your computer.

Option 4 – Check the Environmental Values

  • Type “View advanced system settings” in the Windows search box and select the appropriate result.
  • This will open a new mini window. From there, go to the Advanced tab and click on the “Environment Variables…” button located at the bottom part of the window.
  • Next, look for the “%ProgramData%” variable name and make sure that its value is set to C:/ProgramData.
  • Then click OK to save the changes made.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • 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.
  • Restart your computer.

Option 6 – Perform a System Restore

Performing a System Restore on your computer can also help you fix the Windows Defender 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
Desktop widgets in Windows 10
Windows 7 was an operating system that had one thing which no other Windows had, even today. Official Microsoft desktop widgets. With an attractive design, users loved to exploit the adequacy and neatness of these gadgets. However, Microsoft had to discontinue these gadgets as they posed a serious security threat to the Operating System. It was believed that a potential attacker could even use a gadget to take complete control of your PC. With Windows 10, things have changed big time. You have all the fantastic apps and live tiles at your disposal providing a more native experience. Despite all this, if you still have a fondness for fancy gadgets, we have just the right tool for you to get started with similar “Widgets” on Windows 10. Win10 Widgets is a tool that places the most important information right in front of you, on your desktop.

Win10 Widgets

Win10 Widgets is a desktop app package provided by Rainmeter which is an effective system customization engine for Windows. It brings some informative widgets to Windows 10 which look almost native with their intuitive and sleek design. You can pin them on your desktop to keep an eye on various system figures like CPU usage, data storage, battery usage, detailed computer performance, etc.

Native looking Widgets for Windows 10

These widgets are designed in such a way that it looks totally indigenous to the Windows 10 UI. With a similar design language, visual style, accent color, and even font settings, these widgets almost look like an inseparable system component. You can choose between different size variants to pin on your desktop and arrange them in an orderly fashion to make the most of it.

Highly customizable desktop gadgets

Apart from the default size variants, you can configure several other parameters pertaining to the look and appearance of any widget. As Rainmeter is an open-source program, you are provided with the .ini configuration files which you can customize as per your wish. You can make adjustments to the widget coordinates, position and transparency as well. You can even create your own skins (.rmskin package) using the built-in Skin Packager and publish them for general usage through Rainmeter.

Illustro Skins

Over and above the cool widgets, Rainmeter also contains Illustro, a simple collection of skins that shows the range of Rainmeter’s capabilities. You can load the skins on your desktop for a brief look at your system internals. You can also start editing these skins to make them yours by taking advantage of the Rainmeter manual and forum link provided on the Welcome screen. Win10 Widgets is a great tool if you like widgets or gadgets on your Desktop. It blends into the background and puts the important piece of information right on your desktop without you having to look somewhere else. If you already have the Rainmeter application, you can download the Win10 Widgets .rmskin file from here, else you can download the combined bundle for both Rainmeter and Win10 Widgets from here.
Read More
Windows 11 was released in beta for all
windows 11 betaMicrosoft has released Windows 11 as a public beta release for all the people that are not willing to be in the insider program. Beta release as of this moment is identical to Insider Preview build 22000.100. and updates will not roll so fast as in insider preview and it is marked as unstable release, same as insider build. I would not install Windows 11 beta on the main PC since some drivers still have issues and may lead to some blue screens. Be aware that the beta build will have all Windows 11 system requirements including TPM 2.0. This is a big difference from insider build which can be installed on systems lacking official requirements. So basically if you have a spare PC that could run Windows 11 install it so you can see what it brings and feel it so you can make a decision will upgrade once it is released later this year.
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