Monthly Archives: April 2025

How to add a symbolic link with Powershell

I tried to add a symbolic link with Git Bash but it didn’t work. It basically just copied the files into a new folder. Then I found this Powershell command:

Posted in Uncategorized | Leave a comment

How to update powershell execution policy

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Posted in Uncategorized | Leave a comment