Last active
April 13, 2023 06:33
-
-
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)??
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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