Back to Top

Bypass Windows Password


In this guide, we will show you how to bypass a Windows XP,  Windows Vista, Windows 7, Windows 8,  Windows 8.1 and Windows 10 logon password
We’ll use a Tool named Kon-Boot….It is paid software but allmost all softwares are crackable ans so is for Kon-Boot
What’s New ?
  • Windows 10 Supported (Offline only)
Steps To Bypass Windows Log-on using Pen-Drive
  1. Download and Extract Kon-Boot 2.4.rar from the links given below
  2. Plug in your Pen-Drive (Remove all other Pen-Drives)
  3. Right click on “usb_install_RUNASADMIN.bat” located in kon-bootUSB folder and pick “Run As Administrator” option.
  4. After Process Compeletion, Reboot
  5. Choose Boot from USB from BIOS settings
  6. Follow the installation procedure.
  7. After Booting process you can login without password, just press “Enter”
  8. Just Remove Kon-Boot PenDrive and Reboot to Get back the original Windows authentication functionality.
Steps To Bypass Windows Log-on using CD
  1. Download and Extract Kon-Boot 2.4.rar from the links given below
  2. Insert Empty CD in your Optical Disk Drive
  3. Download and Install ImgBurn From the Links Given Below
  4. Run ImgBurn program
  5. Select “Write image file to disc”
  6. Click “Browse”
  7. Select “kon-bootCD.iso” –  this file is located in your “kon-bootCD” directory.
  8. You are ready to use your Kon-Boot
  9. Choose Boot from CD from BIOS settings
  10. Follow the installation procedure.
  11. After Booting process you can login without password, just press “Enter”
  12. Just Remove Kon-Boot CD and Reboot to Get back the original Windows authentication functionality
How To Change Profile Password?
  1. Boot with Kon-Boot
  2. Navigate the Start Menu to Control Panel
  3. Select “User Accounts and Family Safety”
  4. (if the User Account Control window appears) Click “Yes” and leave the password field empty
  5. Select “Create a new account”
  6. Create the account (pick a name) and set the permissions (administrator).
  7. Disconnect Kon Boot and restart the computer to restore original Windows authentication functionality.
  8. After Restart,  Select your new User Account (the account you have created)
  9. Navigate the Start Menu to Control Panel
  10. Select “User Accounts and Family Safety”
  11. Select the target User Account (the one you want to change)
  12. Select “Change the password”
  13. Input the new information for the account and click “Change password”
  14. You are done ðŸ™‚


Microsoft Office 2010, 2013, 2016 Activators

Activate volume licensed versions of Office by using KMS



 Manually  Activate Microsoft Software   2016 2013 2010

Activate Desktop Edition of Microsoft Office 2016

  1. Open an Elevated Command Prompt window. For instructions, please see our guide How To Open an Elevated Command Prompt.
  2. Type 
  3. CD \Program Files\Microsoft Office\Office16
  4. then press Enter.
  5. This assumes you installed Office in the default location.
  6. Note: If you installed the 32-bit version of Office on a 64-bit system, use this command instead:
  7. CD \Program Files (x86)\Microsoft Office\Office16
  8. Type
  9. cscript ospp.vbs /sethst:kms01.cit.cornell.edu
  10. ​​​​​​​then press Enter.  (Note: The url in the command above begins with kay-emm-ess-zero-one.)
  11. Type
  12. cscript ospp.vbs /act
  13. then press Enter.
  14. Close the command prompt window.

Activate a Windows Operating System (All Supported Versions)

Convert GPT drive into MBR using Command Prompt (cmd).

Convert GPT drive into MBR using Command Prompt (cmd).


Introduction
In this article i will describe a topic related to windows. Many of my visitors ask me about changing GPT drive into MBR drive. GPT stands for GUID Partition Table and MBR stand for Master Boot Record.
I also had a need to convert my GPT drive into MBR few years back. Actually i was getting error while windows installation :  Windows cannot be installed on this disk. The selected disk is of the GPT partition style. May be you are also in the same problem, that's why you are here. Anyways, then i got to know that for installing windows successfully i have to convert my GPT drive into MBR drive.
So in this article i will cover how to convert GPT drive into MBR drive using command prompt. I am using command prompt because some people go through this error after they have formatted  their windows. So they are not able to use Windows interface. You can also use command prompt from windows interface by typing "cmd" into Start Search Box. That's why i am using command prompt. You can use command prompt window during windows installation.

