Logo

Fix False Notifications in Action Center

There is a central location in Windows 10 that allows users to view all the notifications from its Action Center. Aside from viewing notifications, users can also manage them and take necessary actions in just one single place. Notifications in Windows 10 look similar to a message icon but can be at variance in function. However, recently, a number of users reported that even though they receive notifications about new actions but when opening them, they see nothing. In other words, the notification is false, and to fix this, read on as this post will provide you a couple of workarounds.

The Windows 10 Notifications and Action Center notification messages might show a mismatch. For instance, Windows 10 may say that you have some notifications but when you open Action Center, you find it empty and there are actually no notifications there. Take the case of the following screenshot, the Windows 10 Notification says that there are 6 new notifications available for viewing but the Action Center says otherwise.

Before you troubleshoot the problem, you might want to run System Restore especially if you’ve made some changes in your computer prior to this issue which might have messed with the Windows 10 Notifications and Action Center. To perform System Restore, refer to these steps:

  • First, press 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 the problem wasn’t fixed and you’re still getting false notifications, you might want to troubleshoot the problem further using the options given below.

Option 1 – via Windows PowerShell

  • In the Start search, type “PowerShell” in the field and hit Enter to pull up the Windows PowerShell window.
  • Next, copy and paste this command and hit Enter to execute it: Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppxManifest.xml” -verbose }
  • After that, reboot your computer and check if the false notifications are now gone.

Option 2 – Try renaming the Usrclass.dat file

DAT errors like the ones that are associated with the Usrclass.dat file, most likely occur during computer startup, program startup, or while you try to use a specific function in your program. Even so, it can easily be fixed. How? Refer to the given steps below.

  • Tap the Win + R keys to open the Run dialog box.
  • Then type %localappdata%MicrosoftWindows and hit Enter to get to the location of the UsrClass.dat file.
  • After that, look for a file named UsrClass.dat and once you’ve found it, right-click on it and select the Rename option.
  • Now rename the file to UsrClass.old.dat and then restart your computer and see if the problem is now fixed or not.

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

Hide application and features in control panel
Program and features are Control panel section where once accessed contains all programs installed on the operating system. From these windows, any logged-in user can modify applications, uninstall them, etc. If for whatever reason you want to limit this access to users and remove this group from the control panel please do keep reading as we show you how you can achieve this desired result using two methods: via policy editor or registry editor. Feel free to use any provided method as both works (except on Windows 10 Home edition) and achieve the same thing, it all comes down to preferred preference on how you wish to do things.

Local group policy editor method

This method is more straightforward and easier perhaps than its counterpart but it has one significant drawback, it will not work on Windows 10 Home edition which does not have in itself a policy editor included. If you are using Windows 10 Home edition then feel free to skip this method and do it via registry editor. That being said let's start:
  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in gpedit.msc followed by ENTER to open Group policy editor
  • Go to User Configuration\ Administrative Templates\ Control Panel\ Programs\
  • Double-click on the setting named Hide Programs and Features page
  • Change the toggle option from Not Configured to Enabled
  • Click on the Apply button and then the Ok button to save the changes
  • at this point, everything is supposed to be applied and your changes should take effect immediately. However, it has come to our attention that sometimes this is not the case. If you are one of these users which for whatever reason have not experienced applying to set momentarily do not despair and follow this quick guide on how to refresh settings and apply them right away.
  • Press ⊞ WINDOWS + X to open the hidden menu
  • Click on command prompt (admin)
  • In command prompt type in gpupdate /force and press ENTER in order to force update and set setting right away

Registry editor method

The registry editor method is a more complex one but it will be your only way of doing it if as mentioned you are running Windows 10 Home edition. As always it is highly recommended to make a backup of the Windows registry before tempering with it.
  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in regedit and press ENTER to open the registry editor
  • If you would like to make a backup of the Windows registry go to File > Export and save the backup on a secure location naming it as you wish
  • Locate the following key inside the registry editor HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Programs
  • Right-click on the right pane of the Programs key and choose the New > DWORD (32-bit) Value option
  • Name the value as NoProgramsAndFeatures
  • Double-click on the NoProgramsAndFeatures value to open it
  • Change the value data to 1
  • Save the changes
  • Reboot the computer in order for changes to take effect.
