Windows program compatibility mode is on turn it off visual studio

В этой статье рабочее решение проблемы при попытке установки Visual Studio "Windows Program Compatibility mode is on. Turn it off and then try Setup again"

MS Visual Studio на Windows 10
Сегодня я бы хотел затронуть процесс установки старых версий Microsoft Visual Studio на Windows 10. Пригодится тем, кто уже успел пересесть на «десятку» или купил ПК/ноутбук, где она была предустановлена. Если не хотите читать всю историю и ищете готовое решение проблемы — просто прокрутите страницу в самый низ, рабочее решение там.

Зачем устанавливать старую версию, спросите вы? Отвечу так: у каждого проекта свои задачи, потребности, идеи, и проблемы, для решения которых может потребоваться установка именно версии 2013 года, например. В работе над обновлением Celestia мне помогает один иностранец. Он до сих пор пользуется Windows XP и позволил себе апгрейд только до MS Visual Studio 2013. Поэтому и мне пришлось эту версию, поскольку в 2017-й его проекты не компилируются (уж больно тонко он заточил их именно под 2013).

Я скачал замечательную раздачу MS Visual Studio 2013 Ultimate и, не ожидая никаких подводных камней, монтировал ISO образ, запустил установку и … обломался.Установщик выдал сообщение с заголовном «Setup Blocked» и текстом «Windows Program Compatibility mode is on. Turn it off and then try Setup again» (скриншот в начале поста). Я человек разбирающийся, поэтому сразу полез в процессы и службы, чтобы найти что либо похожее. В итоге в службах я нашел «Служба помощника по совместимости программ».

Служба помощника по совместимости программЯ остановил его в службах (Диспетчер задач), а в компоненте «Службы» вообще полностью отключил. Перезагрузив ПК, я понял что установщик MS Visual Studio 2013 все равно выдает ту же ошибку. После поиска на англоязычных ресурсах, я узнал несколько любопытных вещей, например, что Windows Program Compatibility проверяет по стандартным (оригинальным) именам пакетов установки Microsoft и для решения проблемы достаточно переименовать файл установщика, например дописав ему суффикс «(1)». После распаковки ISO в папку, пришлось искать дальше, потому что это тоже не помогло.

Но решение все женашлось! Не знаю почему, но 100% работает имя установщика wdexpress_full.exe

То есть просто переименовываем стандартный установщик vs_ultimate.exe в wdexpress_full.exe и все прекрасно установится. Этот способ работает и для других устаревших продуктов Microsoft. Надеюсь эта информация кому-то пригодится.

I’m trying to install Visual Studio 2012 Express for Windows Desktop and every time I run the installer I get this error:

«Windows Program Compatibility mode is on. Turn it off and then try setup again.»

I checked the file properties and compatibility mode was off. Googling found that changing the name to «vs_premium.exe» or «vs_ultimate.exe» or changing the registry keys might help, but the name changes had no effect, and there were no registry keys to delete. I have restarted my machine several times to no avail.

Changing to Visual Studio 2013 is not an option for me, as my work computer has Visual Studio 2012 on it which they will not update to 2013, and I need to work on my project on both computers.

The computer I am using has a Windows 8.1 HP Pavilion g6. I have installed Visual Studio 2013 for Windows Desktop, Web, and Windows, as well as the 30-day trial for Professional (which has recently expired). I have also installed Visual Studio 2012 for Windows Phone but I have not used it yet.

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

asked Apr 8, 2014 at 22:27

einsteinsci's user avatar

Previous posts are correct in that compatibility mode appears to be based entirely on file names. There is a simple method for determining precisely which name Windows expects:

Right-click the file, select Properties and navigate to the Details tab. There should be an entry labelled «Original filename». Simply rename the file accordingly and it should run happily.

Screenshot:

skuntsel's user avatar

skuntsel

11.6k11 gold badges44 silver badges67 bronze badges

answered Aug 3, 2015 at 10:14

CJPN's user avatar

CJPNCJPN

1,4971 gold badge9 silver badges8 bronze badges

4

If you downloaded Visual Studio 2012 and Visual Studio 2013 at the same time and one was renamed with a «(0)» suffix (just as I did) then change the installer to the original name will probably fix it, because «somehow compatibility checking is based on file naming»

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

