Sunday, December 29, 2013

Windows App Store doesn't load after 8.1 Upgrade

Windows App Store doesn't load after 8.1 Upgrade

type or paste the following command:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
hit Enter.
Now in that same Administrator Command Prompt type or paste: start "" "ms-windows-store:"

Friday, December 13, 2013

How to find Laptop serial number



If your laptop is running Windows OS:
  • Open Command Prompt. Ensure you are logged in as Administrator.
  • Type the command wmic bios get serialnumber and press Enter.
  • Your laptop’s Serial Number will be displayed

If your laptop is running Linux OS:
  • Open the Shell window. Ensure you are logged in as Administrator.
  • Type the command sudo dmidecode -t 1 | grep -i serial and press Enter.
  • Your laptop's Serial Number will be displayed.