note: you can always change values back in order to show again panel by changing the value to 0 in registry editor or choosing Not Configured or Disabled in the local group policy editor
Read More
Fix Sandbox failed to start, 0x80070057
As you already know, the Windows Sandbox is one of the new features in Windows 10. However, just like other new features, it also throws up errors and one of them is the error that states,
“Windows Sandbox failed to start, Error 0x80070057, The parameter is incorrect”.
This particular error in Windows Sandbox occurs due to its dependence on numerous components of Windows 10 that are related to Hyper-V and Virtualization mainly. To fix this error, there are several options you can check out. You can try to install any pending updates on your Windows 10 computer, as well as make sure that all the services related to Windows Sandbox are enabled.

Option 1 – Try to run the Windows Updates to install pending updates

The first thing you can do to resolve the “Windows Sandbox failed to start, Error 0x80070057” is to check Windows Updates in your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox error.

Option 2 – Ensure that all the supporting processes and services are running properly

If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, from the list of services, look for the following services in the given order:
    • Network Virtualization Service
    • Virtual Disk
    • Hyper – V Virtual Machine
    • Hyper – V Host Computer Service
    • Container Manager Services
  • After you find the aforementioned services, make sure to check if they are enabled or not and then restart each one of them.
  • Once done, try to open the Windows Sandbox again and see if the error is fixed or not.
Read More
Change Windows 10 Lock Screen Background
Hello everyone, I hope you are all doing well. Today we will be changing the Windows Lock Screen background. Changing the lock screen background is a very easy task and it can be done in a very short time. So let's jump right into it. The first thing you need to do is to press the Windows start button on the bottom left and then press settings. Windows 10 Star menu with marked settings iconOnce the settings screen appears, choose and click on Personalization. Windows 10 settings menu with marked Personalization groupInside personalization, click on the Lock Screen tab. Windows settings lock screenOn the right screen, under the picture, you will find Windows spotlight, click on it to bring a drop-down menu up. lock screen drop down menuYour choice is presented as a single picture for background or slideshow, a series of pictures that are going to be looped in a given time interval. If you would like just a single picture for your background, choose that and click on it. lock screen browse for picturesOnce you are in choose picture dialog, click on the browse button and navigate to the picture on your storage which you would like to have as a background. If however, you fancy slideshow as your lock screen background, click on the background drop-down menu and choose the slideshow. Next, click on add a folder and navigate to a folder where you have pictures that you would like to have as a slideshow for your Windows lock screen. lock screen add a folder option
Read More
New Windows 11 update 22000.65
The first major update for Windows 11, 22000.65 has brought some bug fixes and some new features. The previous update was just a bunch of small fixes but this time Microsoft has brought much more with this one.

Windows 11 updateBug and security fixes:

  • Patch for the PrintNightmare vulnerability.
  • Taskbar icons not displaying after you rotate the screen back and forth.
  • Date and time not following format settings.
  • Contrast issues with File Explorer title bar
  • Search dropping the first keystroke when you press the Windows key and type
  • Blurry windows in ALT + Tab

Besides bug and security fixed newest update has also brought us some functional changes:

  • The start menu can no longer be moved from center
  • A search box appears at the top of the Start menu.
  • Taskbar appears on secondary monitors.
  • The refresh option appears on the jump list when you right-click the desktop. It was on the "Show more options" list before.
  • New look for certain dialog boxes such as "battery low" or "display change"
  • New snap layouts for portrait mode screens.
  • Option to troubleshoot sound problems when you right-click the volume icon.
  • Power mode settings on Power & battery settings menu.
  • Right-clicking .ps1 files offers a "Run with PowerShell" option.
  • New GIFs in the emoji panel in China
Honestly, I really like a search box on top of the start menu but really dislike the option to move it to left, I am sure that there are a lot of users who would feel more like at home if they could still move and set Windows to function and work how they want. It is very strange to me that Windows 10 was made to be so user-focused and been able to be user specific and Windows 1 takes most of these things away. I am not sure why Microsoft is going this way but I cannot really see how moving the taskbar on left is a programming issue or why it is wrong for example.
Read More
Cortana can’t connect to the Internet
One of the most sophisticated Artificial Intelligence or AI assistants there is in the market is Cortana. However, no matter how sophisticated this AI assistant may be, there are still times when you encounter issues with it. So if your Cortana is not connecting to the internet, worry not for this post will guide you in fixing the problem. This connection issue in Cortana might have something to do with the settings, network connectivity, or your Microsoft account. In addition, it could also be that the Firewall or antivirus program interferes with its connection. Whichever the case is, here are some possible solutions that could help you resolve the problem.