answered Apr 16, 2014 at 16:01

ohw's user avatar

ohwohw

1,62012 silver badges20 bronze badges

6

I just have to Rename the setup name. I rename the setup file to vs_ultimate and it worked.

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

answered Nov 10, 2014 at 22:40

hossein chaker's user avatar

2

In case you mounted it, first extract the content before you install. it worked for me.

Had the same issue installing vs_ultimate on Windows 10, It tells me to turn compatibility mode off which I didn’t know to do. After reading all the solutions above without success, I was able to solve it on my own.

I mounted the .iso before installing which was giving me problem, but later as I extracted it into a desktop folder, it installed fine.

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

answered Mar 2, 2015 at 17:06

boluvi's user avatar

boluviboluvi

1611 silver badge2 bronze badges

0

I couldn’t find a solution, but I could find a workaround. I downloaded the offline installer (ISO) and ran that instead. It’s not a solution, but it should work in this situation.

answered Apr 16, 2014 at 19:19

einsteinsci's user avatar

einsteinscieinsteinsci

1,1361 gold badge8 silver badges21 bronze badges

1

I ran into this problem and the solution for me was to rename the file back to its original name. I had downloaded it as «vs2012sdk_full.exe» but the original name was «vssdk_full.exe«. When I ran it as «vs2012sdk_full.exe» I got the compatibility mode error. Once I renamed it back to the original «vssdk_full.exe» it worked.

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

answered Oct 22, 2014 at 17:33

Jack A.'s user avatar

Jack A.Jack A.

4,0451 gold badge21 silver badges30 bronze badges

2

  1. Open The Run (Win+R) And type Services.msc.
    Found Program Compatibility Assistant Service Then Disable Service and Stop it.

  2. Open the Run (Win+R) And Type Gpedit.msc.
    User configuration—>Administrative Templates—>Windows Components—>Application Compatibility
    And check Enable button then restart system.

shA.t's user avatar

shA.t

16.4k5 gold badges53 silver badges111 bronze badges

answered Jun 23, 2015 at 13:31

Mr.Dani's user avatar

Run as administrator. And for my 2013 installer I renamed it to be
vs_professional.exe

And it worked.

answered Apr 1, 2017 at 10:01

BeachMiles's user avatar

BeachMilesBeachMiles

4183 silver badges6 bronze badges

0

In a round about way I discovered the problem on my system. Check the properties of the installer. Mine was blocked because it was downloaded from another system. Click unblock. Voila! If you can’t find the location of the installer, run it again. When it fails, leave it running. Open task manager, right click the installer, then open file location. This will take you to the folder containing your installer.

answered Jul 22, 2014 at 17:07

Mike Bennett's user avatar

mount the ISO file and run the setup as a from the disk.

answered Nov 3, 2014 at 6:49

Ballin's user avatar

I had the same issue, my solution was to run it in administrator mode and it seemed to work just fine.

answered Jan 29, 2015 at 23:20

Despair's user avatar

Run as Administrator worked for me.

answered Nov 18, 2015 at 20:24

f0rza's user avatar

f0rzaf0rza

4803 silver badges17 bronze badges

I had the same problem. I had run the installer from an ISO, reading from the DVD image.

The solution was to simply take the ISO and uncompress it as a .RAR into some folder, and everything worked.

Fabio says Reinstate Monica's user avatar

answered Oct 23, 2016 at 22:44

Sebastian Diaz's user avatar

Well, filename varies from versions to versions. Fix:

  • Right Click on file
  • Select Properties
  • Select «Details» tab
  • Rename that file to value of «Original Filename»

enter image description here

answered Jan 25 at 10:45

Gray Programmerz's user avatar

This is the solution:

  • Right Click on Visual Studio Setup Icon

  • Select Properties

  • Open Compatibility Tab

  • Check Run This Program In Compatibility Mode
  • Select Your Windows Version (ex:Windows 8)
  • Finally Click OK And Install Your Program Again

answered Sep 25, 2015 at 8:36

mehdi amirsardari's user avatar

Permalink

Cannot retrieve contributors at this time

