CMD console prompt: the requested operation must be upgraded!
In Windows 7, if you want to use commands such as route add or related route, you must run them as an administrator. If Windows 7 and below are not executed as administrator, the following message is displayed after the route command is added to the route: the requested operation must be upgraded!
For Windows 7, run the following command line form process as an administrator:
Run CMD in Vista and Windows 7. Adding the custom route add will always fail. The prompt "the requested operation requires elevation." is displayed because it is not executed as an administrator. You can find CMD and right-click and select "Run as administrator". It is assumed that the execution can be performed as Administrator every time.
Method:
Click the Start Menu;
Enter "cmd" in the search box and you will see the CMD shortcut in the returned search results;
Right-click the shortcut;
In the pop-up menu, select "attach to Start Menu" ("pin to Start Menu"), so that the shortcut will appear on the current Start Menu;
Next, set operation permissions. Right-click the command line item you just created and select Properties;
Click the Advanced button to open the advanced Properties dialog box;
Select the run as administor option and click OK.
Turn...
CMD console prompt: the requested operation must be upgraded!