I was finding that if any way to remove the installed windows program in ubuntu. then i found a forum here http://wiki.winehq.org/FAQ#uninstall_app. then i type in terminal
cd $HOME
rm -rf .wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/????_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
then I saw all my files in C (desktop,Downloads, documents around 30 GB) is missing.
Please help to get my missing files.