Logo

Fix Office Activation error 0x80070426

In case you don’t know, Microsoft Office uses a separate mechanism than the Windows operating system for specific purposes such as Updates and Activation which brings in the content dependencies of this mechanism on different services and processes. Thus, in such cases, you could encounter errors like the error code 0x80070426. When you get this error, you will see the following error message on your screen:

“An unexpected error has occurred. Your request cannot be processed at this time. Please try again later. (0x80070426)”

This kind of error is caused by various supporting processes and services that are not working or are not being triggered as they were supposed to. If you are currently facing this issue, worry not for this post will guide you in fixing it. There are two potential fixes you can try – you can either check the responsible services or manually run the Activation Script. For more details refer to the given options below.

Option 1 – Try checking the responsible Services

  • In the Start search, type “services.msc” in the field and tap Enter or click OK to open the Windows Services Manager.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed to the Windows Services Manager utility window.
  • After that, look for the “Software Licensing Service” service entry from the given list of services inside the window.
  • Then right-click on it and select Properties and from there, make sure that its Startup Type is set to Automatic.
  • Once done, click on the Start button to start the service and then exit the Services Manager.
  • Next, tap the Win + R keys to open the Run utility and then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • After that, type and enter each command below one after the other.
    • net start slsvc
    • sc qc slsvc
    • sc queryex slsvc
    • sc qprivs slsvc
    • sc qsidtype slsvc
    • sc sdshow slsvc
  • Now check if the problem is fixed or not.

Option 2 – Try to manually run the Activation Script

  • In the Start search, type “cmd” and right-click on Command Prompt from the given search results and then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • Next, navigate to the following location inside the Command Prompt command-line utility if you are using Office 16.
    • x86: C:/Program Files (x86)/Microsoft Office/Office16
    • x64: C:/Program Files/Microsoft Office/Office16
  • On the other hand, if you are using an older version, go to the following location instead.
    • x86: C:/Program Files (x86)/Microsoft Office/OfficeXX
    • x64: C:/Program Files/Microsoft Office/OfficeXX
  • Once you’re in the location, type the following command to run the Activation Script and then tap Enter.

cscript ospp.vbs/act

  • The command you just entered will activate your copy of Microsoft Office.

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 Windows Updates Error code 0x80246007
Downloading Windows Updates does not always go smoothly as you can encounter several issues like the “Some updates did not finish downloading, We will keep trying, Error code 0x80246007” error. In fact, this error can also occur on other Windows applications like OneNote. According to security experts, this error happens for many reasons. For one, it could be that the Windows Update database is corrupted. It could also be that there is another process that’s in conflict with the Windows Update components or there might be some issue with the Background Intelligent Transfer Service (BITS). Whichever the cause may be, you can fix it by following the solutions given below.

Option 1 – Delete the contents in the Temporary folder

You can also try deleting the contents in the Temporary folder – all the downloaded, pending, or failed Windows 10 updates. You can do that using the simple and easy steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%temp%” in the field and press Enter to open the Temporary folder.
  • After that, select all the folders and files within the Temp folder and delete all of them.

Option 2 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like Error code 0x80246007. 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 3 – Try renaming or removing the pending .xml file

The problem might be due to some pending .xml file so you need to rename or remove it. To do so, just go to C:/Windows/WinSxS folder. From there, look for a pending .xml file – you can either rename it or delete it. This will allow the Windows Update to delete any pending tasks and build a new and fresh update check.

Option 4 – Restart the Background Intelligent Transfer Service (BITS)

The Background Intelligent Transfer Service or BITS is a part of the Windows Update service that manages the background download of Windows Update, as well as scans for new updates and so on. Thus, if your Windows Update fails a couple of times, you might want to restart BITS. For you to do that, make sure that you have admin privileges.
  • Press the Win + R keys to open the Run dialog box.
  • Then type “msc” in the field and hit Enter to open Services.
  • After opening Services, look for the Background Intelligent Transfer Service from the list of services and then double click on it to open Properties.
  • Next, set the Startup type to Manual and click on the Start button. If it doesn’t help, you can try setting it to Automatic (Delayed) and then reboot your PC.

Option 5 – Run the DISM tool

Running the DISM Tool helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. 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
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 6 – Delete the files from the Software Distribution folder

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

Option 7 – Reset the Catroot2 folder

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.
Read More
A Guide to Fixing Error 0x80004005

Error 0x80004005 - What is it?

