Tuesday, July 22, 2025

How to Make Google Chrome the Default Browser in Windows 10 or 11

iaziben




If you're tired of links always opening in Microsoft Edge and want Chrome to be your go-to browser, you're in the right place. In this tutorial, we’ll walk through how to make Google Chrome your default browser on Windows 10 or 11 in just a few easy steps. Whether you're on Windows 10 like I am or Windows 11, the process is nearly identical and only takes a minute.

Why Make Chrome Your Default Browser?

Google Chrome is fast, customizable, and offers great support for extensions. Many people install it right after setting up Windows — but by default, Microsoft Edge still opens every link, even if Chrome is installed. If you've already downloaded Chrome and want to make it the default, here's exactly how to do it.


Step-by-Step: Set Chrome as Default Browser in Windows 10 or 11

Let’s walk through the steps I used on Windows 10. These same steps apply for Windows 11 with very small visual differences.

First, right-click on the Start menu — that’s the Windows logo at the bottom-left corner of your screen. When the context menu appears, click on Apps and Features. This takes you to the main settings area for managing installed apps.

On the left-hand sidebar, click on Default apps. This section allows you to set which apps open files, links, emails, maps, music, and more. We’re interested in the section labeled Web browser.

Now, scroll down until you see the Web browser option. You’ll probably see that it’s currently set to Microsoft Edge — that’s Windows’ built-in browser. Click on the Edge icon, and Windows will show you a list of browsers installed on your PC.




From this list, click on Google Chrome. Just like that, Chrome becomes your new default browser. From now on, any time you open a web link from email, documents, or apps, it will launch in Chrome instead of Edge.



Does This Work for Windows 11 Too?

Yes — the steps are nearly the same. In Windows 11, you can still access Default apps by going to Settings > Apps > Default Apps, then selecting Chrome and setting it as the default for web protocols like .html, .htm, and HTTP/HTTPS.

In both versions of Windows, changing the default browser only takes a few clicks.


What If Chrome Doesn't Appear?

If Chrome isn’t showing up in the list of available browsers:

  • Make sure it’s installed

  • Restart your computer

  • Try updating Windows

Once Chrome is properly installed, it should appear as an option in the browser list.


Why Your Links Still Open in Edge Sometimes

Even after setting Chrome as the default browser, some built-in Windows apps like Widgets or News & Interests may still force links to open in Edge. This is by design, but for most apps and tasks, Chrome will now be used as the default browser.

If you want to block Edge from opening anything, you may need a third-party tool like "Edge Deflector," but for most users, just changing the default browser is more than enough.

Final Thoughts

Switching to Chrome as your default browser is a small but powerful change that makes your workflow smoother and browsing more consistent. Whether you’re on Windows 10 or Windows 11, following the steps above will make sure Chrome becomes your primary browser for everything you do online.

If this tutorial helped you out, be sure to check out the full video embedded above. Watching the video gives you a clear visual walkthrough of each step.

For more helpful guides like this, feel free to explore other posts here on the blog, and don’t forget to check out my YouTube channel — GuideMe Tutorials — for simple tech fixes and tutorials.


Sunday, July 20, 2025

YouTube Timestamps Explained: How to Add Timestamps for More Views & Better Engagement

iaziben

 



If you're a content creator looking to boost your YouTube channel's engagement and make your videos more user-friendly, using timestamps (also known as YouTube chapters) is a game-changer. Not only do they help viewers quickly navigate your content, but they also improve your video’s chances of ranking on both YouTube and Google Search.

In this post, we’ll break down what timestamps are, why they’re important, how they impact your channel’s performance, and — most importantly — how to add them the right way.


✅ What Are YouTube Timestamps?

Timestamps are clickable time markers added in the video description or comments. They allow viewers to jump directly to specific parts of your video. When formatted correctly, YouTube turns them into chapters, giving your content a clean, scrollable timeline both on mobile and desktop.

Example:

