참조: https://superuser.com/questions/1307360/how-do-you-create-a-new-symlink-in-windows-10-using-powershell-not-mklink-exe
예시
New-Item -ItemType SymbolicLink -Target "원본파일/디렉토리" -Path "심볼릭이름"
예시
New-Item -ItemType SymbolicLink -Target "G:\내 드라이브\Happy" -Path "D:\Happy"
댓글
댓글 쓰기