Skip to main content

Posts

Showing posts with the label Command Prompt

There was an error sending the command to the program in word 2013

Error: "There was an error sending the command to the program in word 2013" Solution:  Open Registry editor. Change the value of H Key classes root \ Word.document.12\ shell \ open \command \ on the right panel - right click and modify the value to                   "C:\Program Files\Microsoft Office 15\Root\Office15\WINWORD.EXE" /n "%1" Change the value of H Key classes root \ Word.document.12\ shell \ open\ ddexec \ application\ on the right panel - right click and modify the value to  winword.

An error has occurred while installing office Error Code: 1603.??

Q: An error has occured while installing office Error Code: 1603.?? A:  If everything fails in Office 2010 installation with error 1603, please follow steps ·          1. In the "Start" menu, locate "Command Prompt". Right-click and choose "Run as Administrator". If you are prompted for an administrator password or confirmation, type the password or provide confirmation. 2. Type the following commands, then press "Enter" to execute them one by one. Please note the space before the command and its parameter. takeown /f  C:\Windows cacls C:\Windows /G administrators:F Note: I assumed that your operating system installed on C:\. 3.   Restart the computer to check the issue. After this, please try to install the Office program again. If the problem persists, we can also try to check the permissions of the registry keys: ============= First, I suggest we check the related Registry permissions by ...

Office 2010 Keeps Running Configuring / Installing wizard

Q.Office 2010 Keeps Running Configuring / Installing wizard. . A: Solutions : 1: Start the program first from all programs list and then open the document. This is temporary fix. 2: The issue will not occurs even if you create a desktop shortcut for a document. 3: If you do not need previous versions of Office, uninstall them. 4: Open command prompt by typing CMD in run prompt and then paste following command.  reg add HKCU\Software\Microsoft\Office\14.0\Word\Options /v NoReReg /t REG_DWORD /d 1 Note : This error occurs if you have previous version of office (Office 2003, Office 2007) installed on your machine.

You may receive an error message when you search for available updates on the Windows Update Web site or on the Microsoft Update Web site

Q:You may receive an error message when you search for available updates on the Windows Update Web site or on the Microsoft Update Web site A: Method 1: Remove the user account that is experiencing difficulty from the Guests or Limited account groups Click Start, click Run, type control admintools, and then click OK. Click Computer Management. Expand Local Users and Groups. Select Users. Open the account that is used to access Windows Update or Microsoft Update. Click the Member Of tab. Select the user account that you want to remove, and then click Remove. Method 2: Set the Security Descriptor Click Start, click Run, type cmd, and then click OK. Type sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU), and then press ENTER. You will receive a "Success" message. Note The Sc.exe tool is not available in a default Windows 2000 installation. The Sc.exe tool can be found from the Mi...

Cannot verify the product license in Microsoft Office?

Q:  Cannot verify the product license. A : Method 1 Activate the Office 2010 product online by doing the following: Go to C:\Program Files (x86)\Microsoft Office\Office14. If you have the 64-bit version of Office, the path is C:\Program Files\Microsoft Office\Office14 Make sure you are connected to the Internet and run the following command to activate the product online: cscript ospp.vbs /act Confirm the reg key value for the following? HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\CLASS\{4D36E967-E325-11CE-BFC1-08002BE10318} Key = UpperFilters Value = PartMgr If the above does not match please try to change it via the command prompt. reg add HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\CLASS\{4D36E967-E325-11CE-BFC1-08002BE10318} /v UPPERFILTERS /t REG_MULTI_SZ /d PartMgr /f and try activate again. Method 2: Search for ospp.vbs file on your PC Open the command prompt & type the following. cscript "Path of the ospp.vbs in double quotes" -dstatus...