dell

Dell Windows Recovery

If you have a Dell computer and need to reinstall the operating system back to factory settings, but you have lost your original restore media, then Dell kindly offer an online solution to this problem. Unlike a lot of other companies like HP and Acer, Dell allow you to enter your machine details and download…

Read More
win10

How to restore Windows 10 Apps including Store

If you have somewho managed to delete any of your Windows 10 apps, including the Windows 10 Store app, then there is a quick and easy way to restore all the apps. Simply open PowerShell as an administrator and run the following code: Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} This will then start…

Read More