There are multiple ways you can open Notepad - the default pre-installed text editor on Windows Operating System. Let's see how,
1. Using Keyboard Shortcut
- Press Windows + R buttons on your keyboard, this should open Run
- Now type notepad
- This should open Notepad applciation.
Opening Notepad Using Run
✋️ I really prefer this option as this would work regardless of the version of Windows you are using be it XP, Windows 7, Windows 10 or any Windows Server.
2. Using Windows 10 Search
- Press Keys Windows + S, this will open Windows Search textbox which would say "Type here to search"
- Just type notepad
- You should see Notepad icon.
- Double click or press Enter to open Notepad.
3. Using CMD command
- One CMD (Command Prompt)
- Just type notepad
- Type Notepad
- You should be able to see the Notepad App icon, click on it or press enter to open it.
More Posts related to NotepadPlusPlus,
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
More Posts:
- How to Open Finder using Mac Terminal - MacOS
- Android Studio emulator/Device logCat logs not displayed - Android-Studio
- How to embed web page in SharePoint - SharePoint
- How to know the Safari Version on Mac - MacOS
- Convert Java Array to ArrayList Code Example - Java
- How to show End of Line Characters in File using Notepad++ - NotepadPlusPlus
- The selected device is incompatible : Android Studio - Android-Studio
- Bash Command to Find String in a File - Bash