No of visitors who read this post: 951
Category: Misc Software
Type: Question
Author: Alisonnlopez
No votes yet

Hello all

If you are finding this "Error 740: The requested operation requires elevation"shows, it means that WinZip you are using has been configured to Start as administrator. Regularly this has been completed to allow WinZip to make Zip files in sheltered folders, for example those within Program Files. Thanks  a lot.

Error: Error 740: The requested operation requires elevation

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

# (Solution Accepted)

To resolve your issue, simply right-click on the application and click Run as Adminisrator. This usually fix the issue. And then turn the UAC (User Account Control) off.

1. Click Start and then launch the Control Panel. Type UAC on the search box above.

2. Clicki to turn the UAC on or off.

3. Untick the check box, Use User Account Control (UAC) and then click OK. This will work on Vista and Windows 7.

Ensure that your computer is up-to-date. Install all the latest updates on the programs installed on your PC. It is easier that searching for updates manually.

#

 
Dear User,
 
 
You can solve this problem by simply turning off your user account control.
 
You can easily do this by using a simple command in your Command prompt
 
1.Open an elevated Command prompt as the administrator
 
And run the following commands
 
%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
 
 
 
Thank you