Option 1 – Try to power cycle the modem, router, and computer

  • Connect the modem, router, and the PC hard-wired and then switch all of these three devices off.
  • Turn on the modem and wait for 30 seconds.
  • Turn on the router and wait for 30 seconds as well.
  • Finally, turn on the computer and check if you can now successfully connect to the internet.

Option 2 – Check if your router or ISP is properly working

Since the basis for this issue is that Cortana is not connecting to the internet even though you are able to access websites using your browser, you might want to check your router or ISP (Internet Service Provider) and see if they’re functioning properly.

Option 3 – Try changing your internet connection

You can also try changing your internet connection and see if it fixes the problem. If you are using Ethernet, you can try connecting to a Wi-Fi connection and see if Cortana is able to connect or not.

Option 4 – Try to run the Search and Indexing troubleshooter

You might also want to run the Search and Indexing troubleshooter in Windows 10 as it checks whether the settings for Cortana are in place and automatically corrects any issues if the update or software installation has changed the settings. To run it just click on the Start button and select Settings > Updates and Security > Troubleshoot. From there, select the Search and Indexing Troubleshooter. Note: You can also run the Network Troubleshooter as it can also help in resolving the issue especially if the problem is in the network.

Option 5 – Try to remove Proxy

Removing the Proxy might also help you in fixing the connection issue in Cortana. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 6 – Verify your Microsoft account

In some cases, Cortana might not be able to connect to the internet because your Microsoft account is no longer verified. This usually happens when you use a two-step authentication system with your Microsoft account. To verify it, just open Settings and click on Accounts. After that, check if you have a Verify hyperlink under your Microsoft account or not then click on Verify. Afterward, follow the next on-screen prompts to verify your Microsoft account. Once your account is verified, restart your computer.

Option 7 – Try resetting Cortana

  • Open Cortana and go to the Settings section where you’ll see the “Turning off Cortana clears what Cortana knows on this device, but won’t delete anything from the Notebook. After Cortana is off, you can decide what you’d like to do with anything still stored in the cloud” option. Turn this option off.
  • Restart your PC.
  • After your computer boots, launch Cortana again and check.

Option 8 – Try to reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Start button and click on the Windows Powershell (Admin) option from the list.
  • Next, type the following command and hit Enter to execute it:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if Cortana is now able to connect.
Read More
CHKDSK cannot open volume for direct access
One of the most useful built-in tools in Windows 10 is the Check Disk or CHKDSK utility. It is the one that maintains the integrity of the disk that’s connected to a computer which can be launched using the GUI or graphical user interface and using the command line. There are a lot of things that warrant the running of this built-in utility and one of these things is the readability of the disk. Recently, a number of users reported that they encountered an error when they tried to run the CHKDSK utility – the error states, “Cannot open volume for direct access”. This kind of error in CHKDSK appears each time the command line is launched according to the affected users. As per the users who encountered this issue, they receive the following error messages when they tried running a ChkDsk command:
“C:WINDOWSsystem32>chkdsk /f g: Cannot open volume for direct access. C:WINDOWSsystem32>chkdsk /f f: The type of the file system is NTFS. Volume label is 0529357401.”
To fix the “Cannot open volume for direct user access” error, here are some suggestions that might help. Follow them carefully.

Option 1 – Try running the CHKDSK utility on Boot

On the other hand, you can also try to run the CHKDSK utility on Boot so you can fix the error and recover any damaged segments of the drive.
  • Open an elevated Command Prompt and enter this command: chkdsk /x /f /r
  • After that, you will a message that says, “Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)”
  • Type Y and tap Enter to schedule a CHKDSK scan once your computer reboots next time.

Option 2 – Try to run the Primary Hard Disk Self Test

The next thing you can do to fix the problem is to run the Primary Hard Disk Self Test by following the steps below.
  • You need to boot your computer into the BIOS first.
  • After that, go to the Diagnostics tab and select the “Primary Hard Disk Self Test” option. Note that it may be different depending on the motherboard with different manufacturers but they should imply the same thing.
  • Now, wait until the test is completed, and then boot your computer normally.