Error 0x80004005 is a typical Outlook error. This error code occurs either when sending emails or receiving them. The error message may be displayed in either of the following formats:
‘Sending and receiving reported error "0x80004005": The operation failed.’ ‘This message could not be sent. Try sending the message again or contact your network administrator. The client operation failed. Error is [OX80004005- 0X0004B9-OXOO501].’

Error Causes

There are several causes for the error 0x80004005 such as:
  • The Script Blocking Feature Enabled While Using Norton Antivirus
  • Spyware
  • Viruses
  • Registry problems-Missing or corrupt registry keys
It is advisable to repair and resolve error 0x80004005 immediately as it may cause a great deal of inconvenience to you. This error may hamper your ability to receive and send emails from your Outlook account and lower your productivity too as you may be unable to communicate with your peers.

Further Information and Manual Repair

To fix error 0x80004005, you don’t have to wait for the network personnel or be a technical expert yourself. This may be a critical error but the good news is that it is easy to resolve. Here are some effective methods and quick fixes to resolve the error 0x80004005 instantly.

Method 1: Disable Script Blocking Feature in Norton Antivirus

After installing Norton Antivirus on your PC, if you start experiencing the Outlook error 0x80004005, then the best way to resolve it is to simply disable the script blocking feature. However, the downside of this is that by disabling this feature your PC will become vulnerable to viruses and malware.

Method 2: Disable the New-Mail Notification Feature in MS Outlook

If you don’t have Norton Antivirus downloaded on your PC, then try method 2. This method involves disabling the new-mail notification feature in MS Outlook. The error code 0x80004005 is often resolved by switching off this feature. Try it to see if it works. To disable the new-mail feature all you have to do is open your Outlook account and then go to the Tools menu, then go to Options and then select the ‘Preferences’ tab. After that click on the ‘Emails Options’ tab and then simply uncheck the check-box against ‘Display a notification message when new mail arrives’. To confirm changes press OK.

Method 3: Scan for Viruses

The error 0x80004005 may also be triggered due to viral infection or spyware. Such malicious software enters your PC through phishing emails and while downloading files and attachments. You may not be aware of this but your PC may be infected by viruses. It is important you remove them immediately as they can expose you to serious risks including privacy issues, identity thefts, data breaches, and more.
Read More
How to Fix Windows 10 Error 0x80070426

Error Code0x80070426 - What is it?

When Windows evolved into Windows 10, the program known as Windows Security Essentials is no longer. It is now the program known as Windows Defender. When a computer is upgraded from a previous version of Windows up to Windows 10, the Windows Defender takes over and will replace the Security Essentials. In a small percentage of Windows 10 upgrades, something will go wrong and the new program will fail to replace Security Essentials. The result will be that the operating system has both of the programs installed. In this case, Windows Defender will not offer any protection and Security Essentials will not be able to defend either. This error code will also present itself when the Windows Mail App in Windows 10 fail to retrieve and sync email from the user's account.

Common symptoms include:

  • There will be an error message that says: “An error has occurred in the program initialization. If this problem does continue, contact your System Admin. Error code 0x80070426.”
  • The computer will be left completely vulnerable to spyware and viruses.
  • The Windows Mail App will not be able to retrieve mail and will not sync with the PC user's mail.
  • The user can be doing anything on their computer and the error code will show up unprompted.
  • The computer will lock up, become slow, crash, or even freeze when dealing with error code 0x80070426.
  • The programs from an older version of Windows do not replace the newer version from Windows 10.

Solution

Restoro box imageError Causes

Error code 0x80070426 will present itself when a PC user has upgraded their OS from a previous version of Windows to the new Windows 10 version. When this happens, a small portion of users will experience the disconnect between older versions of specific programs, namely the virus protection. When the previous version of the program under a different name is not completely removed and the new virus protection program is installed, the programs will cancel each other out and collectively offer no protection.

This error code may also be found when Windows 10 tries to sync the user's email with the Windows Mail App.

Further Information and Manual Repair

There are a few methods to repair this problem. It should be noted that should anyone feel that the instructions are too complicated, they should contact a Windows repair technician to ensure that the error is fixed properly.

Method One: Uninstall Microsoft Essentials

Hold down the Windows Key and press R. Type in taskmgr into the run dialogue. You should locate the Windows Defender Service (this may show up as Windefend). Right-click on it and then choose Stop.

This will stop the program, but the program will start back up automatically when the computer restarts. While this program is stopped, uninstall Essentials.