Solution 
You can follow these steps in Windows 7, Windows 8, Windows XP and Windows Vista.
Step 1.
 Backup all of your data form drives before converting the drive from GPT to MBR.
Step 2.
Open command prompt window during installation by pressing Shift + F10.
Step 3.
Type Diskpart into cmd window

Network Connections Folder is Empty in Windows, Not Showing Network Adapters List

Today I'm going to post a solution of a weird problem which I faced yesterday. When I updated the driver of my network card and restarted my computer system, I faced a strange problem.

Suddenly the "Network Connection" icon in system tray started showing a yellow triangle with exclamation mark (!) on it as shown in following screenshot:

I double-checked the Internet connectivity and it was working absolutely fine. I was able to browse on Internet.

To investigate the issue, I checked the Network Connections folder, it was empty. It was not showing any network adapter. It was absolutely blank as shown in following screenshot:

I did lots of things to fix the issue like restarting the router, enabling/disabling network services but all in vain.

At last I tried resetting network adapters configuration using Windows registry and it did the trick. I was able to fix this annoying issue using my favorite Registry Editor. Actually Windows stores a cache of network adapters configuration in registry and if by any chance the cache becomes corrupted, you might face such kind of strange issues.

Anyway I'm sharing the solutions here so that if anyone else faces this problem, he'll be able to fix it easily without any hard work.

To fix this issue, you just need to follow these simple steps:

METHOD 1:

1. Type regedit in RUN or Start search box and press Enter. It'll open Registry Editor.

2. Now go to following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network

3. In right-side pane, you'll see a binary key "Config". Select it and press Delete key on your keyboard. You just need to delete Config key.

Don't worry. When you delete the key and open Network Connections folder or restart your system, Windows automatically re-creates the key. By deleting the key we are just clearing the configuration cache.

4. Once you delete the key, close Registry Editor and open Network Connections folder again and now it should show all network adapters without any problem.

PS: If you don't want to edit registry manually and want a ready-made registry script to do the task automatically, download following ZIP file, extract it and run extracted REG file. It'll ask for confirmation, accept it:

Download Registry Script

METHOD 2:

If the above mentioned method doesn't work for you, try following solution given by our reader "Campbell":

1. Open Device Manager using devmgmt.msc command and locate the Network adapters.

2. Right-click on each network adapter one bye one and select Uninstall.

3. Once all have been removed, right-click again and select Scan for hardware changes.

The adapters will be rediscovered and when the drivers are loaded back, the devices will re-appear in Network Connections.

METHOD 3:

If none of the above mentioned methods work for you, try following solution given by our reader "Rusty":

1. Type regedit in RUN or Start search box and press Enter. It'll open Registry Editor.

2. Now go to following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Connections

3. In right-side pane, you'll see a multi-string key "ClassManagers". Double-click on it and it'll open the edit dialog box to change its value.

4. The dialog box will contain 4 GUIDs and each GUID must present on a separate line. If you find that all GUIDs are present in a single line, put them on separate lines by pressing Enter key after each closing curly bracket '}'.

For your convenience, we are providing the correct value of the key. Copy following text and paste it in the edit dialog box:

{B4C8DF59-D16F-4042-80B7-3557A254B7C5}
{BA126AD3-2166-11D1-B1D0-00805FC1270E}
{BA126AD5-2166-11D1-B1D0-00805FC1270E}
{BA126ADD-2166-11D1-B1D0-00805FC1270E}

After correcting the value, click on OK button to apply changes.

5. That's it. Close Registry Editor and open Network Connections folder again and now it should show all network adapters without any problem.

PS: If you are not familiar with modifying registry, you can download

Problem installing .Net Framework 4 (HRESULT 0xc8000222)



1. Does the issue persist only with .netframework?
2. How are you  installing it? Is it through windows update or manually?
a: Click Start > Run.
b: Type cmd and press Enter.
Please run the following command in the opened window.
net stop WuAuServ
c: Click Start > Run Type %windir% and press Enter.
d: In the opened folder, rename the folder SoftwareDistribution to SDold.

e: Click Start> Run type cmd and press Enter.
Please run the following command in the opened window.
net start WuAuServ