Unable to uninstall VMWare Work Station on Windows 8.1 - vmware

I am facing an issue. When I try to uninstall VMWare,the following message is shown.
The MSI failed message. Even though I search in google and I didn't find a way to solve.
VMWare version was

Have you tried uninstalling it using elevated rights?
Try this:
Right click on your start button and select "Command Prompt (Admin)".
In the command prompt, type "control appwiz.cpl".
The old style uninstall screen should open, so you can select "VMWare Player" from the list, then at the top, select "Change"
In the pop up window, choose "Uninstall"

Related

The processor does not support XSAVE. This virtual machine cannot be powered on

I am getting the below error while installing xenserver on vmware, how to solve this problem?
enter image description here
I have following configs:
enter image description here
enter image description here
You need to disable Hyper-V which is incompatible with Workstation Pro or Workstation Player.
Go to Control Panel -> Program and Features -> Turn Windows features on or off.
Un-check Hyper-v and click "Ok"
Execute:
bcdedit /set hypervisorlaunchtype off
In an administrator cmd window
Then restart.

How to solve 'VT-x is not available (VERR_VMX_NO_VMX)' error on Virtual box?

I installed Oracle VirtualBox v5.2.18 on my Windows 10 1803 and ran Ubuntu 18.04 on it, but it gave me this message: "VT-x is not available" (see image below):
VT-x is available on the CPU I'm using and is enabled in BIOS, also I've turned off Hyper-V using task manager.
What should I do next?
Thanks in advance
I had the same issue with Virtual Box. After trying to solve the problem for a while I decided to try VMWare Player. This also gave me an error, something with Device Guard being enabled. Then after some searching I came across this video: https://www.youtube.com/watch?v=VIBdY-5zr58
In short my problem was solved after entering the commands below in a administrator command prompt:
bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader
Then copy paste the rest below and press enter
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"
bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
bcdedit /set hypervisorlaunchtype off
Now, Restart your system
Both VMWare and Virtual box started working after the reboot on my machine.
Try this:
Uncheck Hyper-V via Control Panel/ Windows features on or off (reboot maschine)
Switch off Memory Integrity in Windows Defender Security Center / Equipment Safety (? translated by myself...)
I had the same issue and got it fixed by disabling Containers and Hyper-V features from Windows Features dialog
Windows Features Dialog
If you have uninstalled hyperv and ensured SVM, vt-x or whatever virtualization is available in your bios, then try this:
Run these commands in an elevated cmd prompt, then reboot
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
bcdedit /set hypervisorlaunchtype off
FTR I do not recommend disabling windows defender integrity features.

Continous Python console pop up after installing Pycharm 4.0.1

I recently updated to Pycharm 4 and all of a sudden, am gettin these crazy console pop ups whenever I launch Pycharm,run an app,or even press any button that fires any sort of event in the editor.
I have unchecked the Use IPython if available option in both the settings and in the default settings menus, restarted Pycharm with no luck. How do i solve this problem? Can i uninstall IPython?

Wamp server error. could not execute run action

I am trying to start wamp serve which was totally running fine on my laptop two weeks ago, but now after two weeks I suddenly get this error:
could not execute menu item(internal error)[exception] could not execute run action: the directory name is invalid
When I click on wamp, then I go to apache, then I select service then test port 80 and this is what I see:
when I write localhost, it goes there but when I click on Localhost and phpMyAdmin, i get this error:
please tel me how I can fix this . thanks
WAMP is trying to open your browser, but the directory in the settings is not correct. It could be that your browser is now located somewhere else. To fix this:
Edit the file wampmanager.conf inside your wamp direcotry.
Replace the full file path under the [main] section for the navigator parameter
Save the file
Right-click on the wamp icon and select refresh
Try it now
Good luck!
The paths are incorrect in multiple ini files and the wampmanager conf file. Here are the ones I changed since my installed moved from g drive to e drive. I had to change all instances of g:/ to e:/ as well as my chrome.exe location
wampmanager.conf:
in the [main] section update the path of chrome.exe or ensure it is correct.
wampmanager.ini:
change all instances of g:/ to e:/ (or whatever your install drive letter is)
php.ini (under /wamp/bin/php/php5.5.12/)
again, change all instances of g:/ to e:/ (change to your install letter)
Wampmanager started correctly once these changes were made.
I had a similar problem, and to get my WAMP server working again on my laptop I ran the executables for Apache and MySql independant of the WAMP system tray icon.
In Windows Explorer, I ran (elevated):
{wamp folder in my case C:\wamp}bin\apache\apache2.2.22\bin\ApacheManager.exe
This put the apache manager system tray icon in.
then I used the apache system tray icon to start apache server
Then I ran (elevated):
{C:\wamp}bin\mysql\mysql5.5.24\bin\mysqld.exe
This allowed me to use localhost\phpmyadmin, which to me demonstrates the php, mysql and apache are all working.
My web app was also back and running.
The age of my MySql version and apache version show how long this had been stable for.
I initially thought the problem may have been caused by a google chrome upgrade which included the notifications icon in the system tray, as the chrome upgrade was the only thing I recall changing. I unistalled chrome but this did not fix it - although this does not rule out Chrom Notifications being what broke it!
This appears to be an oversight on the WAMPSERVER developers. For some reason it does not translate the file path syntax from Linux to Windows, resulting in the following error message:
Aestan Tray Menu: Could not execute menu item (internal error)
[Exception] Could not execute run action: The directory name is invalid
To fix this, edit wampmanager.conf and replace the forward slashes in the file path with backslashes.
EXAMPLE:
Incorrect
editor ="C:/Program Files/Sublime Text 3/sublime_text.exe"
Correct
editor ="C:\Program Files\Sublime Text 3\sublime_text.exe"
Save the file, then right click the tray icon and select "Refresh". You should now be able to edit your files with your selected editor without issue :)
i have met this problem and fixed by editing 4 files
- wampmanager.conf in root
- wampmanager.ini in root
- php.ini in (wamp64/bin/php/php5.5.12)
- httpd.conf in (wamp64\bin\apache\apache2.4.18\conf)

Run Configuration in eclipse

Hi I'm sure this is a stupid question but I am running eclipse in linux mint 15 and whenever I try to press the main run option in the upper tab of the eclipse menu (next to the build option) I get a message saying systemtap is not installed, and then the run button grays out and I cant use it unless I restart eclipse and run into the same problem. I know this is an issue with the run configuration but when I attempt to alter it in the run configurations menu all that ends up happening is a run button being created in the favorites tab for the particular project I have selected. What I am trying to do is have the main run button launch whichever project I have selected through the default option instead of attempting to automatically use systemtap. Thanks
You simply need to install the systemtap packages. From a terminal...
sudo apt-get install systemtap