Te dejo una guía de cómo deshabilitar BingSearchEnabled y CortanaConsent, tanto en el registro como en políticas de grupo:
🔧 Con regedit
- Abrí Win + R → escribí regedit → Enter.
- Andá a:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search- En el panel derecho:
- Doble clic en BingSearchEnabled → poné 0.
- Doble clic en CortanaConsent → poné 0.
- Si no existen, creá valores DWORD (32 bits) con esos nombres y asignales 0.
- Cerrá regedit y reiniciá la compu.
⚡ Con PowerShell
- Abrí PowerShell como administrador y ejecutá:
Set-ItemProperty -Path
"HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name
"BingSearchEnabled" -Value 0
Set-ItemProperty -Path
"HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name
"CortanaConsent" -Value 0
📑 Con gpedit.msc (políticas de grupo)
- Abrí Win + R → escribí gpedit.msc → Enter.
- Navegá a:
- Configuración del equipo → Plantillas administrativas → Componentes de Windows → Buscar
- Activá estas políticas:
- Permitir Cortana → poné en Deshabilitado.
- No permitir búsqueda en la web → poné en Habilitado.
- Cerrá el editor y reiniciá.