[PYTHON] A tool for creating symbolic links on Windows

Overview

I often had the opportunity to create symlinks in a windows environment, so I made my own tool to create symbolic links from the right-click menu.

environment

github repository

https://github.com/nakashimn/win_symlink

Preparation

Git clone the tool

  1. git clone the above github repository

Group policy settings

  1. Open "Create Symbolic Link" in the figure below from "Group Policy Settings".
  2. Add a user

group_policy.png

(Reference) https://qiita.com/masinc000/items/512d0a46f53be4180852

Added a tool to "Send" in the right-click menu

  1. In Explorer, specify shell: sendto to open the "Send" directory.

shell_sendto.png

  1. Create a shortcut for src / dist / winsymlink.exe in the git clone directory in the above directory

How to use

  1. Right-click on the file or directory where you want to create a symbolic link
  2. Select symlink from the "Send" menu

menu_symlink.png

  1. A symbolic link is created in the same directory with the name ** _symlink *

Recommended Posts

A tool for creating symbolic links on Windows
Creating a python virtual environment on Windows
Memo for creating a text formatting tool
Creating a scraping tool
Build a Python extension for E-Cell 4 on Windows 7 (64bit)
A memo of installing Chainer 1.5 for GPU on Windows
Procedure for building a CDK environment on Windows (Python)
Procedure for creating a Line Bot on AWS Lambda
F2py on Miniconda for Windows
Dockerfile for creating a data science environment based on pip3
Step by Step for creating a Dockerfile
Create a Linux environment on Windows 10
[Python] Creating a scraping tool Memo
pykintone on Windows Subsystem for Linux
Create a Python environment for professionals in VS Code on Windows
Notes for using OpenCV on Windows10 Python 3.8.3.
Things to watch out for when creating a Python environment on a Mac
Programming environment for beginners made on Windows
[Note] Procedures for installing Ubuntu on Windows 10
Commands for creating a new django project
A tool for easily entering Python code
I built a TensorFlow environment on windows10
A python script for Mac that zips without garbled characters on Windows
Create a Linux virtual machine on Windows
Creating a cholera map for John Snow
Run matplotlib on a Windows Docker container
Rock-paper-scissors with Python Let's run on a Windows local server for beginners
Creating a development environment for machine learning
Building an environment for "Tello_Video" on Windows
I made a useful tool for Digital Ocean
Make a bot for Skype on EC2 (CentOS)
Open a ZIP created on Windows in Linux
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Simply build a Python 3 execution environment on Windows
Created a header-only library management tool for C / C ++
Procedure for creating a LineBot made with Python
Run yolov4 "for the time being" on windows
A memorandum for touching python Flask on heroku
Commands for creating a python3 environment with virtualenv
How to live a decent life on 2017 Windows
Build a Kubernetes environment for development on Ubuntu
Procedure for creating a Python quarantine environment (venv environment)
Notes for using TensorFlow on Bash on Ubuntu on Windows
A memo for creating a python environment by a beginner
Installing TensorFlow on Windows Easy for Python beginners
Create a Python virtual development environment on Windows
Steps to build PyTorch 1.5 for CUDA 10.2 on Windows
Python on Windows
Install procs, an alternative tool for ps, on Linux (also available on Mac and Windows)
About symbolic links
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
I made a user management tool for Let's Chat
Looking back on creating a web service with Django 1
Build a local development environment for Laravel6.X on Mac
Create a QR code for the URL on Linux
I made a cleaning tool for Google Container Registry
Notes on creating a python development environment on macOS Catalina
[Heroku] Memo for deploying Python apps using Heroku on Windows [Python]
Until drawing a 3D graph in Python on windows10
Create a comfortable Python 3 (Anaconda) development environment on windows
Preparation for processing pbm images on a pixel-by-pixel basis