These simple timecodes become chapter links, letting users skip directly to the part they’re interested in.


🎯 Why You Should Use Timestamps

Still not using timestamps? Here's what you’re missing:

  • Better User Experience: Viewers can find what they need instantly.

  • Higher Watch Time: Instead of skipping your video, users stay longer to watch the section they want.

  • Improved SEO: Google and YouTube can index your video by sections, making it easier to show in search results.

  • More Engagement: Viewers are more likely to like, comment, and share when content is easy to digest.

🛠️ How to Add Timestamps on YouTube (Step-by-Step)

Adding timestamps is easy. Just follow these simple steps:

1. Go to Your Video Description

Open the video you’ve uploaded and click on Edit Video. In the description box, write your timestamps with a short title next to each one.

2. Start with 00:00

YouTube only activates the chapter feature if you start your timestamps with 00:00 and include at least three timestamps, each being at least 10 seconds apart.

3. Format Like This:

4. Save & Publish

Once you're done, save your changes. The video timeline will now include visible chapters.

🧠 Pro Tips for Effective Timestamps

  • Use keywords in your chapter titles for better SEO.

  • Keep titles short and clear.

  • Don’t repeat the same timecode more than once.

  • Avoid spammy words or clickbait in timestamps — YouTube might ignore them.

🚫 Common Mistakes to Avoid

  • Forgetting to start at 00:00

  • Not spacing timestamps at least 10 seconds apart

  • Using only one or two timestamps — chapters require at least 3

  • Putting timestamps in the comments instead of the description (not indexed as chapters)

Do Timestamps Help SEO?

Yes! YouTube timestamps are picked up by Google Search. For example, if someone searches “how to add chapters on YouTube,” and your video includes that chapter title, Google might highlight your video with key moments. That gives you a much higher chance of ranking on Google and YouTube alike.

▶️ Watch This Video Tutorial

To see how it’s done, check out this quick tutorial that walks you through the process step by step:

📽️ Example: <iframe src="YOUR_VIDEO_LINK_HERE" width="100%" height="360"></iframe>

Final Thoughts

Using timestamps or chapters on your YouTube videos is a simple but powerful tool to boost engagement, improve user experience, and help your content rank better. It only takes a few minutes, but the long-term benefits for your channel are huge.

So next time you upload a video — don’t skip the timestamps!

Friday, July 18, 2025

Fix the Selected GPT Formatted Disk Partition Not of Type 'PARTITION_BASIC_DATA_GUID'

iaziben

 Welcome to Easy Way Tuts!
If you're trying to create a new partition from unallocated space on your GPT disk and you’re seeing this frustrating error:
"The selected GPT formatted disk contains a partition which is not of type 'PARTITION_BASIC_DATA_GUID', and is both preceded and followed by a partition of type 'PARTITION_BASIC_DATA_GUID'"
Don’t worry — you're not alone, and the fix is easier than it looks. In this blog post, I’ll walk you through how I solved this issue step-by-step using DiskPart, a built-in Windows tool. No data was lost, and everything worked perfectly after the fix.

🎥 Watch the full video tutorial below to follow along visually:

▶️ [Embed your YouTube video here]

 

🔍 What Causes This GPT Partition Error?

This error usually shows up when your disk contains a non-basic partition (like a recovery partition) between two basic data partitions. This breaks GPT formatting rules, which expect a certain structure for volumes.

Here’s what my disk layout looked like:

  • System Reserved

  • C: Drive

  • Recovery Partition

  • D: Drive

  • 9 GB Unallocated Space



There was a hidden recovery partition sitting in between, which caused the new volume creation to fail in Disk Management.

When I tried creating a new simple volume from the unallocated space, I hit the error above. But don’t worry — the solution is simple.


🛠️ Step-by-Step Fix Using DiskPart

