Functions for management Windows Registry: chntpw need '-e' option for edit registry (in ogLive bionic-5.0.0)

remotes/github/pjlink
Irina Gomez 2019-07-31 12:05:04 +02:00
parent 71b93c5dca
commit aa2d6007b9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function chntpw ()
local CHNTPW
CHNTPW=$(which drbl-chntpw)
CHNTPW=${CHNTPW:-$(which chntpw)}
timeout --foreground 5s $CHNTPW "$@"
timeout --foreground 5s $CHNTPW -e "$@"
}