Functions for management Windows Registry: chntpw need '-e' option for edit registry (in ogLive bionic-5.0.0)
parent
71b93c5dca
commit
aa2d6007b9
|
@ -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 "$@"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue