Hello,
You can try running a system scan and it will repair files if they need to be.
- Right-click Start and open a command prompt as administrator
type sfc /scannow.
Kindly ensure your firewall is working by going to;
1. Right-click the Start button -> Click Run
2. Type Services.msc and press Enter
3. Scroll down to find Windows Firewall
4. Right-click then click Properties
5. Under Startup Type dropdown -> Select Manual. Click Apply
6. In the top left portion of the Services Window, Click Start this service.
Once done, kindly try again your procedure with
>> Open powershell as an admin and run the command
"tabsGet-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}"
Or you may try an alternate fix;
- Press [Ctrl]+[Shift]+[Escape] to start Task Manager.
- Click File -> Run new task.
- Type "cmd" into the Run dialog, tick Create this task with administrative privileges and click OK.
A command prompt window should open.
- Type/copy the following text and press [Enter]: net user Admin123 MyPassword /add
- Type/copy the following text and press [Enter]: net localgroup Administrators Admin123 /add
- Log off and login to the new Admin123 account. If it works correctly, you can migrate your data to the new user account.
You are welcome to replace "Admin123" with your username of choice (just enclose it in quotes if it has a space, and be sure to use the same name in both commands). The login password will be "MyPassword". You can easily change it later.
- Log off.
- Log on on new account.