diff --git a/src/Composer/Command/SelfUpdateCommand.php b/src/Composer/Command/SelfUpdateCommand.php
index 68f3c2c0b..c2316a075 100644
--- a/src/Composer/Command/SelfUpdateCommand.php
+++ b/src/Composer/Command/SelfUpdateCommand.php
@@ -600,7 +600,7 @@ TAGSPUBKEY
$helpMessage = 'Please run the self-update command as an Administrator.';
$question = 'Complete this operation with Administrator privileges [Y,n]? ';
- if (!$io->askConfirmation($question, false)) {
+ if (!$io->askConfirmation($question, true)) {
$io->writeError('Operation cancelled. '.$helpMessage.'');
return false;