How to COMPLETELY uninstall Visual Studio Code from Windows 10
up vote
0
down vote
favorite
Seriously, its hyper frustrating that after 35 years making software, Microsoft doesn't knows yet how to uninstall a program
I'm trying to uninstall Visual Studio Code, yes, this question is similar to https://stackoverflow.com/questions/47689536/uninstall-visual-studio-code-in-windows but answers are partial and incorrect.
I have done, uninstall using the control panel. Then uninstall everything in %appdata%code, then deleting %USERPROFILE%.vs... (it's different path if you use visual studio code or visual studio code insiders)
No matter what, after I install the program again, it will show my environment just as it was before doing all this.
So, how do you uninstall completely, to do a fresh VS Code installation without installing Windows 10 from scratch?
windows windows-10 uninstall visual-studio-code
add a comment |
up vote
0
down vote
favorite
Seriously, its hyper frustrating that after 35 years making software, Microsoft doesn't knows yet how to uninstall a program
I'm trying to uninstall Visual Studio Code, yes, this question is similar to https://stackoverflow.com/questions/47689536/uninstall-visual-studio-code-in-windows but answers are partial and incorrect.
I have done, uninstall using the control panel. Then uninstall everything in %appdata%code, then deleting %USERPROFILE%.vs... (it's different path if you use visual studio code or visual studio code insiders)
No matter what, after I install the program again, it will show my environment just as it was before doing all this.
So, how do you uninstall completely, to do a fresh VS Code installation without installing Windows 10 from scratch?
windows windows-10 uninstall visual-studio-code
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Seriously, its hyper frustrating that after 35 years making software, Microsoft doesn't knows yet how to uninstall a program
I'm trying to uninstall Visual Studio Code, yes, this question is similar to https://stackoverflow.com/questions/47689536/uninstall-visual-studio-code-in-windows but answers are partial and incorrect.
I have done, uninstall using the control panel. Then uninstall everything in %appdata%code, then deleting %USERPROFILE%.vs... (it's different path if you use visual studio code or visual studio code insiders)
No matter what, after I install the program again, it will show my environment just as it was before doing all this.
So, how do you uninstall completely, to do a fresh VS Code installation without installing Windows 10 from scratch?
windows windows-10 uninstall visual-studio-code
Seriously, its hyper frustrating that after 35 years making software, Microsoft doesn't knows yet how to uninstall a program
I'm trying to uninstall Visual Studio Code, yes, this question is similar to https://stackoverflow.com/questions/47689536/uninstall-visual-studio-code-in-windows but answers are partial and incorrect.
I have done, uninstall using the control panel. Then uninstall everything in %appdata%code, then deleting %USERPROFILE%.vs... (it's different path if you use visual studio code or visual studio code insiders)
No matter what, after I install the program again, it will show my environment just as it was before doing all this.
So, how do you uninstall completely, to do a fresh VS Code installation without installing Windows 10 from scratch?
windows windows-10 uninstall visual-studio-code
windows windows-10 uninstall visual-studio-code
asked Dec 2 at 16:21
luisfer
150115
150115
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39
add a comment |
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Here are the default paths where Visual Studio Code Insider saves files:
- Installation path:
"%LocalAppData%ProgramsMicrosoft VS Code Insiders"
- User settings and preferences:
"%UserProfile%.vscode-insiders"
"%AppData%Code - Insiders"
"%AppData%Visual Studio Code - Insiders"
- Shortcut folder:
"%AppData%MicrosoftWindowsStart MenuProgramsVisual Studio Code - Insiders"
These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:
- 32 bit stable: https://vscode-update.azurewebsites.net/latest/win32-archive/stable
- 32 bit insider: https://vscode-update.azurewebsites.net/latest/win32-archive/insider
- 64 bit stable: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/stable
- 64 bit insider: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/insider
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380208%2fhow-to-completely-uninstall-visual-studio-code-from-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Here are the default paths where Visual Studio Code Insider saves files:
- Installation path:
"%LocalAppData%ProgramsMicrosoft VS Code Insiders"
- User settings and preferences:
"%UserProfile%.vscode-insiders"
"%AppData%Code - Insiders"
"%AppData%Visual Studio Code - Insiders"
- Shortcut folder:
"%AppData%MicrosoftWindowsStart MenuProgramsVisual Studio Code - Insiders"
These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:
- 32 bit stable: https://vscode-update.azurewebsites.net/latest/win32-archive/stable
- 32 bit insider: https://vscode-update.azurewebsites.net/latest/win32-archive/insider
- 64 bit stable: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/stable
- 64 bit insider: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/insider
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
add a comment |
up vote
1
down vote
accepted
Here are the default paths where Visual Studio Code Insider saves files:
- Installation path:
"%LocalAppData%ProgramsMicrosoft VS Code Insiders"
- User settings and preferences:
"%UserProfile%.vscode-insiders"
"%AppData%Code - Insiders"
"%AppData%Visual Studio Code - Insiders"
- Shortcut folder:
"%AppData%MicrosoftWindowsStart MenuProgramsVisual Studio Code - Insiders"
These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:
- 32 bit stable: https://vscode-update.azurewebsites.net/latest/win32-archive/stable
- 32 bit insider: https://vscode-update.azurewebsites.net/latest/win32-archive/insider
- 64 bit stable: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/stable
- 64 bit insider: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/insider
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Here are the default paths where Visual Studio Code Insider saves files:
- Installation path:
"%LocalAppData%ProgramsMicrosoft VS Code Insiders"
- User settings and preferences:
"%UserProfile%.vscode-insiders"
"%AppData%Code - Insiders"
"%AppData%Visual Studio Code - Insiders"
- Shortcut folder:
"%AppData%MicrosoftWindowsStart MenuProgramsVisual Studio Code - Insiders"
These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:
- 32 bit stable: https://vscode-update.azurewebsites.net/latest/win32-archive/stable
- 32 bit insider: https://vscode-update.azurewebsites.net/latest/win32-archive/insider
- 64 bit stable: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/stable
- 64 bit insider: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/insider
Here are the default paths where Visual Studio Code Insider saves files:
- Installation path:
"%LocalAppData%ProgramsMicrosoft VS Code Insiders"
- User settings and preferences:
"%UserProfile%.vscode-insiders"
"%AppData%Code - Insiders"
"%AppData%Visual Studio Code - Insiders"
- Shortcut folder:
"%AppData%MicrosoftWindowsStart MenuProgramsVisual Studio Code - Insiders"
These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:
- 32 bit stable: https://vscode-update.azurewebsites.net/latest/win32-archive/stable
- 32 bit insider: https://vscode-update.azurewebsites.net/latest/win32-archive/insider
- 64 bit stable: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/stable
- 64 bit insider: https://vscode-update.azurewebsites.net/latest/win32-x64-archive/insider
answered Dec 2 at 19:36
Biswapriyo
2,56231140
2,56231140
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
add a comment |
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
I didn't noticed there's a portable edition. I think I'll use it and "sync" all the settings using dropbox, thanks a lot!
– luisfer
Dec 3 at 18:31
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
@luisfer Try this for portable mode: code.visualstudio.com/docs/editor/portable
– Biswapriyo
Dec 3 at 19:04
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380208%2fhow-to-completely-uninstall-visual-studio-code-from-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The one I'm trying to install is Insiders. HKU/Software/Microsoft/...? I don't see it. Why can't control panel uninstall just... uninstalls?
– luisfer
Dec 2 at 16:39