Fixes

What is: Actionuri OOP Server Process and How to Disable it [Complete Guide]

Many users that constantly monitor their system’s performance and resource usage from the task manager and have been curious about the “Actionuri OOP Server” process or the “Windows RT OOP Server” process in the list of running processes. In this post, we will be informing you about what the process actually is and how you can disable the Actionuri OOP Server process from running on your computer.

actionuri oop server
Actionuri OOP Server

What is Actionuri OOP Server Process and is it Vital to the Windows Operating System?

Almost all system applications use a couple of additional services that help them to execute certain aspects of their functionalities on the computer. Cortana uses the Actionuri OOP Server and the WinRT OOP Server process to actually communicate with the Microsoft servers to receive and process information from your computer.

This process often doesn’t consume many resources but runs with a lot of active processes under its tail. However, as all Windows functions, unfortunately, you cannot expect it to run without interrupting with some other processes on your computer or run without glitching out. Therefore, you can disable this process without losing any additional functionality except of course Windows AI Assistant Cortana.

Should you Disable the OOP Server Process?

As you can conclude from the instructions above, the process is hardly necessary for any other Windows function except Cortana. Therefore, you can easily disable Cortana and get rid of this excess resource usage but keep in mind that it means you will not be able to use Cortana on your computer unless you undo the changes that we will be making while disabling this process.

Disabling Actionuri OOP Server and WinRT OOP Server Process:

Method 1: Disable Cortana

From local group policies:

  1. Press “Win + R” button on the keyboard to open the Run box and search for “gpedit.msc”.
    Typing "gpedit.msc"
    Typing “gpedit.msc”
  2. From the left pane, navigate to the following location and double-click on the “Allow Cortana” entry located at the right side of the screen.
    Computer Configuration > Administrative Templates > Windows Components > Search
    Allow Cortana to disable actionuri oop server
    Selecting “Allow Cortana”
  3. Now check the box parallel to the “Disable” option to disable Cortana permanently.
    Disable Cortana
    Disabling Cortana
  4. From the same list of Policies, double-click on “Do not allow web search” and  “Don’t search the web or display web results in Search” options one by one and click on the “Enable” button to enable both of them.
    Disable other options
    Enable other options

From Registry Editor:

  1. Press “Win + R” button on the keyboard to open the Run box and search for “regedit”.
    Typing "regedit"
    Typing “regedit”
  2. From the left pane, navigate to the following location and double-click on the “Allow Cortana” entry located at the right side of the screen to open its properties.
    Note: If there is no such entry on your computer, then you will have to create it manually. Just right-click on the “Windows” folder and select “New > Key”. Now right-click on the newly created folder, select “New > DWORd (32-bit) Value” and name it as “Allow Cortana”.
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
    Selecting "Allow Cortana" to disable actionuri oop server
    Selecting Allow Cortana
  3. Now enter “0” in the text field associated with “Value Data” in the edit box and click “OK” to apply the changes.
    Disable Cortana
    Disable Cortana
  4. After applying the changes, reboot your computer and check if the actionuri oop server and winrt oop server have been disabled.

Method 2: Disable ActionUri in Firewall

  1. Press “Win + R” button on the keyboard to open the Run box and search for “firewall.cpl”.
    Typing in "firewall.cpl"
    Typing in “firewall.cpl”
  2. From the left pane, click on “Advanced Settings”.
    Selecting "Advanced Settings" to fix actionuri oop server
    Selecting Advanced Settings
  3. Now select “Inbound Rules” located on the left pane and click on the “New Rules” from the right side of the window.
    Set Inbound Rules
    Set Inbound Rules
  4. Check the box parallel to “Program” and click on the “Next” button from the bottom of the screen.
    Select "Program"
    Select Program
  5. Now type the following path in the text field associated with “This Program Path” and click on the “Next” button.
    %SystemRoot%\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\ActionUriServer.exe
    Go to the following location to disable actionuri oop server
    Navigate to the following location
  6. Check the box parallel to “Block the connection” and click on the “Next” button located on the bottom of the screen.
    Block the connection
    Block the connection
  7. Now check the boxes parallel to “Domain”, “Private “ and “Public” and click on the “Next” button.
    Check the boxes to apply rules
    Applying the rules
  8. Now type a suitable name to your new rule and click on the “Finish” button.
    Type a name to disable actionuri oop server
    Naming a rule
  9. Now, click on “Outbound Rule” from the left pane, and follow steps 3-8 to block ActionUri in your Firewall completely.
    Set Outbound Rule
    Set Outbound Rule
  10. After saving all the changes, reboot your computer and check if you encounter the same issue again.

Method 3: Rename Cortana Folder