Option 3 – Try to check the hard drive’s health

The next thing you can do to resolve the issue is to check the health of your hard drive using the WMIC utility in the Windows Command Prompt. This utility will check if your hard drive has any problems which resulted in the “Cannot open volume for direct user access” error.

Option 4 – Try to disable various restrictions on your hard drive

You might also want to disable the various restrictions on your hard drive since it is possible that it is encrypted or restricted which explains why you are unable to perform any operations in it and throws the “Cannot open volume for direct user access” error instead. For instance, if you have BitLocker, you can try to disable it and see if it fixes the error or not.

Option 5 – Try to uninstall or disable the Drive Locking feature on your hard drive

You could also look for any Drive Locking feature on your hard drive that tricks disk changes as it might be the root cause of the problem. Thus, if you find one, you need to either uninstall or disable it and then execute a check disk command to resolve the problem.

Option 6 – Try to disable the application service

Disabling the application service can also help you fix the problem. How? Refer to these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and then hit Enter to open the Services Manager.
  • Next, scroll down among the list of services and look for the service related to the security software or disk checker software.
  • Once you find it, right-click on that service and select Properties.
  • After that, change its Startup type to Disabled and click on the OK and Apply buttons to save the changes made.
  • Now restart your computer and don’t forget to enable the service back once the disk check is completed.

Option 7 – Try to use Repair Volume via Windows PowerShell

You could also try to use the Repair Volume using Windows PowerShell. All you have to do is open PowerShell as admin and type the “repair-volume -drive letter <DRIVE LETTER>” command and then tap Enter to run Repair Volume. This should resolve the error.
Read More
How to always run the app in admin mode in W11
Each time you open an application inside your Windows 11 operating system, it is opened with standard privileges. Now, please note that your account privileges and application privileges are two different things, you might be the administrator of the system but when you open the app, it still opens with standard privilege. admin privilegesMost of the time running applications with typical settings is fine but from time to time we might have some applications that will require running with administrator privilege in order to work properly. In this case, it is very easy to do it, you just right-click and choose run as administrator. Although a very easy solution, it can be quite annoying if running the app is on a daily basis or even more times per day. If this is the case then right-clicking and choosing to run as administrator can be a daunting task, sometimes you can even forget to run it like this in heat of work and some unforeseen consequences might occur. Luckily there is an easy hack so you can open the chosen application each time as an administrator with a simple double click each time.

Setting application to run as administrator always

  1. Locate application executable file
  2. Right-click on in and choose properties
  3. Click on the Compatibility tab
  4. Check the box next to Run this Program as an Administrator
  5. Click on Apply
  6. Click on OK
From now on each time you open an application normally with a double click, it will be opened as administrator privileges.
Read More
Enable or Disable Optional Windows Features
As you know, Windows operating system comes with tons of features. Some of which are not intended to be used by normal customers or users directly which means that only a small percentage of the huge user base of the operating system leverages the use of such features. However, they’ve added some major value to the feature list of the operating system. You can find these features under the “Turn Windows Features on and off” option. This indicates that if you want to, you can just type in “Turn Windows Features on and off” in the search box and then enable any feature that you want to enable. Aside from that, there are other ways you can disable or enable the optional Windows Features in your Windows 10 computer.

Option 1 – via Control Panel

  • Open Control Panel and select Uninstall a Program.
  • After that, select the “Turn Windows features On or Off” option on the left side.

Option 2 – via Command Prompt

  • Tap the Win + X combination on your keyboard or right-click on the Start button and then click on Command Prompt (Admin). Alternatively, you can also type “cmd” in the Cortana search box and right-click on the Command Prompt icon, and select the “Run as administrator” option.
  • If a User Account Control or UAC prompt appears, click on Yes.
  • Next, type in the following command to see the list of the available features.
DISM /online /get-features /format:table | more
  • Now all you have to do is copy the name of the feature that you want to enable and for you to do that, you need to execute the following command:
DISM /online /enable-feature /featurename:[Enter the name of the feature here] –All
Note: Now if you want to disable a feature that’s already enabled in your computer, refer to these sub-steps:
  • First, you need to check what features are enabled, and for you to find out, enter this command: DISM /online /get-features /format:table | find “Enabled" | more
  • And if you want to check the detailed information about a particular feature, you can enter this command: DISM /online /get-featureinfo/featurename:[Enter the name of the feature here]

