We no longer need to pass --debugmsg -all to winedbg.

diff --git a/dlls/kernel/except.c b/dlls/kernel/except.c
index 2e4ddf8..ce991ee 100644
--- a/dlls/kernel/except.c
+++ b/dlls/kernel/except.c
@@ -307,7 +307,7 @@
     else
     {
         cmdline = HeapAlloc(GetProcessHeap(), 0, 80);
-        sprintf(cmdline, "winedbg --debugmsg -all --auto %ld %ld",
+        sprintf(cmdline, "winedbg --auto %ld %ld",
                 GetCurrentProcessId(), (ULONG_PTR)hEvent);
     }
 
diff --git a/tools/wine.inf b/tools/wine.inf
index 0979c9f..675d90e 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -87,7 +87,7 @@
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
 
 [Debugger]
-HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg --debugmsg -all %ld %ld"
+HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
 
 [Desktop]