1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Add Unlocker instructions

Leonardo Taglialegne 2018-04-13 14:22:07 +02:00
parent 10c983956f
commit c6bba333de

@ -14,6 +14,14 @@ If you see something like that
Open `cmd.exe`, `cd C:\Windows\Fonts` and then `del` every file that looks like `FiraCode-Regular_**.ttf`. NB these files are invisible if you open `Fonts` in Explorer
If the files are locked you can use [Unlocker](http://www.emptyloop.com/unlocker/). In details you should:
* Install unlocker
* Open `cmd.exe` as admin (press the Windows key, type `cmd` and right click on the result to run it as admin)
* `subst q: c:\windows\fonts`, replace `q` with any other letter if you already have an unit with that name
* Open unlocker from the start menu, `Start Unlocker`
* Select any file named `FiraCode-Regular_**.ttf` from the `q` unit, select `Delete` and press `Unlock all` (you could also try simply closing the applications if you can)
* type `subst /D q:` inside the command prompt to remove the new unit
Issue: https://youtrack.jetbrains.com/issue/IDEA-159901
### Prior to 2016.2