How To Fix “The Requested Operation Requires Elevation” Error

Windows 7 logo

While executing some commands in Windows 7 (or Windows Vista) command prompt, you may see some error message like

The requested operation requires elevation

This may also appear sometimes when you are installing some older applications in your Windows 7.

In my case the above error popped in while I was trying to run a “netstat –b” command from the Windows 7 command prompt. You may also end with the same error if you try to other commands like “ipconfig /flush” or “ipconfig /release” etc.

requested operation requires elevation error

This error arises so because, some programs like this need to be run with elevated privileges even though you did turn off UAC (User Account Control). However, there is a simple solution available for this, all you need to do is that run the command prompt with administrative (elevated) privileges.

Solution:

To solve this error, go to Start > Type cmd in the search box, you will the result cmd.exe under programs. Right-click on it and select Run as administrator.

run_cmd_administrator_1

Now run the same command and you will no longer get any error messages and the command gets executed in the right manner.

Command prompt with elevated administrator rights

If you are wondering so as to how to find whether you are running the command prompt with Administrator privileges or not, use the following hint:

If you are running command prompt as an admin, you will see the word “Administrator” in the CMD window title. Checkout the following screenshot, which depicts the difference between the two CMD windows.

Difference between the command prompt windows

IDT High Definition Audio CODEC Update #Fail In Windows 7

Windows logo

Alert: IDT HD Audio Codec Windows optional update causing problems in Windows 7

There’s a new optional Windows update showing up in Windows update from a couple of days, “IDT – Audio – IDT High Definition Audio CODEC”.But there seems to be some problems with this particular update no please do not install this update hastily.Some users who have installed this have reported there was no sound output after installing this and rebooting the system.

Continue reading this post if you have already installed this and facing problems.

IDT – Audio – IDT High Definition Audio CODEC

Download size: 8.9 MB

You may need to restart your computer for this update to take effect.

Update type: Optional

IDT Audio software update released in March, 2010

More information:
http://winqual.microsoft.com/support/?driverid=20347177

Help and Support:
http://support.microsoft.com/select/?target=hub

IDT High definition audio codec in windows update

Update failed: error 80070103 (see the below screen shot)

IDT audio codec update fail

Solutions:

1. The easy way- All laptops :

The easiest and the most worked solution for this is to rollback the default windows driver (“High definition audio device”) which was released in 2008 (12/12/08 or 06/27/08).This almost solves the problem.But if you are still getting the same problem, try downloading the latest update by following these steps:

2. Specific Notebooks:

HP Notebook users:

HP IDI audio codec driver download

Go to this HP support site, enter your product name and search for drivers and download the latest

Dell Notebook Users:

Go to Dell.com and search for “IDT High Definition Audio Codec” in the search field and look for the latest update in the drivers section, choose and download the right update for your Windows.

Dell IDT update

Alternatively, Dell users can first uninstall the IDT driver from the control panel and then download “SIGMATEL driver” from the Dell.com- drivers and downloads section.Let the program automatically detect your hardware and install the right audio driver for you.

Have you faced the same problem while installing IDT HD audio codec update? If so, how did you solve it? Tell us through comments..

Note: The solutions listed here are the probable solutions that may work based on the opinion of a small numbers of users who faced this issue.There is no guarantee that it will work 100% even after you try all the above steps.

How To Deal With “Firefox is already running..” Error ?

You might have observed this error message many times while trying to open Firefox too soon after it was closed or may be due to closing Firefox abnormally (without deleting the lock file) or not shutting down the Firefox properly or when your Mozilla can’t find profile folder in the expected location

“Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.”

Firefox not responding

An article in Firefox Knowledge Base explains why this error occurs:

This error can occur in Firefox 3 because of a delayed shutdown, if you try to reopen it too soon after it was last closed

Solution 1 : End processes

The one popular and easiest solution to this is to kill the process in the Windows task manager.To do this right click on your Windows taskbar and choose “Start Task manager”.

start task manager

Locate the process called “firefox.exe” (each instance of Firefox when running multiple pages) in under the processes tab:

processes in Task manager

Right click on the process and choose “End Process” or simply use “delete” from your keyboard.

End a process in Task manager

And now re open Firefox browser and it’ll also recover tabs from your last session that you have just ended abruptly by stopping the firefox.exe process.

Solution 2: Remove the profile lock file

This requires finding the location of the Firefox profile in your computer and deleting the lock  files under your profile.

Step 1 :

Press Windows+R button to open run command prompt, type “appdata” and click ok

appdata run command


Step 2:

Now a windows explorer window will open up then navigate to the following folder by the give paths:

C:\Users\<user name>\AppData\Roaming folder  — Windows 7 and Windows Vista

C:\Documents and Settings\<user name>\Application Data folder – Windows XP and Win 2000

Navigate to Mozilla >Firefox >Profiles from there

Step 3:

Delete the file “parent.lock” from your profile folder.

parent lock firefox profiles

via [Matt Cutts]

Note:

The methods given here are exclusively for Windows based systems.

Note that this will only solve the current issue with Firefox, however we can’t guarantee that Firefox will not behave like this in future.