Showing posts with label windows10. Show all posts
Showing posts with label windows10. Show all posts

Monday, May 29, 2023


Microsoft Store blocked 

0x800704EC




Try to enable Microsoft Store using Group Policy Editor:

gpedit.msc

 Navigate to the following path on its left sidebar.

Computer Configuration\Administrative Templates\Windows Components\Store

locate the policy Turn off the Store application. Put right click on it and select Edit.
If the setting is “Enabled“, then modify its feature to either Not Configured or Disabled. Finally, make a hit on the Apply as well OK buttons to confirm changes.

Re-register Store through PowerShell
Re-registering the Microsoft Store will most probably resolve Error Code 0x800704EC Microsoft Store is blocked

This workaround with PowerShell cmdlet is the next:

Get-AppXPackage -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}



or




Wednesday, November 23, 2016

Windows 7 - drag and drop / copy and past don't/doesn't work


1)  Find an affected icon.(any in explorer or even in desktop)
2)  Click and HOLD the icon with the Left mouse button.
3)  Press Esc while holding the Left mouse button.