7 Cool Notepad Tricks You’ll Wish You Knew Earlier!


Listen to this article
Rate this post

Cool Notepad Tricks

The simple looking Notepad built into Windows is great for taking notes and writing basic code. However, if that’s all you’re using it for, you’re missing out on a treasure trove of cool features and tricks that might surprise you! In this blog post, we’ll explore some cool Notepad tricks that can boost your productivity and add a little fun to your day-to-day tasks. Let’s dive in!

Automatic Time and Date Stamps

One of the most useful tricks is having Notepad automatically add a time and date stamp every time you open a file. This feature is particularly helpful for keeping journals or logs to track events over time.

To set this up, follow these steps:

  1. Open Notepad (you can find it by typing “Notepad” in the Windows search bar).
  2. Type a period and then “log” (e.g., “.log”).
  3. Go to File and select Save As.
  4. Name your file (e.g., “log.txt”) and click Save.
  5. Close and reopen the file to see the time and date stamp added automatically.

You can also insert a time and date stamp manually by hitting F5 on your keyboard or by going to Edit and selecting Time/Date.

Example of time date stamp in Notepad

Switch to Dark Theme

Since its launch in 1983, Notepad has only had a light theme, which can cause eye strain for some users. Thankfully, a dark theme was added a few years ago that is easier on the eyes.

To switch to the dark theme:

  1. Open Notepad.
  2. Go to Settings in the upper right corner.
  3. In the Appearance section, click the drop-down arrow next to App Theme.
  4. Select Dark or Use system setting if your Windows settings are set to dark mode.

Notepad Dark Theme Settings

Custom Print Page Setup

Before printing a document from Notepad, you can customize how the header and footer appear when printed.

To adjust these settings:

  1. Go to File and select Page Setup.
  2. Enter commands for alignment or additional information such as the date and current time.
  3. For example, to align the header to the left, input &L. To print the current date in the footer, enter &D.

For additional information about these codes, you can find help on the Microsoft Support page.

Notepad Print Page Setup

Open Websites Directly from Notepad

You can even open any website directly from Notepad! This is a handy trick for quickly accessing your favorite sites.

To create this functionality:

  1. Open Notepad and type start [URL] (for example, start https://www.example.com).
  2. Go to File and select Save As.
  3. Name the file with a .bat extension (e.g., “OpenWebsite.bat”) and click Save.

Now, when you double-click that file, it will open the website you entered!

Notepad Open Website

Creating the Matrix Code Effect

If you want to have a little fun, you can create a Matrix-like code effect in Notepad!

To do this:

  1. Type or copy this script into Notepad:
@echo off
color 02
:start
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto start
  
  1. Save the file as a .bat file (e.g., “Matrix.bat”).
  2. Double-click the file to see the green code effect!

Matrix Code Effect in Notepad

Shut Down Your PC with Notepad

You can create a script that shuts down your computer when executed. This is a handy trick for quick shutdowns.

Follow these steps:

  1. Open Notepad and type the following:
@echo off
msg * System will now shut down
shutdown -c "Bye!" -s
  
  1. Save the file as a .vbs file (e.g., “Shutdown.vbs”).

Now, double-clicking this file will shut down your computer.

Shutdown PC Script in Notepad

Create a Speaking Computer

Finally, you can create a script that makes your computer speak the text you enter. This can be a fun way to interact with your machine.

To set this up:

  1. Open Notepad and enter the following:
Dim message
message = InputBox("Enter the text you want me to say:")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
  
  1. Save it as a .vbs file (e.g., “Speak.vbs”).

When you double-click this file, it will prompt you to enter text, and your computer will speak it out loud!

Speaking Computer Script in Notepad

Conclusion

These cool Notepad tricks can significantly enhance your productivity and add some fun to your daily tasks. From automatic time stamps to creating a speaking computer, Notepad is more versatile than you might have thought. If you have any cool Notepad tricks not mentioned here, feel free to share them in the comments!

For more tech tips and tricks, check out Brett In Tech on YouTube!

For best Youtube service to grow faster vidiq:- Click Me

for best cheap but feature rich hosting hostingial:- Click Me

The best earn money ai tool gravity write:- Click Me

Author Image

Mo waseem

Welcome to Contentvibee! I'm the creator behind this dynamic platform designed to inspire, educate, and provide valuable tools to our audience. With a passion for delivering high-quality content, I craft engaging blog posts, develop innovative tools, and curate resources that empower users across various niches


Leave a Comment

Table Of Contents