title description ms.date author ms.author ms.reviewer

Windows Program Compatibility mode is on

Provides a resolution for the error «Windows Program Compatibility mode is on. Turn it off and then try Setup again».

04/07/2022

jasonchlus

jasonchlus

terry.g.lee

Error «Windows Program Compatibility mode is on. Turn it off and then try Setup again»

Applies to: Visual Studio 2015

Symptom

The following error appears when you attempt to install Visual Studio:

Windows Program Compatibility mode is on. Turn it off and then try Setup again.

Resolution

  1. Navigate to your Downloads folder or the location where you saved the installer.
  2. Right-click on the Visual Studio Installer icon.
  3. Select Properties.
  4. Go to the Compatibility tab.
  5. Look for the Compatibility Mode section and uncheck Run this program in compatibility mode for:.
  6. Restart the installation.

If the option to change the Compatibility Mode is greyed out, follow these steps:

  1. Select Change settings for all users.
  2. Look for the Compatibility Mode section and uncheck Run this program in compatibility mode for:.

  • Remove From My Forums
  • Вопрос

  • I am trying to install Visual Studio Community onto my computer (Windows 7). However, when i tried to install it, it came up with this error:

    «Windows Program Compatibility mode is on. Turn it off and then try Setup again.» 

    Any help is appreciated.

    Thanks. 

Ответы

  • This ? 

    https://social.msdn.microsoft.com/Forums/en-US/103cef36-e6ef-4393-86a2-3bd03fa90f48/windows-81-and-vs2012-sdk-get-error-windows-program-compatibility-mode-is-on-turn-it-off-and-then?forum=vssetup


    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

    • Помечено в качестве ответа

      15 ноября 2015 г. 23:47

  • Hi,

    This error message might lead you to wrong direction as thread in arnavsharma post, please read all replies in that thread and see if you have similar situation.

    “If you downloaded Visual Studio 2012 and Visual Studio 2013 at the same time and one was renamed with a «(0)» suffix (just as I did) then change the installer to the original name will probably fix it, because «somehow compatibility
    checking is based on file naming»”

    If you would like to disable the compatibility mode, please help to confirm if the compatibility mode was enabled when installing the software or running it? If it was enabled when installing the software, you need to uninstall and then reinstall all related
    software to resolve the issue.

    Otherwise, if the compatibility mode was enabled when running the software, you can simply go to Start, All Programs, find the software icon and then right click on it, click Properties, on the Compatibility tab, uncheck «Run this program in compatibility
    mode for:», and then click OK.

    Regards,

    D. Wu


    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.

    • Помечено в качестве ответа
      arnavsharma
      15 ноября 2015 г. 23:47

RRS feed

  • Remove From My Forums
  • Question

  • I’m trying to install VS 2013 Express on Windows 10. I’m not able to install it , as I’m getting this error Windows Program Compatibility mode is on. Turn it off and then try Setup again. I don’t have any Compatibility Settings on.

    Here is my Log File http://parikftp.gq/log.txt

    I’m using an ISO to install VS 2013 Express

    • Edited by
      Unique Parik
      Sunday, September 6, 2015 2:51 PM

All replies

    • Proposed as answer by
      Barry Wang
      Monday, September 21, 2015 2:28 AM
    • Marked as answer by
      Barry Wang
      Tuesday, September 22, 2015 1:13 AM
    • Unmarked as answer by
      Unique Parik
      Tuesday, October 6, 2015 11:59 AM
  • There isn’t any application file inside that directory. I’m installing VS 2013 using an ISO file.

  • If you are installing from an ISO file then copy everything from the folder to the local disk and install it from there.It worked for me, I had the same problem.

Вопрос:

Я хотел поделиться своим опытом устранения неполадок, возникших при попытке установить SDK для Visual Studio 2013.

Я загрузил SDK с https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2013SDK.

Я загрузил эту установку на свою машину под Windows 10 и запустил ее и получил следующую ошибку:

Setup Blocked : Windows Program Compatibility mode is on. Turn it off and then try again.

Setup Blocked : Windows Program Compatibility mode is on. Turn it off and then try again.