Take Ownership:

  1. Press “Win + R” button on the keyboard to open the Run box and search for “regedit”.
    Typing "regedit"
    Typing “regedit”
  2. Now navigate to the following location and right-click on the “shell” folder. Select “New > Key” and name it as “runas”.
    Computer\HKEY_CLASSES_ROOT\*\shell
    Create new key to disable actionuri oop server
    Creating new key
  3. Now open the “runas” folder from the left pane and double-click on the “(Default)” located at the right side of the window.
    Select "(Default)"
    Select Default
  4. Type “Take Ownership” in the text field related to “Value Data” and click on the “OK” button to save the changes.
    Take Ownership to disable actionuri oop server
    Take Ownership
  5. Now right-click on an empty space on the right pane, select “New > String Value” and name it as “NoWorkingDirectory”.
  6. Now right-click on the “shell” folder located on the left pane. Select “New > Key” and name it as “command”.
  7. Afterward open the “command” folder from the left pane and double-click on the “(Default)” located at the right side of the window.
  8. Type the following text in the text field related to “Value Data” and click on the “OK” button to save the changes.
    cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F
    Edit "Value Data"
    Edit “Value Data”
  9. Now right-click on an empty space on the right pane, select “New > String Value” and name it as “IsolatedCommand”.
    IsolatedCommand
    IsolatedCommand
  10. Now double-click on the “IsolatedCommand” entry and type the following text in the text field related to “Value Data”.
    cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F
    Edit "Value Data" to disable actionuri oop server
    Edit Value Data
  11. Now navigate to the following location from the right pane of the registry editor and repeat the steps 2-10 to make new entries in the respective folder.
    Computer\HKEY_CLASSES_ROOT\Directory\shell
  12. Make sure you type the following path in the value data of “(Default)” and “IsolatedCommand” that you have created in the new location.
    cmd.exe /c takeown /f \”%1\” /r /d y && icacls \”%1\” /grant administrators:F /t

Change Name:

  1. Press “Win + R” button on the keyboard to open the Run box and search for “C:\Windows”.
  2. Now right-click on any empty space, select “New > Folder” to create a new folder, and name the folder as “SystemApps.bak”
    Create new folder to disable actionuri oop server
    Create a new folder
  3. Now double-click on the “SystemApps” folder and open it.
  4. Right-click on the “windows.Cortana_cw5n1h2txyewy” folder and select “Take Ownership”.
  5. Now hit “Ctrl + X” keys to cut the folder and paste it in the “SystemApps.bak” folder that you just created.
  6. Now press “Ctrl + Shift + Esc” to open the task manager and terminate all the tasks related to “Cortana” and “ActionUri OOP Server”.
    Ending tasks
    Ending tasks

Note: If the actionuri oop server is still enabled, simply cut and paste the folder back into its previous location to revert the changes.

Method 4: Disable mic port and location service

  1. Press “Win + X” keys on the keyboard and click on the “Device Manager” option.
    Open Device Manager
    Open Device Manager
  2. Click on the “Audio Inputs and Outputs” option to expand the list of audio drivers installed on your computer and double-click on the “Microphone” option to open its properties.
    Audio Inputs and Outputs
    Audio Inputs and Outputs
  3. No go to the “Driver” tab and click on the “Disable Device” button to disable your microphone.
    Disable microphone
    Disable Device
  4. Now press “Win + I” keys on the keyboard to open “Settings” and navigate to “Privacy”.
    Privacy Settings
    Choose Privacy Settings
  5. From the left pane, navigate to the “Location” tab and disable the toggle button associated with  “Allow apps to access your location” located on the right side of the screen.
    Disable location services
    Disable location services

Method 5: Reload all device drivers and services

  1. Press “Win + R” button on the keyboard to open the Run box and search for “msconfig”.
    Typing in "Msconfig"
    Typing in “Msconfig”
  2. Now navigate to the “General” tab and check the box parallel to “Normal Startup”.
  3. Now click on the “Apply” button to save the changes and restart your computer to see if the issue is now resolved.
    Click on Normal Startup to disable actionuri oop server
    Choose Normal Startup

Method 6: Fix corrupted system files

Using command prompt:

  1. Navigate to the search bar of your system and type “Command Prompt”. Right-click on the Command prompt option and choose “Run as Administrator”.
    Run Command Prompt as administrator
    Run Command Prompt
  2. Now type the following commands one by one and hit enter to execute them:
    sfc /scannow
    DISM.exe /Online /Cleanup-image /Restorehealth

Using Malware Bytes:

  1. Launch your favorite browser and download MalwareBytes.
  2. Double-click on the setup file you just downloaded and follow the onscreen instructions to install the tool.
  3. Now launch the tool and click on the “Scan” button to start scanning for corrupted system files and fix them automatically.
    Scan for corrupted files
    Scan for corrupted files
  4. When the scanning procedure is completed hopefully the actionuri oop server would be disabled.

If you are still unable to fix this issue, you can contact us for any further assistance.

Alan Adams

Alan is a hardcore tech enthusiast that lives and breathes tech. When he is not indulged in playing the latest video games, he helps users with technical problems that they might run into. Alan is a Computer Science Graduate with a Masters in Data Science.
Back to top button