Horje
mklink powershell Code Example
mklink powershell
# In elevated powershell
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target"
Source: winaero.com
powershell create symlink
new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>




Shell

Related
install react select Code Example install react select Code Example
conda uninstall tensorflow Code Example conda uninstall tensorflow Code Example
install godot ubuntu Code Example install godot ubuntu Code Example
git commit change message after push Code Example git commit change message after push Code Example
zsh: corrupt history file /home/.zsh_history Code Example zsh: corrupt history file /home/.zsh_history Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13