%3F.png)
Windows 8 sigue apareciendo notificaciones de brindis
Intenté deshabilitarlos mediante el menú, la política de grupo, detuve la detección del hardware del shell y configuré las siguientes claves de registro:
REG ADD "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" /v NoToastApplicationNotification /t REG_DWORD /d 1 /f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowInfoTip /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v FolderContentsInfoTip /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v StartButtonBalloonTip /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v EnableBalloonTips /t REG_DWORD /d 0 /f
Sin embargo, este brindis está apareciendo.
Dice que hay un problema con la unidad y me lleva a "Escanear y reparar disco extraíble".
¿Cómo puedo desactivar esta notificación del sistema de forma permanente?
El valor ToastEnabled
debajo HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications
está establecido en 0
.