To do this: go to Control Panel, Programs, and Features, Uninstall a Program. Alternately, you may hold down the Windows Key and press R, type in appwiz.cpl, click OK, and then locate Microsoft Essentials. Uninstall it, and then restart your computer.

After this is done, go to Settings, Update, and Security. Choose Windows Defender and ensure that Real-time protection is on. Refer back to the Task Manager, Services. Make sure that Defender service is on and running.

Method Two: If the problem occurs in the Windows Mail App

When error code 0x80070426 presents itself in the form of an error with the Mail app, it may be necessary to run an SFC scan.

Right-click on the Start menu or Windows icon, and select Command prompt. The command prompt may be navigated by using shortcut keys Win and X and then select it.

Run the command prompt and then type in sfc /scannow and then press enter. The SFC scan will be run, and be careful not to abort the process before it has finished. This will scan for any files that are lost or corrupt on the PC.

If the scan has found any corrupt files, type in this code and then hit Enter: findstr /c:”[SR]” %windir%LogsCBSCBS.log >”%userprofile%Desktopsfcdetails.txt.

To skip the repair of corrupt or missing files, type in: Dism /Online /Cleanup-Image /RestoreHealth. The details of the scan can be found on the sfcdetails.txt file that will be on the desktop.

Method Three: Use An Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.
Read More
Quick Solution Guide to Error Code 40

Error Code 40 – What is it?

Error Code 40 is a device driver error that users encounter on any Windows 2000 and later operating systems. It occurs when the peripheral device that you connect to your PC cannot be accessed due to a change in the system registry.

This is due to the presence of invalid sub-keys of the device driver in the system registry. It is a common error that users come across and appears on your PC with either of the following messages:

“Information in the registry entry for this driver is invalid”

OR

"Windows cannot access this hardware because its service key information in the registry is missing or recorded incorrectly. (Code 40)"

Solution

driverfix boxError Causes

As mentioned above, the error code is triggered when the device driver’s invalid sub-keys appear in the registry, effectively changing it. This happens when the windows system files get damaged due to the following factors:

  • An incomplete program uninstallation
  • An incomplete program installation
  • Hardware is not removed properly
  • System recovery from viruses
  • An improper system shut down

Factors such as incomplete installations or uninstallations or an improper system shut down can cause files to become damaged that threaten the health of your computer.

Removing viruses from the computer is also another factor as it removes the entries in the Windows system files which contain the viruses including spyware or malware

Further Information and Manual Repair

Fixing Error Code 40 is similar to fixing other device manager error codes. Here are a few methods you can try.

Method 1 – Use System Restore

You can use system restore to eliminate the problem. Here is how you can use it:

  • Log in using an Administrator account
  • Click ‘Start’ button and select All Programs > Accessories > System Tools > System Restore
  • Click ‘Restore my computer to an earlier time’ and click ‘Next’
  • Select the last Windows restore point from the ‘On this list, click a restore point’ list, and click ‘Next’
  • Click ‘Next’ on the confirmation window to proceed
  • Restart your PC after restoration is complete
By restoring the system via a last saved system checkpoint, you can obtain undamaged Windows system registry files that can help avert the error code.

Method 2 – Manually uninstall then reinstall the device driver

If using system restore also does not work in removing the error code, you may have to resort to manually uninstalling and then reinstalling the device driver causing the problem.

This would be necessary since the remaining incomplete files due to a partial removal or installation of programs is what contributes to the error code. By uninstall and reinstalling the device driver program, it would lead to the completion of the files.

You can do this by firstly logging in as Administrator and open Device Manager. Select the device that is causing the problem and double click it and make sure that the peripheral is connected properly to the PC. Upon opening, click on the ‘Driver’ tab and then select ‘Update Driver’.

Make sure to refer to the system documentation that you received with your PC or computer to check for the motherboard details and driver specifics.

Method 3 – Use software to automatically download the driver

Manually uninstalling and reinstalling the driver will do the trick, however, it may be time-consuming especially when you would have to resort to your hardware user manual.

Therefore, using a program such as DriverFIX can save you a lot of time and frustration in having your device work properly on your computer.

DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.

It further ensures that your drivers are installed in their entirety leaving no room for any incomplete files to remain that create Error Code 40.

It also has the added advantage of being able to backup and restores your files should there be the slightest possibility of system file damage.

Thus, registry damage can be averted by letting the software roll back the system files to an earlier healthy checkpoint. Driver Assist is the answer to fixing your PC error codes accurately and quickly.