Option 3 – via Windows Powershell

As you know, the Windows Powershell is a very important tool in Windows 10, and a powerful one at that since you can do a lot of things using this command line. So while you use this tool you need to populate the list of available features first and then you have to download the feature your desired feature.
  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Next, type in the following command to populate the list of available features:
Get-WindowsOptionalFeature –Online
  • After that, enter the following command to install any feature you want to enable from the list of available features:
Get-WindowsOptionalFeature -Online -FeatureName *Type feature name*
  • Now enter the following command to enable your desired feature:
Enable-WindowsOptionalFeature -Online -FeatureName “Type feature name” –all
  • And if you want to disable any enabled feature, just enter the following command:
Disable-WindowsOptionalFeature -Online -FeatureName “Type feature name”

Option 4 – via an external installation source

You also have the option to fetch the latest features from an updated offline source. The source could be an ISO any other type of image or just a folder. So you need to decide if you want to use Windows Powershell or Command Prompt.
  • If you want to use Command Prompt, just enter this command: exe /online /enable-feature /featurename:< /All /Source:<Enter the path of the feature here>
  • If you want to use Windows Powershell, use this command: Install-WindowsFeature –Source “<Enter the path of the feature here>”
Note: If you want to get the latest features, you need to get the latest version of the image of the operating system that you are trying to install the feature from.
Read More
How to Fix Kernel_Data_Inpage_Error

Kernel_Data_Inpage_Error - What is it?

Kernel_Data_Inpage_Error is a BSOD (blue screen of death) error. Also, know as a 0x0000007A Stop error. This bug check indicates that the requested page of kernel data from the paging file failed to be read into memory. In simple words, this means that Windows has trouble reading from the memory. This can apply to both kinds of memory: stored memory on your hard drive and also the dynamic memory in your RAM. The Kernel_Data_Inpage_Error turns your computer screen all blue, stops the program being executed, and sometimes even leads to abrupt system shut down.

Error Causes

Kernel_Data_Inpage_Error may occur due to numerous reasons. The exact cause of this error can easily be found by going through the code displayed in the parameter of 0x00000007A. Let’s take a look at Kernel_Data_Inpage_Error parameter codes and the underlying causes of its occurrence:
  • 0xC0000009A- This parameter code triggers missing nonpaged pool resources
  • 0xC0000009C- This represents the installed hard disk drive has bad sectors.
  • 0xC0000000E- This indicates a hardware failure or an incorrect drive configuration

Further Information and Manual Repair

No matter what the cause for Kernel_Data_Inpage_Error may be, it is advisable to fix it immediately as blue screen of death error codes are considered to be critical PC errors that can cause serious damages and even result in valuable data loss. Here are a couple of ways to repair this issue on your system:

1. Call the ‘Chkdsk’ (check disk) command on your system.

Windows XP, Vista, and 7 users can call this command, by pressing Windows Key +F and type in ‘chkdsk’ and run. However, you can’t run it while actively using Windows but you can always schedule it to start automatically the next time your computer turns on. Wrap up what you need and then reboot. Chkdsk disk checking process can take a long time, especially on large and slow hard drives. To run this command on Windows 8, open Windows search by pressing Windows Key+ F and then type ‘cmd’. Then right-click on the command prompt and choose the option ‘Run as Administrator’. To continue with the disk checking process, here you will be prompted to provide your administrator authentication. Once you insert the administrator authentication, type the command ‘Chkdsk C:/f/r/x” where the letter ‘C’ indicates the drive you want to examine and repair. Run it to scan for Kernel_Data_Inpage_Errors on your system. Chkdsk command will detect and repair errors on the hard drive and then automatically reboot.

Limitations to this Solution:

‘Chkdsk’ is a value-adding inbuilt disk checking tool in PC new Window versions; nonetheless, this command has certain limitations. It is time-consuming. You may have to wait for a long time for it to scan your system. Also when disk check is running, you will have to stop all other activities on your system. Furthermore, Chkdsk does not scan and fix all registry errors and other PC-related errors. So, you can’t be 100% sure that it will resolve all the Kernel_Data_Inpage_Errors on your PC.
Read More
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.
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