Pages

Secure Boot Failure Fix for Windows 8.1

How to fix Secure Boot failure

Error: Boot failure: a proper digital signature was not found. One of the files on the selected bott device was rejected by a Secure Boot failure.

1. Restart the Computer by holding the power button.

2. While the computer starts to boot, keep pressing F12 until the boot option comes out.

3. Go to the settings. Look for the Secure Boot option and disable it.

attempt secure boot
attempt secure boot

4. Go to the advance system configuration. Change the boot mode from UEFI Boot to CMS boot. This will change the sata controller to AHCI.

5. Press F10 and hit Y to save the changes made and restart the computer.

Bios Setup Utility
Bios Setup Utility

6. Press F12 again to get into the boot menu, and select LAN.

7. If everything goes well, it should start talking to the WDS. Press F12 to get into the Windows Boot Manager and select the Diagnostic recovery tool.

8. That's it. Windows should now be loading the files.

Windows loading files
Windows loading files


Hope you find this useful. Thanks for reading. Peace out!

Windows 8.1 Desktop Wallpaper to StartScreen Background Trick

How to Make Desktop Wallpaper As Your Desktop Background in Windows 8.1?

If you have a cool desktop wallpaper, you can now set that as your start screen background. No third party software needed. Windows 8.1 tricks.

Follow the steps below;

1. Right click on the taskbar and click properties.




2. Click on the Navigation tab, check on the box for "Show my desktop background on Start".

 
 
That's it! For more information about Windows 8, visit http://inwindows8.com


Windows 8 and Windows 8.1 Compatibility issues Fix


There are several programs that might run with Windows 7 but not with Windows 8. Most of these programs are built for Windows Vista or XP. For example, the power management option for Lenovo G470 laptop which we will be using as an example for this tutorial today. This will answer your question on how to run compatibility mode for Windows 8.

Power Management option is an essential program I use to preserve my laptop's battery without sacrificing its performance. This is one of the program I must have working on my computer. The problem is, when I updated to Windows 8 and 8.1, this application will not work due to compatibility. I usually get this error message "This program has compatibility issues"
then it won't allow me to use the application. The keyword here is the error message. If you get this error message to any programs you have after upgrading to Windows 8, then this troubleshooting I will be teaching you today will surely help.

1. Go to the startscreen, and locate the application. Right click on it, and select file location.

windows 8 opening file location

2. Now right click on the program and click properties.

Right click on the program to run in compatibility mode for Windows 8

3. Click on the Compatibility tab, and check on the "Run this program in compatibility mode for;

running Windows 8 compatibility mode

4. If it was working with your Windows 7 before, then select Windows 7. Hit "Apply", then click "OK".

Windows 8 compatibility settings to Windows 7

5. Test the program by opening it. In this example, the Energy Management successfully run with Windows 8 without the compatibility error now.

Lenovo Power Management

That's it. If the program runs in Windows 7, it will definitely run with Windows 8 as well.

How to Run Android App on Your PC?


Did you know that you can play any android app on your PC? Yes, you heard it right. BlueStacks App Player lets you run apps from your phone fast and fullscreen on Windows computer.

Lets get started. Follow the simple instructions below;

1. Download and install the App player from this link

BlueStack Android App Player

2. Click Continue.

BlueStack Android App Player Installation

3. You can uncheck the App Notifications and Subscribe to Spotlight and Cilck Install. These are optional. See Screenshot

BlueStack Android App Player Installation in Progress

4. Wait for a few minutes while the App is in progress.

BlueStack Android App Player Installation in Progress


loading bluestack app player for Windows



5. Once the installation completed, you can also synchornize your app here. Click On the lower right corner of you screen if you want to minimize it. 

minimize Bluestack

That's it! Enjoy!


Can't see Windows 8.1 Upgrade Option



OS: Windows 8.1
Issue: Windows 8.1 not showing on MS Store.

windows 8.1 update error

1. Make sure that the GDR update is installed KB2871389

2. Make sure that you are not using a Volume License, Enterprise Edition of Windows 8, or a Preview version of Windows 8/8.1

3. Run WSRESET.exe from a command line.

   1. Press the Windows key on the keyboard and press "S"
   2. Type "CMD". Right click on it and click on "run as administrator"
   3. Type "WSRESET.exe"