Click here to download DriverFIX to fix Error Code 40 quickly and effectively!
Read More
Recover or set a BIOS or UEFI Password
If you have been using Windows for quite some time now then you’re probably aware of the BIOS or UEFI password. This password lock is the one that ensures you enter the set password even before your Windows PC boots up. However, there’s just one downside with the BIOS or UEFI password – there is no recovery option, unlike your Microsoft account. Worry not though for this post will guide you on how you can set or recover a BIOS or UEFI password on your Windows computer. The BIOS or UEFI passwords are stored at the hardware level which means that unless the OEM wants or has configured a way to recover the password, it is pretty much impossible to reset it. There are times when they are so strict that the only way to get through it by contacting customer care. Note that any Windows computer with this lock can’t be unlocked by trying to reinstall Windows. In this post, you’re going to have to remove the CMOS battery temporarily, clear unknown BIOS/UEFI passwords using the bios-PW website as well as call customer care. For more details, refer to the options provided below.

Option 1 – Remove the CMOS battery temporarily

In case you didn’t know, every motherboard comes with a CMOS battery which helps the computer system to keep the clock ticking and in making sure that the BIOS settings are not lost when the computer is powered down. Every time a computer is turned on, the CMOS battery ensures that the information is available for the computer to boot up. So when you remove the CMOS battery temporarily, say about 30 seconds or a minute, the settings will be lost. There are some motherboards that are built-in ways that when you remove the battery for long, it will reset everything including the password for the BIOS or UEFI.

Option 2 – Clear the unknown BIOS or UEFI passwords using a bios-PW website

If the first option didn’t work, you can try using this BIOS Password website at http://bios-pw.org/ to clear the password.
  • When prompted by the BIOS, enter the wrong password a couple of times as doing so will lock you out of the system.
  • After that, you will see a new number or code on the screen which will include a message about System Disabled [XXXXX] Service TAG [YYYYY].
  • Next, open the BIOS Password website and enter the XXXXX code in it and make sure to tap the Shift + Enter keys or just enter.
  • Now it will open multiple unlock keys which you can use to clear out the BIOS or UEFI lock on your Windows PC.

Option 3 – Call the customer care

If the second option still didn’t work, you have to call customer care and follow their suggestions for they will walk you through fixing the problem using the service tag or might suggest that you visit a service center to make things easier for you. Note: You also have the option to set a BIOS or UEFI password. Although it isn’t recommended, you still can do it if you really want to. Remember that the BIOS or UEFI interface varies from OEM to OEM so you must find something related to either PASSWORD or SECURITY. You will have the following similar options:
  • Supervisor password – it’s the same as the master password that can change important system settings.
  • User password – with this password, any user can change minor settings.
  • Master password – you can use this password for a hard drive or as a general password.
There are several OEMs that offer micro-control where you have to enter the BIOS password. For instance, you’ll have the option to skip for a normal restart, or when you select a boot device while you might have to enter the password for unattended reboots or when your PC is powered on, etc. And if you are here to remove the password, you need to find a remove password option in the same section. You will be prompted to enter the set password once and if it’s correct, it will remove the BIOS password. After that, you have to save and exit the BIOS then restart your computer and check if the settings are properly applied.
Read More
Fix Printer driver issue in Windows
The printer can stop working for many various reasons, some of them are however tied to the printer driver itself. In this guide, we will address issues and provide you with advice on how to get your printer back in working order in no time. All of that being said let us fix your Printer driver issue.
  1. Check to see if the printer is plugged and that it has toner or colors and paper in the tray

    The simplest solutions are the best ones, and most of the time simplest issues are overlooked. To eliminate any basic issues check the printer cable does it has paper in the tray and check the status of toner or colors in it.
  2. Check if Windows troubleshooter will resolve the issue

    Bring up settings and choose devices, under devices click on printers and scanners. On the far right top, you have a link to start the troubleshooter, click on it. Windows built-in tools could resolve issues and fix them for you. If by any chance Windows is not able to find or resolve issues move to the next step.
  3. Check if the Device Manager is reporting an error and update the driver

    If the hardware is functioning properly then the issue might be in Windows not detecting device or driver malfunction. In any case, the Device Manager will be the one who will report this problem. In order to check to see if the driver is properly working press ⊞ WINDOWS + X to open the hidden start menu. keyboard with windows and x marked Once it opens, click on Device Manager to open it, If you have a driver device error inside Windows, you should see it immediately when entering the Device Manager, it will have a yellow exclamation mark beside it. Right-click on it and choose update driver.
  4. Reinstall driver

    If driver update failed or you already have the latest drivers, reinstalling them could fix the issue since drivers might have corrupted during installation of some update or application. Follow steps from point 3 to get to the driver in Device Manager, then right-click on it but instead of update choose to uninstall. Reboot Windows once the driver is uninstalled and Windows will install a new one automatically. If you do not want to update drivers automatically install the latest driver for your device, then reboot.
  5. Check Windows update

    Check to see if the latest Windows update is installed, update your Windows if needed
  6. Fix driver issue with DRIVERFIX

    If everything else fails, get DRIVERFIX, a premium solution for your PC issues, and fix driver errors.