To fix the issue, we’ll use a tool called DiskPart, which comes pre-installed on Windows.

  1. Press Win + R to open the Run dialog, type diskpart, and hit Enter.

  2. The DiskPart command window will open. Type the following commands one by one:

>> list dis

This shows your available disks. Identify your main disk (usually Disk 0).

>> sel dis 0

This selects the target disk.

>> list partition

Now you’ll see all partitions on the disk. Look for the recovery partition.

>> select partition X   (Replace X with the number of the recovery partition)


>> delete partition override

This removes the recovery partition. Be very sure before running this command.

  1. Once done, open Disk Management again, right-click on the unallocated space, and choose New Simple Volume. Follow the wizard, and this time — it works!

🎉 Your new drive should now be created without any error.


✅ Why This Fix Works

The error occurs because the GPT layout doesn't allow non-basic partitions like Recovery to interrupt the flow of basic data partitions. By deleting the recovery partition, we remove that interruption and allow Disk Management to proceed.

This solution keeps your other partitions intact, and your system remains fully operational.


📌 Important Notes

  • Always double-check before deleting any partition. Make sure it's the recovery partition.

  • This method worked safely for me with no data loss.

  • If you rely on the recovery partition, consider backing it up before removal.


🔧 Troubleshooting Tags and SEO Keywords

  • how to fix "the selected gpt formatted disk contains a partition which is not of type 'partition basic data guid'"

  • fix gpt disk error when creating new partition

  • windows 10 gpt new simple volume not working

  • can't create new partition gpt windows 11

  • gpt unallocated space cannot create volume

  • diskpart fix partition issue windows 10

  • how to delete recovery partition gpt

  • create new simple volume error fix gpt


💬 Final Thoughts

Thanks for stopping by! If this helped, consider subscribing to my YouTube channel GuideMe Tutorials where I post more simple solutions to common tech problems. Feel free to leave a comment or question — I’ll do my best to reply.


Saturday, April 20, 2024

How to Unlock Password-Protected Zip Files Easily - FREE TOOL

iaziben

 



Have you ever encountered a password-protected zip file and struggled to access its contents? Whether it's due to a forgotten password or a file shared with you, unlocking these files can be a challenge. Fortunately, there are tools available to make this process simpler. In this blog post, we'll explore a straightforward C# program that efficiently unlocks password-protected zip files, allowing you to access their contents effortlessly.

Understanding Password-Protected Zip Files

Zip files are commonly used for compressing and archiving files, making them easier to store and share. However, when a zip file is protected with a password, it adds an extra layer of security that can be difficult to bypass without the password.

Introducing the Zip File Unlocker

Our solution to unlocking password-protected zip files is a lightweight C# console application called the Zip File Unlocker. This program leverages the SevenZipSharp library to handle zip file operations effectively. The Zip File Unlocker enables users to provide a password list file and the path to the protected zip file they wish to unlock.

How It Works

  1. User Input: Users are prompted to provide the filename of a password list file containing potential passwords and the path to the protected zip file.

  2. Unlocking Process: The program systematically tries each password from the list to extract the zip file. Upon successful extraction, it displays the unlocked password, granting access to the file's contents.

  3. Speed Options: Users have the option to choose between slow, normal, or high-speed unlocking, adjusting the program's resource usage accordingly.

  4. Efficient Processing: Utilizing multithreading, the Zip File Unlocker processes multiple password attempts simultaneously, enhancing performance and expediting the unlocking process.

  5. User-Friendly Experience: Throughout the process, the program provides users with informative feedback, including the current password count and notifications upon successful unlocking.

Conclusion

With the Zip File Unlocker, gaining access to password-protected zip files has never been simpler. Whether you're dealing with forgotten passwords or need to access shared files, this user-friendly C# program offers a reliable solution. By optimizing resource usage and providing a seamless experience, the Zip File Unlocker streamlines the process of unlocking password-protected zip files, saving you time and frustration.

Unlock your files effortlessly today with the Zip File Unlocker!



Get Tool from here