Skip to content

Instantly share code, notes, and snippets.

@NazmusShakib
Last active April 13, 2023 06:33
Show Gist options
  • Save NazmusShakib/c6ded470ce289a8e4f12765bafa22bb5 to your computer and use it in GitHub Desktop.
Save NazmusShakib/c6ded470ce289a8e4f12765bafa22bb5 to your computer and use it in GitHub Desktop.
Window in focus doesn't minimize when I click on its icon in the taskbar (Windows 10)??
# Window in focus doesn't minimize when I click on its icon in the taskbar (Windows 10)??
# This is likely a temporary bug. Try to gracefully restart Explorer.exe to solve the problem without a reboot.
# Paste each line below, one at a time, followed by enter
taskkill /f /IM explorer.exe
explorer.exe
exit
# enable conda command in git-bash
- Create a file if not exists named .bash_profile in C:\Users\SHUVO directory
- Paste this line in it: . C:/ProgramData/Anaconda3/etc/profile.d/conda.sh
- Restart the terminal.
- To active env type and hit enter: conda activate
- Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment