Below, Tipsmake will list the most dangerous commands on Windows, Linux, and Mac operating systems (macOS). These commands have a high "damage" so you should consider before using them and absolutely do not use them for destructive purposes.

List of dangerous commands on Windows

  1. '@ echo off delete %systemdrive%*. * / F / s' : This is the command used to restore the old blue screen of death (BSOD) of Windows. For this to work, the commands must be stored in a text file with the .BAT extension line by line as follows:
@echo off del %systemdrive%*.*/f/s
  1. 'rd / s / q / C:' : This is the sentence used to delete all data in the specified drive, in this case drive "C:"
  2. Delete Registry Editor : To delete Registry Editor you need to create a .BAT file with the following lines:
@ECHO OFF START reg delete HKC/.EXE START reg delete HKCR.dll START reg delete HKCR/*
  1. "del c:windowssystem32*.*/q" : This is the command to delete the system32 directory. Surely you understand how important the system32 folder is to Windows. If you delete this folder your Windows will no longer be able to access it.
  2. Causes Windows to crash permanently :
@echo off attrib -r -s -h c:autoexec.bat del c:autoexec.bat attrib -r -s -h c:boot.ini del c:boot.ini attrib -r -s -h c:ntldr del c:ntldr attrib -r -s -h c:windowswin.ini del c:windowswin.ini

Extremely dangerous commands on Windows, Linux, Mac, don't try even once Picture 1

Dangerous Commands on Linux and Mac

  1. 'mkfs.ext4 /dev /sda' : This command is used to format a drive with the EXT4 file system
  2. "rm -RF /" : This is one of the most dangerous commands because it causes your computer to erase all information
  3. 'mv / / dev / null ': This command transfers all system data to a virtual device that does not exist. Therefore, data will be completely lost
  4. ': () {: |: &} ;:' : This command creates an infinite function that calls itself multiple times causing an overflow that forces the user to restart the device
  5. 'shred /dev/sda' : This command not only erases the data, but also destroys the information by overwriting it dozens of times to make the data unrecoverable

Above is a list of extremely dangerous commands on Windows, Linux and Mac. You should not try these commands even once. TipsMake.com will not be responsible if your computer has problems!

3.9 ★ | 17 Vote | 👨 6086 Views

Above is an article about: "Extremely dangerous commands on Windows, Linux, Mac, don't try even once". Hope this article is useful to you. Don't forget to rate the article, like and share this article with your friends and relatives. Good luck!

« PREV POST
NEXT POST »