Win10 anniversary update bash title

Hi,

So Win10 & Bash. Working fine however I can't change the window title text. Standard "User@Host: Folder".
Try to change the .bashrc not work :(

Did not try ssh yet maybe overwrite the title?

Anyone have the same problem or only I'm crazy?

Fount it :)

case "$TERM" in
xterm*|rxvt*)
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}bash: \w\a\]$PS1"
    ;;
*)
    ;;
esac

I've installed my Dotfiles, works like a charm!