jueves, 4 de diciembre de 2025

Deshabilitar AppActions en Windows C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy

 

C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy


You cannot completely remove the MicrosoftWindows.Client.CBS_cw5n1h2txyewy folder because it's a critical Windows system component responsible for features like the text input application and system updates. However, you can disable it by renaming the InputApp subfolder within it or by blocking the associated process in the registry, but this may have unintended consequences. 
Method 1: Rename the InputApp folder (Recommended)
This method disables the text input component without deleting the entire system app, which can prevent future issues. 
  1. Open File Explorer and go to C:\Windows\SystemApps\.
  2. Find the folder named MicrosoftWindows.Client.CBS_cw5n1h2txyewy.
  3. Inside that folder, find InputApp.
  4. Right-click InputApp and select Rename.
  5. Add .bak to the end of the folder name, making it InputApp.bak.
Method 2: Block the URI protocol via the Registry (Windows 11)
This method blocks the URI protocol that activates Copilot, but it may be ignored on Windows 11 Home and Pro editions for the latest builds. 
  1. Press Windows key + R to open the Run dialog.
  2. Type regedit and press Enter.
  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer. If the Explorer key does not exist, create it.
  4. Right-click the Explorer key and select New > DWORD (32-bit) Value.
  5. Name the new value DisableCopilot.
  6. Double-click DisableCopilot and set its value data to 1.
  7. Restart your computer for the changes to take effect. 
Method 3: Using PowerShell (for certain components)
If you're trying to disable a specific component like Get Help, you can use a PowerShell command. 
powershell
Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage
Important considerations
  • System stability: Be cautious when modifying system files, as it can lead to instability or affect other Windows functions.
  • Updates: Windows updates may revert these changes, so you may need to re-apply them after a major update.
  • Re-enabling: To re-enable the feature, simply rename the folder back to its original name or set the registry value to 0. 

No hay comentarios:

Publicar un comentario