https://stackoverflow.com/questions/44377651/python-symlink-in-windows-10-creators-update 通常はできない。 ```console > os.symlink(key, latest, True) E OSError: [WinError 1314] クライアントは要求された特権を保有していません。: 'dummy hash' -> 'tmpdir/latest' ``` 開発者モードをオンにすればいける。 ![[Pasted image 20210513124950.png]] 開発者用モードをONにする。 ![[Pasted image 20210513125010.png]] ダイアログで警告が出るので『はい』。