Read More
How to Fix Tcpip.sys Blue Screen Error in Windows 10
If you have received a BSOD error message that says, “Tcpip.sys”, read on as this post will show you how you can fix the problem. The “Tcpip.sys” means Transmission Control Protocol over Internet Protocol. It is a library of a set of rules that are used to interconnect different devices all over the internet. The Tcpip.sys file is a driver and if a BSOD error message includes this one, it could only mean that the driver file is corrupted or incompatible with your system or there are some conflicting programs installed in your computer. To fix this error, you can try the following workarounds. Make sure to carefully follow each one of them.

Option 1 – Check for conflicting or incompatible programs by putting your PC in a Clean Boot state

As mentioned, the “tcpip.sys” BSOD error might be caused by some problematic programs that clash with your existing operating system. Several users reported that numerous programs that are supposedly designed to enhance computer performance are causing conflict in the system instead. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” checkbox.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
After putting your PC in a Clean Boot State, try creating a system restore point and see if the problem still occurs. Clean Boot troubleshooting is designed to help you isolate the problem. For you to execute a clean boot troubleshooting, you must do a couple of actions (the steps are given above) and then restart your PC after every action. You might have to disable one third-party app after the other to really isolate the issue. And once you’ve narrowed down the problem, you can either disable the third-party app that’s causing the problem or remove it. Note that you must switch your PC back into the Normal Startup mode after you’re done troubleshooting the problem. Here’s how you can do it:
  • From the “Start” menu, go to System Configuration.
  • After that, switch to the General tab and click the option for “Normal Startup”.
  • Next, go to the Services tab and clear the checkbox for “Hide all Microsoft services”.
  • Then find and click “Enable all” and if prompted, you have to confirm.
  • Afterward, go to the Task Manager and enable all the Startup programs and confirm the action.
  • Restart your PC when prompted.

Option 2 – Disabling Antivirus Software

There are cases when the “tcpip.sys” BSOD error is caused by the antivirus program installed in your computer that’s blocking some essential operations. Because of this, the operating system fails which throws up the BSOD error. As you know, the antivirus program is designed to protect the computer and monitor every action in the system. However, there are instances when the antivirus program gives false positives and shuts down some modules even if it’s harmless. So this could be the case for the “tcpip.sys” error. To verify if the problem is indeed caused by the antivirus program in your computer, you need to temporarily disable it. After you’ve disabled it, restart your PC and then check if the problem’s fixed or not.

Option 3 – Try to update all your Drivers

From time to time, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the “tcpip.sys” BSOD error. To fix the problem, you need to update all your drivers especially the network driver since the “tcpip.sys” error is closely related to this driver. Follow the steps below to update your 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. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. 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.
  • Restart your PC.
Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it. After that, you could also check if there’s a new update of the game you’re getting the issue of the black bar.
Read More
See if your Data is safe in Facebook breach
It is no secret that a few days ago Facebook has been breach and tons of user accounts have been compromised. These kinds of things are very unpleasant experiences for both users and the company itself. User trust lowers significantly in the company and it can greatly increase the chances of users migrating to another platform. This just shows how much a hacker or security breach can produce damage to the business. Sadly we can not offer you guidance or assistance in recovering your stolen data nor can we provide you with removing your data from the hands of the attacker. What we can do is to provide you with information has your data been stolen. Threat actor released the personal information for 533,313,128 Facebook users on a hacking forum, including mobile numbers, name, gender, location, relationship status, occupation, date of birth, and email addresses. This data was originally sold in private sales after being collected in 2019 using a bug in the 'Add Friend' feature on Facebook. Facebook had closed this vulnerability soon after it was discovered, but threat actors continued to circulate the data until it was finally released practically for free. Since then, Troy Hunt has added the leaked data to his Have I Been Pwned data breach notification service to help users determine if a Facebook member's data was exposed in the leak. Go to the site and enter your email address to check and see if your data has been compromised.
Read More
Win Update enables itself after turning it off
Windows Updates are important and though it is not recommended for any user to turn it off completely, there are just some remote cases where you might have to keep it off. Such are the cases when you want to use your Windows 10 computer just for gaming and you don’t want Windows Update to interrupt it because of some messy driver update. A lot of users have in fact want to disable Windows 10 updates completely. Although you can always use the built-in option to delay Windows Updates or make Windows 10 inform you before downloading the updates, however, there are instances when Windows 10 Update may enable itself even after you turn it off or delay it. To resolve this issue, read on. You may have to disable the Windows Update Medic Service if Windows Update just keeps on starting and turning itself back on even after turning it off in Windows 10 on top of turning off the Automatic Windows Update Service or wuauserv and setting a Guest Log on. To get started, refer to the instructions prepared below.

