What Windows registry value would be set to automatically bypass the recycle bin when deleting files?

A) NukeOnDelete
B) BinEraser
C) BinDelete
D) AutoDelete


Answer is A) NukeOnDelete (This registry tweak disables the use of the Windows Recycle Bin - when deleting files, they are permanently deleted instead of being removed to the Recycle Bin.)

HiveHKEY_LOCAL_MACHINE 
SubKeySoftware \ Microsoft \ Windows \ CurrentVersion \ Explorer \ BitBucket
NameNukeOnDelete
TypeREG_DWORD
Value1

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. If a program uses multiple classes from the same package, these classes can access each other's package access members directly through references to objects of the appropriate classes, or in the case of static members, through the class name. b. Package access is rarely used. c. Classes in the same source file are part of the same package. d. Use the access modifier package to give a method or variable package access.

Computer Science & Information Technology

Match the following key assignments to their macro syntax

I. Press Ctrl and type r II. Press Shift + F3 III. Press Insert IV. Press Delete V. Press Ctrl + F2 A. +{F3} B. ^r C. ^{F2} D. {DEL} E. {INS}

Computer Science & Information Technology

The F2 and F3 special function keys

A) Are used to access the BIOS B) Are used to unlock the screen C) Are used for a specific task such as turn something on or off D) Increase and decrease system power to the motherboard

Computer Science & Information Technology

Which of the following is a file attribute containing a value that's used to categorize the data in a file or an aspect of the file, such as its location or creation time?

a. File extension b. Catalog property c. Classification property d. File policy

Computer Science & Information Technology