Uninstall PhpStorm on Windows
NickName:ClintonGallagher Ask DateTime:2017-02-11T11:52:08

Uninstall PhpStorm on Windows

I read the comments here about uninstalling PhpStorm on Ubuntu and it implies uninstalling PhpStorm is actually a deleting process.

I installed the JetBrains ToolKit and accidentally installed PhpStorm which gets installed into an AppData path and I don't want it there. PhpStorm is not in Programs and Features to uninstall. The ToolKit was there and it uninstalled as expected.

I observed the downloaded instance PhpStorm-2016.3.2.exe will install to Program Files as expected.

There is no PhpStorm entry in the registry. Again, this implies a portable install that can be installed and deleted on demand which also implies I can copy and paste to a new location.

Is this correct or is there some other way I must learn to uninstall the instance installed in the AppData path so I can reinstall using the PhpStorm-2016.3.2.exe download or can I copy and paste to a new location?

Copyright Notice:Content Author:「ClintonGallagher」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42172019/uninstall-phpstorm-on-windows

More about “Uninstall PhpStorm on Windows” related questions

Uninstall PhpStorm on Windows

I read the comments here about uninstalling PhpStorm on Ubuntu and it implies uninstalling PhpStorm is actually a deleting process. I installed the JetBrains ToolKit and accidentally installed Ph...

Show Detail

How to upgrade PhpStorm 7 to PhpStorm 8 on Windows 7

Is there are a way to upgrade PhpStorm 7 to PhpStorm 8 on Windows 7 while keeping current settings ? or do we have to uninstall 7 and install 8 after exporting settings ?

Show Detail

Uninstall phpstorm 7.1 on ubuntu to install phpstorm 8

title says it all i want to uninstall phpstorm so i can upgrade but i cant figure out how. I have tired doing sudo apt-get remove phpstorm and also with the version number but it doesn't work. I h...

Show Detail

PhpStorm and Github for Windows

PhpStorm integration with Git asks me for git.exe path, however "github for windows" seems like it doesn't create any git.exe file. So is it a way to config phpstorm so it use "github for windows" ...

Show Detail

Make mergetool PhpStorm on Windows 10

How do I make PhpStorm my Git mergetool on Windows 10? git config --global merge.tool phpstorm git config --global mergetool.phpstorm.cmd 'phpstorm.exe \"$BASE\" \"$LOCAL\" \&qu...

Show Detail

PhpStorm high CPU usage on switching windows

I am having a lot of issues with PhpStorm when moving quickly between windows (either PhpStorm windows or other widows like Chrome or other applications), it starts to use the CPU very aggressively...

Show Detail

PhpStorm memory usage on Windows 10

I'm using PhpStorm installed on Windows 10 operating system. When I open PhpStorm, in task manager I can find out that memory usage of PhpStorm is about 400MB, but it gradually increasing up to 90...

Show Detail

How to uninstall Jenkins on Windows?

A similar question was asked for Macs: How to uninstall Jenkins? How do I do the same on Windows (specifically if I used the Jenkins Windows Installer to install Jenkins)? My proposed uninstall p...

Show Detail

PhpStorm saving with Linux line ending on Windows

Environment: Windows + PhpStorm Issue: PhpStorm saves file with Windows line endings - and for shell script it's issue so there is need to always convert after copying to server. Question: Is pos...

Show Detail

Xdebug with Docker on Windows and PhpStorm

I run a Docker image with Symfony and API-platform. My docker image is running on Windows with Traefik. When I start Xdebug (In PhpStorm and Chrome), it stops in the public/index.php if I put a

Show Detail