Files & Programs 💻: From Managing Files to Running Applications 🗂️🚀
In the previous article, we explored how to navigate the file structure and peek into the hidden details of each file — its size, type, and last change date. 👉 Navigating & Viewing
After getting comfortable navigating files and exploring their details, it’s time to do something with them. Whether it’s organizing, sharing, or opening them, Windows makes it simple through quick actions and right-click menus.
When you right-click a file, a context menu appears, giving you several options to manage it. Across the top, you’ll often see familiar choices such as Cut, Copy, Rename, Share, and Delete. These let you move, duplicate, rename, or remove files in just a few clicks.
Depending on the software installed on your system, this menu may include extra options. For example, if you have WinZip or 7-Zip, you might see commands like “Add to Archive” or “Extract Here.” If you’ve installed a cloud service such as OneDrive or Google Drive, you might find “Share via OneDrive” or “Send to Cloud.”
Below are some key options for manipulating files:
Open:
The Open option launches your file in its default program — for instance, a .docx file opens in Microsoft Word, and a .jpg image opens in Photos. Sometimes you’ll also see Open with, which allows you to choose a different program for that one time. Want to preview a text file in Notepad instead of WordPad? “Open with” gives you that flexibility. And of course, the easiest way of all — simply double-click the file, and your operating system will take care of the rest!
Edit:
Opens the file in the default editor for that program. For example, if it’s a Word document, it will open in Microsoft Word—just like the Open command. However, for images or media files, the Edit option often launches a different program designed for modification rather than simple viewing. For instance, a picture might open in Photos when you view it, but choosing Edit could open it in Paint or another photo editor, allowing you to crop, adjust brightness, or add filters.
Move:
Takes the file from one folder and places it into another. The file’s content doesn’t change, only its location in the directory tree does. Interestingly, on the hard drive, the file itself doesn’t physically move — instead, its metadata is updated to associate the file with the new folder where you moved it.
Copy:
Copies the file to the clipboard — a temporary storage space in Windows. If you want to place the file elsewhere, you’ll need to paste it into the desired location. The original file remains unchanged, but when you paste it, the OS creates a new version of the file with the same name in the new location, effectively duplicating it on the hard drive. You can also copy a file using your keyboard:
Press Ctrl + C after selecting or highlighting the file. Then, navigate to the folder where you want to place it and press Ctrl + V to paste the copy.
Cut:
This works a lot like Copy, in that it places the file onto the clipboard — but with one key difference. When you paste the file elsewhere, the operating system moves it from its original location to the new one. The file’s content doesn’t change, only its location in the directory tree does. On the hard drive, the file doesn’t physically move; instead, its metadata is updated to associate it with the folder where you pasted it.
You can also cut a file (or multiple files) using your keyboard: Press Ctrl + X to cut, then navigate to your desired folder and press Ctrl + V to paste it.
Paste:
If you have something stored on the clipboard, the Paste command places its contents at the location where you execute the paste. When you cut and paste a file, it behaves just like the Move command — the file doesn’t physically move on the hard drive. Instead, the system updates its metadata to point to the new folder. To paste using your keyboard, press Ctrl + V in the destination folder.
Delete:
Removes the file from its current directory and moves it to the Recycle Bin (Windows) or Trash (macOS). This action doesn’t immediately erase the file from the hard drive — instead, it simply updates the metadata to mark the file as belonging to the Recycle Bin or Trash directory. To permanently remove the file and free up disk space, you’ll need to empty the Recycle Bin or Trash.
You can also delete a file quickly by selecting or highlighting it and pressing the Delete key on your keyboard.
Rename:
Changes a file’s metadata by giving it a new name. Functionally, this is somewhat similar to using “Save As”, since it helps you create a clearer or more descriptive name without altering the file’s contents. You cannot have more than one file with the same name in any given directory — each must be unique.
In Windows 11, the right-click menu has been streamlined compared to older versions, making it easier to find and use options like Rename.
💡Note: In the NTFS file system, you cannot modify file metadata (like renaming or moving a file) while the file is open. Other file systems, such as ext3 and ext4, do not have this restriction.
Shortcut :
One last way to open a file or program is by using a shortcut. A shortcut is a small file that points to the real location of a file, folder, or program — sometimes also called a pointer file.
You’ll often create shortcuts on your desktop to make it easier to access the files or applications you use most frequently. The shortcut itself doesn’t contain the actual data — it’s just a link. So, if you delete a shortcut, you won’t lose any data from the original file or program.
You can easily identify a shortcut by the small arrow that appears in the lower corner of its icon.
Exercise – Manipulating Files in Windows🧩
Follow these steps to practice how to move, copy, and delete files using File Explorer:
- Open File Explorer by pressing Windows + E.
- Navigate to the C: drive by selecting This PC on the left pane and then double-clicking C: in the right pane.
- If you still have your test folder from the previous exercise, open it. If not, create one.
- Create a new folder by right-clicking inside the right pane and choosing New → Folder.
- Name the new folder happy.
- Right-click the happy folder and choose Cut (✂️). Notice that the folder’s icon becomes slightly transparent—this indicates it’s ready to move.
- Right-click inside the test folder and choose Paste (📋).
- Alternatively, open the test folder and press Ctrl + V on your keyboard.
- You should now see the happy folder inside test.
- Double-click test to confirm that the happy folder is now in it.
- Right-click happy again and choose Copy.
- Navigate back to your Documents folder and paste happy there.
- You should now have two copies of the happy folder — one in test and one in Documents.
- Delete the happy folder by highlighting it, right-clicking, and choosing Delete. (Keep the test folder for now.)
💡 Try This Tip – Permanent Deletion Shortcut
When you delete a file normally, it first moves to the Recycle Bin, where it can still be restored. If you’re absolutely sure you no longer need a file and want to permanently delete it right away, use this shortcut: ➡️ Press Shift + Delete on your keyboard.
Windows will ask you to confirm before deleting the file. Once confirmed, the file is erased from your hard drive and cannot be recovered from the Recycle Bin.
📝 Use this carefully — there’s no undo for Shift + Delete!.
Exercise – Creating a Shortcut in Windows 🧩
Follow these steps to create and use a shortcut for quick access to a file or program:
- Right-click any open area on your desktop and choose New → Shortcut.
- In the window that appears, click Browse to locate the file or folder you want to create a shortcut for.
- Navigate to your test folder in the directory tree and select it. (It will be under This PC → Local Disk (C:))
- Highlight the text1.txt file and click OK, then click Next in the Create Shortcut window.
- Type a name for your shortcut (optional), then click Finish.
- A new shortcut to the text1.txt file will appear on your desktop.
- Notice the small arrow in the lower-left corner of its icon — that’s how Windows identifies it as a shortcut.
- Double-click the shortcut to open the file and test it.
- (Optional) Delete the shortcut if you wish. Remember, deleting a shortcut does not delete the original file.
💡 Try This Tip – Pinning Shortcuts for Quick Access
If you use a program or file frequently, you can keep it just a click away! After creating a shortcut:
- Right-click the shortcut and choose Pin to Start to add it to your Start menu.
- Or select Pin to taskbar to have it appear along the bottom of your screen for even faster access.
📎 This is especially handy for applications or folders you open every day, like Documents, Downloads, or your favorite browser!
Wrapping Up 🏁
Manipulating files and creating shortcuts are everyday tasks that make working with your computer faster and more organized. Whether you’re moving, copying, or linking files for easy access, understanding how these actions work behind the scenes helps you use your operating system more confidently. With a few clicks — or keyboard shortcuts — you can manage your files efficiently and keep your desktop clutter-free.
This article is part of the Operating Systems Series — where we explore how OS power and shape the world of computing. If you’d like to know what operating systems are and why they matter, check out the main article: 👉 — Operating Systems: The Hidden Power