После небольшого поиска я обнаружил, что проблема в том, что имя файла отличается от имени файла, которое ожидает установка. Я заметил это, запустив установку в режиме администратора, которая сообщила о фактическом имени файла. Я обновил имя файла от en_visual_studio_2013_sdk_x86_3009047.exe до vssdk_full.exe, запустил установку и успешно установил ее! 🙁

Я не уверен, почему это требуется, поэтому любые предложения приветствуются, но я хочу поделиться своим опытом с кем-то другим, которые также могут быть почесываются головами.

When trying to install VS2012 SDK on Windows 8.1 get the error «Windows Program Compatibility mode is on. Turn it off and then try Setup again.»
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.

Rick, Have you had any success with this? I’m also trying to run the tfs_VssUpgrade.exe tool on my Windows 8.1 machine and getting the same exception. Greatly appreciate any insight if you were able to get past this issue! Thanks, Steve
Same issue here.
This MS connect thread
is interesting however.
Posted by Microsoft  on 9/19/2013 at 2:54 PM                                            
Hello Alxandr,
Thank you for taking the time to submit this issue to Connect. This is a known issue with Windows 8.1 RTM and it will be addressed in a future update of Windows 8.1. In the meantime, you can typically rename the EXE to get it to work correctly.

Similar Messages

  • Install windows phone 8.0 sdk on win 10 error Windows Program Compatibility mode is on. Turn it off and then try Setup again.

    install windows phone 8.0 sdk on win
    10 error Windows Program Compatibility mode is on. Turn it off and then try Setup again.

    Also having this issue. I am unable to remove Windows Phone Emulator 8.0 on Windows 10 Technical Preview. Here is the relevant log file output
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘NOT (CurrentOperation = «Uninstall»)’ evaluates to true.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(CurrentOperation = «Install») OR (CurrentOperation = «Repair»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(CurrentOperation = «Install») OR (CurrentOperation = «Repair»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(CurrentOperation = «Install») OR (CurrentOperation = «Repair»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(CurrentOperation = «Install»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(VersionNT < v6.1) OR ((VersionNT = v6.1) AND (NTProductType < 3)) OR (NOT VersionNT64)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘(VersionNT = v6.2) AND (netfxfullredist_43_DetectKey < v4.5.50709)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘CompatibilityMode = 0’ evaluates to true.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘ProfessionalVersion_DetectKey AND (NOT (ProfessionalVersion_DetectKey = «11.0.50727»)) AND (CurrentOperation = «Install»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘( VS11BETA_MSENV_DLL_EXISTS ) AND ( VS11BETA_MSENV_DLL_VERSION < v11.0.50324.0 ) AND (CurrentOperation = «Install»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘WPExpressVersion_DetectKey AND (WPExpressVersion_DetectKey < v11.0.50727) AND (CurrentOperation = «Install»)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘WPExpressVersion_DetectKey AND (WPExpressVersion_DetectKey = v11.0.50727) AND (CurrentOperation = «Install») AND WPExpressQFEVersion_DetectKey AND (WPExpressQFEVersion_DetectKey < 38)’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘WPExpress10_Exists AND (NOT SameLcidWPExpress10_Exists) AND CurrentOperation = «Install»‘ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘WPExpress11_Exists AND (NOT SameLcidWPExpress11_Exists) AND CurrentOperation = «Install»‘ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: Condition ‘NOT Privileged’ evaluates to false.
    [6554:4F4C][2014-10-31T13:33:53]: MUX:  Stop Block: CompatibilityMode : Windows Program Compatibility mode is on. Turn it off and then try Setup again.
    [6554:4F4C][2014-10-31T13:33:53]: MUX:  Detect Completed
    [6554:4F4C][2014-10-31T13:33:53]: MUX:  Wait for View to be loaded
    [6554:40A0][2014-10-31T13:33:53]: MUX:  Detect Completed, now create view
    [6554:40A0][2014-10-31T13:33:54]: MUX:  Validate custom path failed: Empty Install path
    [6554:40A0][2014-10-31T13:33:54]: MUX:  Validate custom path failed: Empty Install path
    [6554:40A0][2014-10-31T13:33:54]: MUX:  User feedback control is Enable because opt-in value is NotDefined
    [6554:4F4C][2014-10-31T13:33:54]: MUX:  View loaded
    [6554:4F4C][2014-10-31T13:33:54]: MUX:  Go to Blocker page.
    [6554:4F4C][2014-10-31T13:33:54]: Detect complete, result: 0x0

  • Setup Blocked : Windows Program Compatibility Mode

    I’m trying to install «Modeling SDK for Microsoft Visual Studio 2013» on Windows 10 Tech Preview Build 10049:
    https://www.microsoft.com/en-us/download/details.aspx?id=40754
    But always get:
    «Setup Blocked»
    Windows Program Compatibility mode is on. Turn it off and then try Setup again.
    Compatibility tab on the setup VS_VmSdk.exe shows compatibility mode is off.  No variation of settings on that tab have any effect.
    Is there any way to bypass the compatiblity check on Windows 10 Tech Preview?
    Thanks,
    Mike

    Rick, Have you had any success with this? I’m also trying to run the tfs_VssUpgrade.exe tool on my Windows 8.1 machine and getting the same exception. Greatly appreciate any insight if you were able to get past this issue! Thanks, Steve
    Same issue here.
    This MS connect thread
    is interesting however.
    Posted by Microsoft  on 9/19/2013 at 2:54 PM                                            
    Hello Alxandr,
    Thank you for taking the time to submit this issue to Connect. This is a known issue with Windows 8.1 RTM and it will be addressed in a future update of Windows 8.1. In the meantime, you can typically rename the EXE to get it to work correctly.

  • Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again.

    I uninstalled all System Center VVM related management Packs, but still received «Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again.».
    Think I got them all. But how can I figure out which Management pack is still installed and has to be removed.
    Thanks for your reply

    Got following logging about this problem.
    9/20/2013 9:35:09 AM] * Exception :  => Microsoft.EnterpriseManagement.Common.MonitoringException: This method from the System Center Operations Manager 2007 R2 SDK is not supported to work with System Center Operations Manager 2012. Please migrate
    to the System Center Operations Manager 2012 SDK.
       at Microsoft.EnterpriseManagement.DataAbstractionLayer.SdkDataAbstractionLayer.HandleIndigoExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.DataAbstractionLayer.TypeSpaceOperations.ImportManagementPack(String managementPackXml, String keyToken, ManagementGroup managementGroup)
       at Microsoft.EnterpriseManagement.ManagementGroup.ImportManagementPack(ManagementPack managementPack)
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
    [9/20/2013 9:35:09 AM] * Exception :  => Setup encountered an error while importing management packs.Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management
    packs.Microsoft.VirtualManager.Utils.CarmineException: Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
    *** Carmine error was: ManagementPackPresent (10208)
    [9/20/2013 9:35:09 AM] * Exception :  => Setup encountered an error while importing management packs.Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management
    packs.Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException: Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs. —> Microsoft.VirtualManager.Utils.CarmineException: Setup encountered an error while importing management
    packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
    *** Carmine error was: ManagementPackPresent (10208)
       — End of inner exception stack trace —
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
       at Microsoft.VirtualManager.Setup.Wizard.VMInstaller.PreConfigure()
       at Microsoft.VirtualManager.Setup.Wizard.ProgressPage.InstallVm()
       at Microsoft.VirtualManager.Setup.Wizard.ProgressPage.InstallerThreadEntry()
    *** Carmine error was: ManagementPackPresent (10208)
    [9/20/2013 9:35:09 AM] *** Error : Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
    ID: 10208
    [9/20/2013 9:35:10 AM] Information : Virtual Machine Manager Administrator Console installation has failed.

  • I can’t turn windows program compatibility off

    I enabled «turn off application compatibility engine» and «turn off program compatibility assistant» in computer configuration (through group policy edit) and also «turn off program compatibility assistant» in user configuration,
    and still when I try to install visual studio it says: «Windows Program Compatibility mode is on. Turn it off and then try Setup again». where should I turn off windows program compatibility? once I enabled «remove program compatibility property
    page» and now I don’t have this page even after I disabled this setting. now how can I have this page back? Is there a command that I can use it in cmd to change these settings?

    Hi,
    Here is the workaround:
    Rename the EXE accordingly:
    Visual Studio 2012 Ultimate -> vs_ultimate.exe
    Premium -> vs_premium.exe
    Pro -> vs_professional.exe
    Express for Web -> vns_full.exe
    Express for Windows -> win8express_full.exe
    Express for Desktop -> wdexpress_full.exe
    http://connect.microsoft.com/VisualStudio/feedback/details/792132/visual-studio-2012-pro-wont-install-on-fresh-windows-8-1
    Also, refer to this thread for more information:
    http://social.msdn.microsoft.com/Forums/en-US/103cef36-e6ef-4393-86a2-3bd03fa90f48/windows-81-and-vs2012-sdk-get-error-windows-program-compatibility-mode-is-on-turn-it-off-and-then?forum=vssetup
    Alex Zhao
    TechNet Community Support

  • I keep getting the message, «Windows cannot find ‘c:Program Files (x86)Mozilla Firefoxfirefox.exe’. Make sure you typed the name correctly, and then try again.» I get it when I either try to open it from the Start menu or from the desktop icon.

    I’ve just installed Firefox on my laptop and keep getting the message, «Windows cannot find ‘c:Program Files (x86)Mozilla Firefoxfirefox.exe’. Make sure you typed the name correctly, and then try again.» I get this message whenever I either try to open it from the Start menu or from the desktop icon. I’ve never gotten it to work and even uninstalled it and then redownloaded it and still cannot get it to open. Any help would be greatly appreciated!!!!

    Are you installing from the official site? http://www.mozilla.com/firefox
    If you use Windows Explorer (My Computer) to check that path, is the Mozilla Firefox folder there? That is the normal installation location, but I think it’s worth checking.
    If the folder isn’t there or firefox.exe is not in it, I wonder whether some other software might be interfering. You might want to run some supplemental security scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/

  • I keep getting the error message «apple application support is required to run itunes. Please uninstall itunes and then install it again.» I’ve done this twice and still keep getting the same message…I’m at wits end Please HELP!!!

    I keep getting the error message «apple application support is required to run itunes. Please uninstall itunes and then install it again.» I’ve done this twice and still keep getting the same message…I’m at wits end Please HELP!!!

    Let’s try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select «Extract to iTunesSetup» (or «Extract to iTunes64Setup»). WinRAR will expand the contents of the file into a folder called «iTunesSetup» (or «iTunes64Setup»).
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Firefox will not connect to internet after upgrade. The window pops up but shows «connecting » in tab. And then it sit there. Close it down and then try to reopen it and get message » Firefox already running, Exit program or shut down computer» ???

    Firefox will not connect to internet after upgrade. The window pops up but shows «connecting » in tab. And then it sit there. Close it down and then try to reopen it and get message » Firefox already running, Exit program or shut down computer» ?????????????????

    1st problem see http://kb.mozillazine.org/Firewalls
    2nd problem, to close Firefox properly use File > Exit
    :not with the [x] in upper right corner which close window
    :see http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit
    :if restarting use «Restartless Restart» extension as mentioned there.
    <br><small>Please mark «Solved» one answer that will best help others with a similar problem — hope this was it.</small>

  • When I point and click on any link I get a drop down window asking if I would like to open in new window etc.   How can I turn it off ?

    When I point and click on any link I get a drop down window asking if I would like to open in new window etc.   How can I turn it off ?

    Thank you the-edmeister.
    I downloaded the menu editor extension but I can’t open it.
    Searching on the web for something to open it I get the message from the windows website:
    File Type: Unknown
    Description: Windows does not recognize this file type.
    Any suggestions?
    Thanks Steve Shmurak

  • Admin gets the following message while trying to update software: None of the selected updates could be saved. A network error has occurred. Check your Internet connection, and then try again. Any suggestions?

    I’m the Adnin. just recently I tried to update system software (Lion OS). The following message was returned. None of the selected updates could be saved. A network error has occurred. Check your Internet connection, and then try again. but I have internet access )email, Safari, etc.). Any idea of what is happenening?

    The error may be at Apple’s end rather than yours. It could also be due to corrupted files on your computer. Try deleting the following:
    /Home/Library/Preferences/com.apple.SoftwareUpdate.plist
    /Home/Library/Caches/com.apple.SoftwareUpdate/
    /Library/Preferences/com.apple.SoftwareUpdate.plist
    Restart your computer.

  • Issue with turning on project 2010 / 2013 — «There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren’t using, and then try again.»

    I get the following error after the installation and configuration window of MS Project: «There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren’t using, and then try again.»
    It happens both with MS Project 2010 and 2013 on a Windows 7 desktop. 
    I tried installing / uninstalling Office 2010, MS Project, tried installing 32 and then 64 bit versions, clean up, disk error checker, startup changes (msconfig), anti virus, running as Windows 7 and then Windows XP compatible mode. 
    Nothing helps. I see this issue reported as early as 2007 version of MS projects on Microsoft forums, but I do not see any solution anywhere. Any suggestions on how to fix the issue without having to reformat hard drive? Every other application, including
    all other Office programs work seamlessly. 
    I also tried Microsoft support, after an hour and a half of basically doing what I did before, I was told I have to pay 99$ for «premium» support, so someone can look at this bug. 
    I have 16 Gb RAM and more than 200Gb or hard drive free, so actual memory is not the problem. 

    This issue was originally reported with MS Project 2007 and keeps popping up since.
    A quick Google search provides more than 200K pages of results of this issue:
    https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren’t+using%2C+and+then+try+again.
    And 193K results on Bing:
    http://www.bing.com/search?q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&go=Submit&qs=n&form=QBLH&pq=there+is+not+enough+memory+to+complete+the+operation.+to+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&sc=0-0&sp=-1&sk=&cvid=4cb023c1fbd94ec2bba9821b095f21f2
    Computer was defragged already. I run more tests, and specifically when MS Projects tries to run, it tries to take all memory, more than 300Gb, on the computer. (DropBox was running at the same time, and warned that there were no space. As soon as MS Project
    stopped attempting to configure itself, everything came back to normal and the available space became available again.)
    Looking through older forum posts, looks like this application tries to take «unlimited» amount of memory. Some registry fixes are mentioned potentially, but I was not able to apply them. 
    Since everything else works, this is a MS Project bug reported by multiple users on various versions of Windows, including Vista and 7, so please provide a fix and not ‘not a know bug’ lie. All the premium support will say, is to format the hard drive, unless
    they have a patch or a registry edit solution. If the latter is true, since the issue exists for multiple years, it should have been already been provided to users.
    Also, I am not running a SQL server, or any server, this is an installation on a local machine. 

  • I get error message «The message can’t be sent right now. Please try again later.»

    I use the information protected by the Do Not forward template and I get error message «The message can’t be sent right now. Please try again later.»
    My Details :
    AD RMS Windows 2012 R2
    Exchange 2013 CU3
    I can’t see any errors in the application event viewer
    Help me please.

    Hi 
    I would recommend you to run Test-IRMConfiguration -Sender [email protected] and see the results as well.
    Grant access to Exchange servers to use ADRMS for IRM. Perform the following task.
    Open IIS on ADRMS server  – open default Website – Click _wmcs – Select Certification
    Switch to content view – right click on servercertification.asmx and click edit permissions ensure that Exchange servers are listed. If not add the exchange servers and the ADRMS managed account and grant editor access to them.
    Also refer below 
    AD RMS: Test-IRMConfiguration Command Fails with UnsupportedCryptographicSetException
    http://social.technet.microsoft.com/wiki/contents/articles/16449.ad-rms-test-irmconfiguration-command-fails-with-unsupportedcryptographicsetexception.aspx
    Check if the certifications are set correctly — Set Permissions on the AD RMS Server Certification Pipeline
    http://technet.microsoft.com/en-us/library/ee849850(WS.10).aspx
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me — and others — to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open

    Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open! Im very frustrated and anything would help! I have Windows 7 or Vista. Idk which

    Hello Dr.Help,
    Thank you for providing so much information about the issue you are experiencing with iTunes.  It sounds like you have tried reinstalling it, but nothing happens when you launch it.  I recommend following the steps in this article to resolve launch issues with iTunes:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Adobe Reader won’t open  Tried installing updated Adobe Reader and error came up in the process and told me to contact software manufacturer.  Could I uninstall current Adobe Reader and then try installing the current AR?  Any ideas?

    My Adobe Reader wouldn’t download tickets.  Tried opening Adobe Reader application but it would not open.  I saw my Adobe Reader needed to be updated, so I attempted to install new Adobe Reader.  When it came to finalizing, it said there is an error and can’t do.  Any ideas?  I have no functioning Adobe reader.  Should I uninstall old Adobe Reader and then try installing the updated AR?

    (Had to step away & do things) I can’t even open up the Adobe Reader application to uninstall; get message it won’t open. And now have more things needing to be downloaded to print.  Any ideas on how to open the app, so I can uninstall.  I have a MAC OS X 10.9.4  When the installation initially failed I received this message from Adobe, » Adobe Reader Installation Error  Package name Adobe Reader xi (11.0.07)  Installer: installing abase path/installer: The install failed  (The install encountered an error that caused the installation to fail.  Contact the software manufacturer for assistance.)  It did not specify what the error was

  • Once I turn off the browser and then try to use it later, I get a message saying its already running but not responding. tells me to close it which I cant do since its already closed. Forces me to restart my computer

    Each time I start, use and close Firefox, when I try to use it the 2nd time, I get a message saying its already running but not responding. It Isn’t. I have to restart my computer everytime I want to use Firefox.
    == This happened ==
    Every time Firefox opened
    == I downloaded the new version ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; GTB6.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    <u>»’Kill Application»'</u>
    In Task Manager, does firefox.exe show in the <u>»’Processes»'</u> tab?
    See: »'[http://kb.mozillazine.org/Kill_application Kill Application]»’
    »'<u>Causes and solutions for Firefox hanging at exit:</u>»’
    »'[[Firefox hangs]]»’
    »'[http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit (Mozillazine article)]»’
    »'[[Firefox is already running but is not responding]]»’
    <u>»’Safe Mode»'</u>
    You may need to use »'[[Safe Mode]]»’ (click on «Safe Mode» and read) to localize the problem. Firefox SafeMode is a diagnostic mode that disables extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes before starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click «Continue in Safe Mode». Test to see if the problem you are experiencing is corrected.
    See:
    »'[[Troubleshooting extensions and themes]]»’
    »'[[Troubleshooting plugins]]»’
    »'[[Basic Troubleshooting]]»’
    If the problem does not occur in Safe-mode then disable all of your extensions and then try to find which is causing it by enabling one at a time until the problem reappears. You have to close and restart Firefox after each change via File > Restart Firefox (on Mac: Firefox > Quit). You can use «Disable all add-ons» on the Safe mode start window.

Maybe you are looking for

  • Report for special prourement type and GR date

    Hi Gurus, Is there a report in SAP that gives us the special prourement type for a material and the date which they were goods receipted into our stock? thanks Anusha

  • To set a default role according to the user.

    Hi, I would like to set different default roles according to users. For example, we have the following prerequisites: 1) 3 roles: roleA | roleB | roleC (in this order). 2) 3 differents users: user1, user2, user3. So, if I log-in with the user1, the d

  • Asset Depn Key

    Hi, I have change the depriciation key for some asset through BDC and assign new Depriciation key for those asset now i want to assign original key to same asset can i get the T.Code where should i get the old key & new key for all the asset and the

  • When an AIR for iOS provisioning profile expires …

    I’m unclear about what happens to an installed iOS app when the provisioning profile OR the signing certificate expires. We’re talking about an app that was published and installed with valid Enterprise Distribution credentials before the expiration

  • AirPort Express doesn’t show in AirPort Utility any more/won’t connect to network

    I have an older airport express that I use wirelessly with an AirPort Extreme to extend my network and stream music via AirPlay.  Within the last couple of days it has been unable to join the network.  It has always worked just fine until now. The Ai

Понравилась статья? Поделить с друзьями:
  • Windows profile cannot be loaded windows 7
  • Windows professional 10 a single olv nl each legalization getgenuine
  • Windows product key windows 7 ultimate x64
  • Windows product key volume license mak kms
  • Windows product key viewer скачать на русском с официального