Showing posts with label windows 10. Show all posts
Showing posts with label windows 10. Show all posts

Tuesday, May 28, 2024

Bypass Microsoft Account on Windows 11 Installation

 


Bypassing the Microsoft Account Requirement

If you want to complete a Windows 11 installation without creating or signing in with a Microsoft Account, there are installation methods that may allow you to proceed with a local account.

Method 1: Use Command Prompt During Installation

During the Windows 11 setup process:

  1. When you reach the screen requiring an internet connection or Microsoft Account, press Shift + F10 to open Command Prompt.

  2. Type the following command:

    oobe\bypassnro

  3. Press Enter.

  4. The computer will restart automatically.

  5. After the restart, continue through the Windows setup process.

  6. When prompted to connect to the internet, select "I don't have internet."

  7. Select the option to continue with a limited or local setup and create your local Windows account.

Note: The availability of this method can vary depending on the Windows 11 version and Microsoft’s changes to the out-of-box setup process.

Method 2: Use Rufus to Create the Installation USB

If you are performing a clean installation using a Windows 11 ISO, you can also use Rufus to create the bootable USB installer.

When creating the Windows 11 installation media, Rufus may provide Windows User Experience options that allow you to:

  • Remove the requirement for an online Microsoft Account.

  • Create a local user account during setup.

  • Bypass certain Windows 11 hardware requirements, if necessary.

Download Rufus from the official website

This approach can be particularly convenient when preparing a fresh Windows 11 installation because the selected options are incorporated into the installation media before you begin the setup process.


Updated as of September 2026.

Thursday, October 29, 2020

How to Retrieve Windows 10 / 11 Product Key?



There are situations where you may need to reinstall Windows from scratch, whether you’re troubleshooting system issues or installing a fresh copy of Windows after replacing your SSD.

You can download the official Windows ISO files directly from Microsoft:

Depending on your installation and license, you may need your Windows Product Key during the installation process.

If you have an existing, genuine Windows 10 / 11 installation, there is a simple way to retrieve the product key stored on your system before performing a clean installation.

Follow the instructions below to retrieve your Windows Product Key.


Open the "Command Prompt" as "Administrator".

On the prompt, type the command below.

wmic path softwarelicensingservice get OA3xOriginalProductKey

You should now be able to retrieve your Windows 10 or Windows 11 Product Key and proceed with a clean installation using an official copy of Windows downloaded directly from Microsoft.

Note: This method retrieves the Windows Product Key stored in your computer’s BIOS or UEFI firmware. In other words, it displays the original Windows license key embedded in the device by the manufacturer.


Updated as of September 2026.

Wednesday, October 14, 2020

Adobe Creative Cloud's "Loading Creative Cloud" Issue



Installing Adobe products like Photoshop, Illustrator, Premiere, Premiere Rush or InDesign on Windows usually works well but there are cases that you would encounter issues like Creative Cloud App not loading and you're stuck with the "Loading Creative Cloud" screen. To fix this issue, you could do the following.

Repair Microsoft Visual C++ Runtime

Go to "Add or remove programs".

Select each "Microsoft Visual C++ xxxx Redistributable".



Click "Modify".



Click "Repair".

Once all the repairs are completed then restart the computer.


Give Full Permissions to Adobe Folder for your user account.

Go to the following folders.

C:\Program Files\Adobe

C:\Program Files (x86)\Adobe

C:\Program Files\Common Files\Adobe



Right click on each folder then click "Properties" then select "Security" tab.

Click "Edit".

Give "Full control" to your user account by clicking your username above then clicking the checkbox under the "Full control" below. Click "Apply" then try to load Creative Cloud App again.


Updated as of September 2026.

Thursday, April 23, 2020

What is Patch Tuesday?

Microsoft Windows Logo

How Do You Know When Microsoft Releases New Patches?

If you want to know when Microsoft typically releases security patches and updates for its products, the answer is Patch Tuesday.

Patch Tuesday is Microsoft's regular monthly security update cycle. Microsoft generally releases security updates for supported products on the second Tuesday of each month, providing organizations with a predictable schedule for reviewing, testing, and deploying patches.

For IT teams, having a regular patch schedule makes it easier to:

  • Prepare for upcoming patch deployments.
  • Review security advisories and affected products.
  • Test patches against existing applications and systems.
  • Identify potential compatibility issues.
  • Schedule and execute deployments with minimal disruption.

Microsoft may also release out-of-band (OOB) updates when a critical security issue or other urgent situation requires a patch outside the normal monthly schedule.

Security Recommendation: Regularly install security updates and patches on supported devices and applications. Keeping systems up to date is one of the fundamental measures for reducing exposure to known security vulnerabilities.


Updated as of September 2026.