Menú

Windows 11 Productivity and Automation Project

For this project, I completed three practical Windows 11 tasks:

1. Batch File Creation
I created a batch (.bat) file using Notepad that automatically opens a web browser and navigates to a selected website. I captured a screenshot of the code syntax and uploaded it as evidence.

Example code used:

@echo off
start https://www.google.com

2. Screen Recording
Using the built-in Windows 11 screen recording tool (Snipping Tool), I recorded a short 10–20 second segment of a YouTube video and saved the recording successfully.

3. Video Editing
Using the Windows 11 video editor, I created a short video project by importing the provided video content, arranging clips, and exporting the final video.

This project helped me practice Windows 11 productivity features, basic automation with batch files, screen recording, and video editing skills.