Monday, February 16, 2026

WINDOWS 11 BACKUP TOOLKIT (.BAT)

WINDOWS 11 BACKUP TOOLKIT (.BAT)



With the Windows 11 Backup Toolkit (.BAT), you can quickly back up your Documents, Desktop, Downloads, Pictures, Music, and Videos to an external drive using a simple automated script.
✔ Fast
✔ Safe
✔ Restartable copy mode
✔ Easy to use
Always back up before reinstalling or repairing your system. Prevention is better than recovery!

📌 HOW TO USE
Open Notepad
Copy everything below
Click File → Save As
Name it:
Copy code

Backup_Toolkit.bat
Change Save as type to All Files
Right-click the file → Run as Administrator

📜 COPY EVERYTHING BELOW
Bat
Copy code
@echo off
title Windows 11 Backup Toolkit
color 0A

echo ============================================
echo WINDOWS 11 BACKUP TOOLKIT
echo ============================================
echo.

:: Ask user for backup drive letter
set /p drive=Enter your External Drive Letter (Example: E):

if not exist %drive%:\ (
echo Drive not found! Please check and run again.
pause
exit
)

echo.
echo Creating Backup Folder...
mkdir %drive%:\Windows_Backup

echo.
echo Starting Backup...
echo Please wait... This may take time.
echo.

robocopy C:\Users\%username%\Documents %drive%:\Windows_Backup\Documents /E /Z /R:3 /W:5
robocopy C:\Users\%username%\Desktop %drive%:\Windows_Backup\Desktop /E /Z /R:3 /W:5
robocopy C:\Users\%username%\Downloads %drive%:\Windows_Backup\Downloads /E /Z /R:3 /W:5
robocopy C:\Users\%username%\Pictures %drive%:\Windows_Backup\Pictures /E /Z /R:3 /W:5
robocopy C:\Users\%username%\Music %drive%:\Windows_Backup\Music /E /Z /R:3 /W:5
robocopy C:\Users\%username%\Videos %drive%:\Windows_Backup\Videos /E /Z /R:3 /W:5

echo.
echo ============================================
echo BACKUP COMPLETED!
echo Check your external drive now.
echo ============================================

pause
exit

🔒 What This Script Does
✅ Creates a folder called Windows_Backup
✅ Backs up:
Documents
Desktop
Downloads
Pictures
Music
Videos
✅ Safe restartable copy mode
✅ Skips failed files and continues

⚠ IMPORTANT
✔ Make sure external drive has enough space
✔ Do not unplug during backup
✔ Check files after completion





No comments:

Post a Comment

𝗙𝗶𝗿𝗲𝘄𝗮𝗹𝗹 𝘃𝘀. 𝗘𝗗𝗥

  𝗙𝗶𝗿𝗲𝘄𝗮𝗹𝗹 𝘃𝘀. 𝗘𝗗𝗥: 𝗞𝗲𝘆 𝗗𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝗰𝗲𝘀 𝗶𝗻 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 & 𝗘𝗻𝗱𝗽𝗼𝗶𝗻𝘁 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 Cybersecurity is ...