4. Sync you App License:

   1. On the Start screen, tap or click Store to open the Windows Store.
   2. Swipe in from the right edge of the screen, and then tap Settings.

   3. (If you're using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, and then click Settings.)

   4. Tap or click App updates.

   5. Tap or click Sync licenses.

5. Make sure that the following services and running:

   1. Press the Windows key on the keyboard and press R

   2. type "services.msc"

   3. Make sure that the BITS, Windows update, and Cryptographic Services are all started and set to automatic. If not, right click on the service and click properties. Set the startup type to Automatic, and click start so the service status will say started.

5. Open Internet Explorer, and type the following in the address bar
ms-windows-store:windowsupgrade



If this process won't work, then proceed to the steps below;

     1.  Open MS Store App
     2.  On MS Store App – Open Charms Bar
     3.  Go to Settings – Choose App Updates
     4.  Click Sync Licenses.
     5.  Click Start – Type “WSRESET” –  Run as Administrator

windows 8.1 update is here

The Windows 8.1 Upgrade Option should appear now.



Couldn't update to Windows 8.1 - 0xC1900101 - 0x40017


Couldn't update to Windows 8.1 - 0xC1900101 - 0x40017


Method 1: Perform hardware clean boot.

Sometimes external devices interfere the update process. It's best to eliminate this probability by disconnecting all unnecessary external devices connected to the computer (except the mouse and keyboard.


Method 2: Update the devices drivers on the computer.

Go to the Windows update program by going to start > type "Windows update" on the search box > check for the important and optional updates > Install.

IF there's no updates for the driver listed, go to the manufacturers website, on the download section type the exact model number of the computer and manually check for driver updates.




Fix for Windows Update Error 0x80200010

0x80200010  There are currently no active network connections. Background Intelligent Transfer Service (BITS) will try again when an adapter is connected.


Cause:

This error will occur if the Background Intelligent Transfer Service (BITS) is not responding due to proxy settings that does not support HTTP/1.1 protocol. This error will usually appear when you try to connect to the Microsoft Windows Update.

Solution:

Follow the steps below to resolve this issue.

1. Make sure you are connected to the Internet.

Verify your connection to the internet by browsing different websites just to make sure you're not looking at a cache page.

2. Clear the BITS queue

1. Open a notepad.

2. Type the following;

For Windows XP, Windows 2000, or Windows Server 2003

net stop bits
net stop wuauserv
Ipconfig /flushdns
cd "Documents and Settings\All Users\Application Data\Microsoft\Network\Downloader"
del qmgr0.dat
del qmgr1.dat
net start bits
net start wuauserv

Windows Update error 0x80200010

3. Save the file to the desktop as ClearBITS.bat

Windows Update error 0x80200010 save as

4. Double click on the file from the desktop to run.

5. Now try installing the update again.

For Windows Vista and Windows Server 2008

1. Copy and paste the following command on a notepad.

net stop bits
net stop wuauserv
Ipconfig /flushdns
cd "Documents and Settings\All Users\Application Data\Microsoft\Network\Downloader"
del qmgr0.dat
del qmgr1.dat
net start bits
net start wuauserv

2. Save it as clearBITS.bat

3. Right click on it and click "run as administrator"

4. Try to install the Updates again.


Note: This troubleshooting is best effective if you're computer is running on clean boot. 


microsoft help microsoft fix it download microsoft fix it center troubleshooting repair error

Free 2-3 Mbps Mac Address for Globe Wimax


Free 2-3 Mbps Mac Address for Globe Wimax Models BM622, BM622i, BM621, BM625

All working MAC, tried and tested in BM622..

free 2-3 mbps mac

34:6B:D3:8F:82:94
34:6B:D3:8F:9D:AC
64:16:F0:C5:25:04
5C:4C:A9:C0:B4:B0
20:2B:C1:E0:79:1B
34:6B:D3:8F:F3:54
5C:4C:A9:C0:EB:68
04:C0:6F:5E:91:F6
34:6B:D3:8F:F3:14
64:16:F0:C5:1B:CE
04:C0:6F:61:0E:70
34:6B:D3:8F:CE:68

Choose your stable frequency and enjoy!

To be continued... Watch out VIP MAC hunters!


Update 12/5/2013

It's your call...

InstDate    PlanID    Amount    MacAddress    ModemSerialNo
2/21/2013    BWX02    1099    40:4D:8E:8B:17:F8 not working
2/21/2013    BWX02    1099    346BD38FFEFC    510772668211008000
2/27/2013    BWX02    1099    64:16:F0:B1:4B:D8    500807778003016000
2/25/2013    BWX02    1099    28:5F:DB:28:20:AC  500810118104024000
3/3/2013     DWX02    999     346BD38FF244    510772668211007000
2/26/2013    DWX02    999     346BD38FF628    510772668211008000
2/26/2013    DWX02    999     202BC1E0A8A3    500810118105037000
2/21/2013    BWX02    1099    64:16:F0:C6:02:34  500807778005004000
2/27/2013    DWX02    999     C8D15E24B05C    510772668204011000
2/27/2013    DWX02    999     346BD38FBD0C    510772668211004000
2/28/2013    DWX02    999     346BD38FFD28    510772668211008000
3/2/2013     DWX04    799     C8D15E247118    510772668204007000
2/28/2013    DWX02    999     346BD38FB8C8    510772668211004000
2/28/2013    DWX02    999     4C54996D985B    500807778007004000
2/28/2013    BWX02    1099    346BD348FE4C    510772668210006000
2/28/2013    DWX02    999     C8D15E249228    510772668204009000
2/28/2013    DWX02    999     4C54996DC479    500807778007009000
3/2/2013     DWX02    999     C8D15E249824    510772668204010000
3/1/2013     DWX01    999     346BD38FD9E4    510772668211006000

Update January 6, 2014

04:C0:6F:02:AB:BC
64:16:F0:C5:60:66
40:4D:8E:8B:13:04
5C:4C:A9:C0:CB:E0
20:2B:C1:E0:DC:EF
64:16:F0:7B:EE:28
20:2B:C1:E0:C3:3B
20:2B:C1:AA:FE:E7
64:16:F0:B1:15:9C 


Note: Use it at your own risk!