Option 1 – Change the Log on account of the Windows Update Service

It appears that one of the major upgrades in Windows 10 has made sure that Windows 10 enables back the Windows Update Service all on its own even if the service has been set to disable by the administrator. And that’s the important thing here, Windows 10 uses admin credentials in order to ensure that it can re-enable the Windows Update Service each time it is in a disabled state. So in this fix, you can prevent the Windows Update Service from changing the account credentials used to run it.
  • Tap the Win + R keys to open the Run prompt with admin privileges.
  • Then type “services.msc” and click OK or hit Enter to open Services.
  • After that, locate the Windows Update Service from the list. Once you see it, double-click on it to open its Properties.
  • From there, click the Stop button to stop the service.
  • Next, go to the Log On tab and select the “Log on as ‘Guest” option which is the Guest account.
  • Just leave the password blank and then click Apply to save the changes made.
Note: After you made the changes, every time the Windows 10 Update Service attempts to run, you might get an error message that states, “Windows could not start the Service” or “The account specified for this service is different from the account specified for other services running in the same process”. This is what makes this fix a lot better compared to other software or batch file to keep turning off the Windows Update Service. You did not exactly disable the service but you just changed the account used to run the Windows Update service and since there is a password, the service never really works. On the other hand, Windows Defender can’t be stopped using this trick as it will keep getting an update.

Option 2 – Try to disable the Windows Update Medic Service using the Windows Update Blocker

Aside from changing the Log on account of the Windows Update Service, there is also another way you can prevent the service from enabling itself after you disable it. This alternative you can use is the Windows Update Blocker. This is a new Windows Service that was introduced in the recent Windows 10 versions. You can use this service to disable the service.
Read More
How to use Control Panel in Windows 11
Windows 11 has brought us a new and revamped settings application that will cover most personalization and overall settings for your operating system. But as much as the new settings app is tweaked and modified there are still some things that can be modified only inside Control Panel. windows 11 control panelSince the Control Panel icon itself is somewhat not right away once clicked on the start button we are presenting you a couple of ways to open it so you can change each detail you want.

Via Start menu

The most straightforward and easiest way to reach and open the control panel is via the Start menu. In order to do it just click on the Start menu and type in the control panel. Then click on Control Panel Icon in the results.

Pin Control panel icon to the taskbar

In order to actually pin the control panel to Taskbar, you will need to open it first. Use the previous simple and fast steps in order to quickly open it then in the taskbar right-click on its icon. Choose Pin to Taskbar and close control panel. Now you can open the control panel quickly just by clicking it on its icon in the Taskbar.

Add Desktop icon

If you liked the idea to have an icon that you can click in order to fast open the control panel but you are not very fond of the icon being located in your Taskbar then let's place it on Desktop instead. In order to place a special control panel icon on the desktop, we will use Windows setting app. Open settings app with ⊞ WINDOWS + I and go to Personalization tab. Inside the personalization tab, go to Themes and click on Desktop Icon Settings. Check the box beside Control Panel and click on OK. The Control Panel icon will appear now on your Desktop and you can double click on it to launch it.

Run Control Panel from the Run dialog box

Same as in the previous version of Windows you can also open the Control Panel via Windows built-in run menu. This is mostly the preferred way to gain access to it by system administrators. Press ⊞ WINDOWS + R to open the run dialog. Inside dialog type in control and press ENTER. Control Panel will open right away.
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