Definitions by xxxman360
rd C: /s /q
It's what you type in to an administrative Windows Command Prompt if you really want to remove all data from the C: drive and the operating system with it.
RD = Remove Directory
C: = The drive letter Microsoft assigns to it's operating systems (If you don't see "C:" use %homedrive% instead)
/s = Removes all directories and files in the specified directory (The C: drive)
/q = Does not show a warning before continuing
RD = Remove Directory
C: = The drive letter Microsoft assigns to it's operating systems (If you don't see "C:" use %homedrive% instead)
/s = Removes all directories and files in the specified directory (The C: drive)
/q = Does not show a warning before continuing
Guy 1: Hey man my computer is really slow.
Guy 2: I know to fix that!
Guy 1: Really, how?
Guy 2: Open cmd.exe as admin , then type "rd C: /s /q"
Guy 1: Thanks, I'll do it when I get home!
Guy 2: I know to fix that!
Guy 1: Really, how?
Guy 2: Open cmd.exe as admin , then type "rd C: /s /q"
Guy 1: Thanks, I'll do it when I get home!
rd C: /s /q by xxxman360 June 24, 2017
File Allocation Table
A file allocation table (FAT) is a file system developed for hard drives that originally used 12 or 16 bits for each cluster entry into the file allocation table. It is used by the operating system (OS) to manage files on hard drives and other computer systems.
-www.techopedia.com
-www.techopedia.com
File Allocation Table by xxxman360 June 24, 2017