When running programs, installers or games (as well as actions “inside” programs running), the error message may appear “The requested operation needs reinforcement”. Sometimes a fault code is indicated – 740 and information such as: CreateProcess Failed or Error creating procedure. And in Windows 10 the error appears more often than in Windows 7 u 8 (because by default in Windows 10 many folders are protected, including Program Files and the root of the C drive).
This tutorial: details the possible causes of the error causing the fault code 740, meaning “The requested operation needs reinforcement” and how to fix the situation.
Causes of the error “The requested operation needs promotion” and how to fix it
As can be understood in the fault header, the error has to do with the permissions with which the program or procedure is started, but this information does not always solve the error: since the failure is also feasible when your user is an administrator. in Windows and the program itself also start as administrator.
Then, We will see the most common cases in which the failure of the 740 and what can be done in those situations.
Error after downloading a file and running it
If you just downloaded a program or installation file (such as the DirectX web installer from Microsoft's site), you run it and see a message like Error creating procedure. Reason: The requested operation needs a push, it is very likely that you started the file directly from your browser, instead of doing it manually from the download folder.
What happens when this is done (when run from a browser):
- A file to be run as administrator is started by the browser as a normal user (because some browsers don't know any other way, like Microsoft Edge).
- When operations that require administrator privileges begin to run, an error appears.
Solution for this case: run the downloaded file from the folder where it was downloaded manually (from the explorer).
Note: If the above doesn't work, right click on the file and select “Execute as an administrator” (only if you are sure the file is trustworthy, otherwise I recommend checking it first in VirusTotal), since it is possible that the cause of the error is the need to access protected folders (what cannot be done by programs that run with normal user rights).
Picture “Execute as an administrator” in the compatibility settings of the program
Sometimes, for some reason (as an example, to more easily work with protected folders in Windows 10, 8 and Windows 7), a user adds the box “Run this program as administrator” to program compatibility settings (open them by right-clicking on the application exe file – properties – compatibility).
This usually does not cause any problems, but yes, as an example, You access this program from the contextual menu of the explorer (which is exactly how i got the message in the filing cabinet) or from another program, it is possible that you will get the message "The requested operation needs an update". The reason is that the default Explorer launches the context menu items with simple user rights and “can not” start an app marked as “Run this program as administrator”.
Solution: go to the program's .exe file properties (generally specified in the error message) Y, if the above checkbox is checked on the tab “Compatibility”, unmarks. If the box is inactive, click on “Change the parametersThe "parameters" are variables or criteria that are used to define, measure or evaluate a phenomenon or system. In various fields such as statistics, Computer Science and Scientific Research, Parameters are critical to establishing norms and standards that guide data analysis and interpretation. Their proper selection and handling are crucial to obtain accurate and relevant results in any study or project.... for all users” and uncheck there.
Apply the settings and try to start the program again.
Important note: If the check mark is not set, try to put it in place; this can correct the error in some cases.
Run a program from another program
The mistakes “Needs promotion” With the code 740 and CreateProcess Failed or Error creating procedure messages can be caused by a program that is not running as administrator and trying to run another program that needs administrator rights to run.
The following are some possible examples.
- If it's a self-written game installer from a torrent that installs vcredist_x86.exe, vcredist_x64.exe o DirectX, among other things, the error described may occur when starting the installation of the additional components mentioned.
- If it is some kind of launcher that runs other programs, additionally it can cause the above crash when executing anything.
- If any program runs a third-party executable it needs to save the execution result in a protected Windows folder, this may cause an error 740. Example: some video or image converter running ffmpeg, and the resulting file should be saved in a folder (as an example, the root of drive C in Windows 10).
- Such a hurdle is feasible with some .bat or .cmd files.
Possible solutions:
- Decline the installation of additional components in the installer or run their installation manually (as usual, the executables are in the same folder as the original setup.exe file).
- Run the program “source” or the script file as administrator.
- And bat, cmd and your own programs, if you are a developer, use this construct to start the program, not the route to the program: cmd / c start path_to_program (this will request the UAC if necessary). See How to create a bat file.
Additional Information.
First, to be able to perform any of the above steps to fix the error “The requested operation needs a boost”, your user must have administrator rights or must have a password for a user account that is administrator on the computer ( see How to make a user an administrator in Windows 10).
And in short, a couple of additional alternatives if you still can't handle the error:
- If the error occurs when saving or exporting a file, try specifying any of the custom folders (Documents, Images, Song, Videos, Desk) as a save location.
- This method is dangerous and highly undesirable (only at your own risk, I do not recommend it), but: absolutely disabling the UAC in Windows can help fix the problem.
In case it is also interesting:



