If you have encountered the 0x00000667, ERROR_INVALID_COMMAND_LINE Argument stop error code on your Windows 10 device when running a particular application or when attempting to put the PC to sleep or hibernation, you can rest assured you’re at the right place to resolve this issue. In this post, we will outline the possible causes of the Blue Screen error as well as provide the most suitable solutions you can try to get your PC back and running in tiptop shape.
0x00000667
ERROR_INVALID_COMMAND_LINE
Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.
You might encounter the BSOD error due to one or more (but not limited to) of the following known causes;
If you’re faced with this issue, you can try our recommended solutions below in no particular order and see if that helps to resolve the issue.
Let’s take a look at the description of the process involved concerning each of the listed solutions.
If you can log in normally, good; else you will have to boot into Safe Mode, enter Advanced Startup options screen, or use the Installation Media to boot to be able to carry out these instructions.
During the course of investigating, it was discovered that PC users that had 3rd-party antivirus software like AVAST, AVG installed on their Windows 10 devices were affected. In this case, the issue can be resolved by removing any third-party antivirus programs from your PC using the dedicated removal tool to remove all files associated with your antivirus program. The reason is, it’s much more efficient and invasive to use the custom uninstall tools for the AV program from the manufacturer, if available, whenever uninstalling antivirus software, as there are registries and dependencies, installed deep within the OS which the traditional Control Panel uninstaller (appwiz.cpl) might miss in most cases.
If removing the antivirus fixes this error, you can now install the same antivirus again, or you can switch to an alternative software or better still stick to Windows 10 native AV program – Windows Defender.
If you’re running an Android-based emulator or you have virtual machine software like Virtualbox and VMWare installed on your Windows 10 device, it’s very possible that it’s conflicting with the Hyper-V service that’s enabled by default on your Windows computer. In this case, you can disable Hyper-V and then restart your computer.
To disable Hyper-V, do the following:
appwiz.cpl
and hit Enter to open the Programs and Features applet.If you’re encountering this problem when using some kind of application that uses virtualization technology, it’s possible to encounter this BSOD error because SVM (Secure Virtual Machine) or Intel’s equivalent (Intel VT-X / Intel Virtualization) is disabled in your BIOS or UEFI settings. In this case, you should be able to fix the problem by enabling the virtualization technology on your Windows 10 device.
PC users running Android Emulator like BlueStacks or Nox when testing apps that are still in development mode, are most likely to encounter this BSOD error. In this case, you might be able to fix the problem by downloading and installing (with admin privilege) Intel HAXM (only applicable if your PC is using Intel’s Virtualization technology – Intel VT) directly or using SDK Manager.
If it is disabled, you might want to enable the Windows Installer service and see if that helps you.
If you’re encountering the BSOD error when attempting to install a new program using Windows Installer or when using a component Windows Installer SDK, you might be able to fix the problem by temporarily unregistering the Windows Installer component then re-registering the service again.
Do the following:
cmd
and then press CTRL + SHIFT + ENTER to open Command Prompt in admin mode.msiexec /unreg
msiexec /regserver
After the second command is processed successfully, restart your computer once again, and repeat the action that was previously causing the error and see if the issue is resolved. If not, try the next solution.
If you only started getting this Blue Screen of Death error recently, it’s likely that a recent software change is actually triggering this error code. If you can’t pinpoint a potential culprit, your best option at getting the issue fixed without having to do a clean install is to perform System Restore.
Any of these solutions should work for you.