Force uninstall of Visual Studio

I was running in to the same issue, but have just managed a full uninstall by means of trusty old CMD: D:\vs_ultimate.exe /uninstall /force Where D: is the location of your installation media (mounted iso, etc). You could also pass /passive (no user input required – just progress displayed) or /quiet to the above command … Read more

How to completely uninstall Visual Studio 2010?

Update April 2016 – for VS2013+ Microsoft started to address the issue in late 2015 by releasing VisualStudioUninstaller. They abandoned the solution for a while; however work has begun again again as of April 2016. There has finally been an official release for this uninstaller in April 2016 which is described as being “designed to … Read more

How to completely remove Python from a Windows machine?

Here’s the steps (my non-computer-savvy girlfriend had to figure this one out for me, but unlike all the far more complicated processes one can find online, this one works) Open Control Panel Click “Uninstall a Program” Scroll down to Python and click uninstall for each version you don’t want anymore. This works on Windows 7 … Read more

How to completely uninstall VS Code on mac?

Here are all the places where VSCode stores stuff on Mac OS X, besides the Visual Studio Code.app itself, which is in your Applications folder: rm -fr ~/Library/Preferences/com.microsoft.VSCode.helper.plist rm -fr ~/Library/Preferences/com.microsoft.VSCode.plist rm -fr ~/Library/Caches/com.microsoft.VSCode rm -fr ~/Library/Caches/com.microsoft.VSCode.ShipIt/ rm -fr ~/Library/Application\ Support/Code/ rm -fr ~/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/ rm -fr ~/.vscode/ Update (Feb 2020): There are potentially … Read more

install / uninstall APKs programmatically (PackageManager vs Intents)

Android P+ requires this permission in AndroidManifest.xml <uses-permission android:name=”android.permission.REQUEST_DELETE_PACKAGES” /> Then: Intent intent = new Intent(Intent.ACTION_DELETE); intent.setData(Uri.parse(“package:com.example.mypackage”)); startActivity(intent); to uninstall. Seems easier…

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)