Last updated: Apr 6, 2024
Reading time·2 min
There are 2 common ways to solve the VS Code unins000.exe Access is denied error:
C:\Users\Borislav\AppData\Local\Programs\Microsoft VS Code\unins000.exe An error occurred while trying to create a file in the destination directory: Access is denied.
The error occurs for 2 main reasons:
The error message should contain the path to your VS Code installation.
The path might be something similar to:
C:\Program Files\Microsoft VS Code
C:\Users\Borislav\AppData\Local\Programs\Microsoft VS Code
Either way, open the directory that contains the Microsoft VS Code
folder
and right-click on the folder.
Select Properties.
An alternative approach to solving the error is to run VS Code as an administrator.
Open the Microsoft VS Code folder (the folder that contains your Code.exe
file).
Right-click on the Code.exe
file and select Properties.
Alternatively, you can:
You can learn more about the related topics by checking out the following tutorials: