User Profile
ajkessel
Brass Contributor
Joined 6 years ago
User Widgets
Recent Discussions
How to create Outlook 365 Search Folder for Calendar Items
When creating a Search Folder in the Outlook 365 desktop app, the user is prompted to pick a folder to search. Calendar does not appear in the dialog box -- only email message folders. Is there a way to create a Search Folder (i.e., saved search) that applies to appointment items stored in the Calendar folder associated with the main OST? If this is impossible, what's the best workaround if there is a frequent complex search a user wants to run on Calendar?1.1KViews0likes3CommentsToggle Conversation View programatically (macro/vba)
I'd like to toggle conversation view in Outlook 365 programatically. The closest I can find is Application.ActiveExplorer.CommandBars.ExecuteMso("ShowInConversations"), but that prompts the user with "this folder" or "all mailboxes" -- I'd like it to be immediate without any user prompt. Is this possible?308Views0likes0CommentsRe: Cannot launch Outlook 365 offline - "the set of folders cannot be opened"
Found a fix! Set created key in HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover DWORD ExcludeExplicitO365Endpoint = 1 Now I can start offline. As a bonus, Outlook also launches much faster.7.4KViews0likes3CommentsCannot launch Outlook 365 offline - "the set of folders cannot be opened"
Windows 10 21H2 (OS Build 19044.1706) Office 365 2204 (Build 15128.20178) I'm unable to launch Outlook 365 offline. I get the error: "Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. The attempt to log on to Microsoft Exchange has failed." Once Outlook has started and successfully connected, I can then go offline, but if I am not online during launch I can never get in. I've tried: - starting in safe mode - sfc /scannow - dism /online /cleanup-image /checkhealth - creating a new profile - creating a new C:\Users\...\appdata\local\Microsoft\Outlook folder - toggling cached exchange mode on and off - toggling "turn on shared calendar improvements" - disabling "download shared folders" in advanced account settings - disabling "favorites" in the folder pane - creating a registry REG_DWORD key HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover\ExcludeScpLookup with Value 1 None of these change the behavior. Any ideas?Solved7.4KViews0likes6CommentsIs there any way to skip UAC for disabling/enabling network adapters?
Win10 21H2 (19044.1682). I often disable/enable network adapters when troubleshooting connection issues. In the past, I've always been able to do so without a password prompt from UAC. But since I acquired a new laptop with a new Win10 image, it pops up every time I enable or disable an adapter. My regular user is in the "network configurator operators" group, which allows it to perform these operations after authenticating, but it seems like there should be some way to skip the re-authentication process for toggling network adapters. Is there any way to do this?752Views0likes0CommentsRepeated MicrosoftWindows.Client.CBS errors in Event Viewer after system restore
After a recent restore from ISO image, I've had various issues that I suspect are related to permissions not being reset correctly. One recurring set of errors I see in Event Viewer relate to MicrosoftWindows.Client.CBS. I've tried sfc /scannow, dism /online /restorehealth, as well as the PowerShell script to reinstall all apps for all users. I've tried running Process Monitor to see if there are any "DENIED" errors relating to CBS but nothing comes up. Any suggestions for how to fix this error or at least narrow down the cause? Log messages below. Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 5/10/2022 9:51:18 AM Event ID: 10001 Task Category: None Level: Error Keywords: Classic User: REDACTED Computer: REDACTED Description: Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error: "2147942402" Happened while starting this command: "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10001</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:18.6531102Z" /> <EventRecordID>126669</EventRecordID> <Correlation ActivityID="{f6cecf6e-a4e4-494f-90f1-f14fc0301d2b}" /> <Execution ProcessID="1236" ThreadID="22000" /> <Channel>System</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="param1">"C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca</Data> <Data Name="param2">2147942402</Data> <Data Name="param3">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp</Data> <Data Name="param4">Unavailable</Data> <Data Name="param5">Unavailable</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:18 AM Event ID: 4 Task Category: None Level: Error Keywords: (70368744177664),Process User: REDACTED Computer: REDACTED Description: 0x2: Cannot create the process for package MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy because an error was encountered while preparing the App credentials. The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>4</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000001</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:18.6530887Z" /> <EventRecordID>13021</EventRecordID> <Correlation ActivityID="{f6cecf6e-a4e4-494f-90f1-f14fc0301d2b}" /> <Execution ProcessID="1236" ThreadID="22000" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="PackageFullName">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy</Data> <Data Name="ErrorCode">2</Data> <Data Name="ErrorMessage">The system cannot find the file specified. </Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:15 AM Event ID: 21 Task Category: None Level: Error Keywords: (70368744177664),AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed for AppContainer onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy with error 0x80070005. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>21</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:15.0102240Z" /> <EventRecordID>13020</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0006-757e-a89fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> <Data Name="Context">onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:15 AM Event ID: 35 Task Category: None Level: Error Keywords: AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed with error 0x80070005 because it was unable to register with the firewall. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>35</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000000000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:15.0102098Z" /> <EventRecordID>13019</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0006-757e-a89fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:14 AM Event ID: 21 Task Category: None Level: Error Keywords: (70368744177664),AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed for AppContainer onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy with error 0x80070005. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>21</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:14.9504110Z" /> <EventRecordID>13017</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0006-757e-a89fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> <Data Name="Context">onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:14 AM Event ID: 35 Task Category: None Level: Error Keywords: AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed with error 0x80070005 because it was unable to register with the firewall. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>35</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000000000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:14.9503215Z" /> <EventRecordID>13016</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0006-757e-a89fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:12 AM Event ID: 4 Task Category: None Level: Error Keywords: (70368744177664),Process User: REDACTED Computer: REDACTED Description: 0x2: Cannot create the process for package MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy because an error was encountered while preparing the App credentials. The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>4</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000001</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:12.1160625Z" /> <EventRecordID>13013</EventRecordID> <Correlation ActivityID="{535959d1-d046-49c8-bd66-cc23f8e7b8fc}" /> <Execution ProcessID="1236" ThreadID="4928" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="PackageFullName">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy</Data> <Data Name="ErrorCode">2</Data> <Data Name="ErrorMessage">The system cannot find the file specified. </Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 5/10/2022 9:51:12 AM Event ID: 10001 Task Category: None Level: Error Keywords: Classic User: REDACTED Computer: REDACTED Description: Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error: "2147942402" Happened while starting this command: "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10001</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:12.1152120Z" /> <EventRecordID>126668</EventRecordID> <Correlation ActivityID="{535959d1-d046-49c8-bd66-cc23f8e7b8fc}" /> <Execution ProcessID="1236" ThreadID="4928" /> <Channel>System</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="param1">"C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca</Data> <Data Name="param2">2147942402</Data> <Data Name="param3">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp</Data> <Data Name="param4">Unavailable</Data> <Data Name="param5">Unavailable</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:10 AM Event ID: 4 Task Category: None Level: Error Keywords: (70368744177664),Process User: REDACTED Computer: REDACTED Description: 0x2: Cannot create the process for package MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy because an error was encountered while preparing the App credentials. The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>4</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000001</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:10.0791635Z" /> <EventRecordID>13012</EventRecordID> <Correlation ActivityID="{01c35a07-c0e3-41e0-9ff4-191c8f3160a5}" /> <Execution ProcessID="1236" ThreadID="20420" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="PackageFullName">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy</Data> <Data Name="ErrorCode">2</Data> <Data Name="ErrorMessage">The system cannot find the file specified. </Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 5/10/2022 9:51:10 AM Event ID: 10001 Task Category: None Level: Error Keywords: Classic User: REDACTED Computer: REDACTED Description: Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error: "2147942402" Happened while starting this command: "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10001</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:10.0791603Z" /> <EventRecordID>126667</EventRecordID> <Correlation ActivityID="{01c35a07-c0e3-41e0-9ff4-191c8f3160a5}" /> <Execution ProcessID="1236" ThreadID="20420" /> <Channel>System</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="param1">"C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca</Data> <Data Name="param2">2147942402</Data> <Data Name="param3">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp</Data> <Data Name="param4">Unavailable</Data> <Data Name="param5">Unavailable</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:08 AM Event ID: 4 Task Category: None Level: Error Keywords: (70368744177664),Process User: REDACTED Computer: REDACTED Description: 0x2: Cannot create the process for package MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy because an error was encountered while preparing the App credentials. The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>4</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000001</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:08.0643463Z" /> <EventRecordID>13010</EventRecordID> <Correlation ActivityID="{7e0caab7-5617-4f64-84f0-730b8753b468}" /> <Execution ProcessID="1236" ThreadID="21744" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="PackageFullName">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy</Data> <Data Name="ErrorCode">2</Data> <Data Name="ErrorMessage">The system cannot find the file specified. </Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 5/10/2022 9:51:08 AM Event ID: 10001 Task Category: None Level: Error Keywords: Classic User: REDACTED Computer: REDACTED Description: Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error: "2147942402" Happened while starting this command: "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10001</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:08.0636442Z" /> <EventRecordID>126666</EventRecordID> <Correlation ActivityID="{7e0caab7-5617-4f64-84f0-730b8753b468}" /> <Execution ProcessID="1236" ThreadID="21744" /> <Channel>System</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="param1">"C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXjd5de1g66v206tj52m9d0dtpppx4cgpn.mca</Data> <Data Name="param2">2147942402</Data> <Data Name="param3">MicrosoftWindows.Client.CBS_120.2212.4170.0_x64__cw5n1h2txyewy!InputApp</Data> <Data Name="param4">Unavailable</Data> <Data Name="param5">Unavailable</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:04 AM Event ID: 21 Task Category: None Level: Error Keywords: (70368744177664),AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed for AppContainer onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy with error 0x80070005. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>21</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:04.3145952Z" /> <EventRecordID>13009</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0000-f2cb-ad9fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> <Data Name="Context">onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:04 AM Event ID: 35 Task Category: None Level: Error Keywords: AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed with error 0x80070005 because it was unable to register with the firewall. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>35</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000000000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:04.3145779Z" /> <EventRecordID>13008</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0000-f2cb-ad9fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:04 AM Event ID: 21 Task Category: None Level: Error Keywords: (70368744177664),AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed for AppContainer onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy with error 0x80070005. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>21</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000400000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:04.2433082Z" /> <EventRecordID>13006</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0000-f2cb-ad9fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> <Data Name="Context">onecore\ds\security\gina\profile\profext\appcontainer.cpp Line:1905 microsoftwindows.client.cbs_cw5n1h2txyewy MicrosoftWindows.Client.CBS_cw5n1h2txyewy</Data> </EventData> </Event> Log Name: Microsoft-Windows-AppModel-Runtime/Admin Source: Microsoft-Windows-AppModel-Runtime Date: 5/10/2022 9:51:04 AM Event ID: 35 Task Category: None Level: Error Keywords: AppContainer User: REDACTED Computer: REDACTED Description: CreateAppContainerProfile failed with error 0x80070005 because it was unable to register with the firewall. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" /> <EventID>35</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000000000000002</Keywords> <TimeCreated SystemTime="2022-05-10T13:51:04.2432893Z" /> <EventRecordID>13005</EventRecordID> <Correlation ActivityID="{9fa68a1a-63d0-0000-f2cb-ad9fd063d801}" /> <Execution ProcessID="10768" ThreadID="24192" /> <Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel> <Computer>REDACTED</Computer> <Security UserID="S-1-5-21-96414999-1499730031-444732941-29377" /> </System> <EventData> <Data Name="ErrorCode">2147942405</Data> </EventData> </Event>34KViews0likes2CommentsUnable to preview any MS Office documents in Outlook 365 after Windows 10 repair
My Windows 10 networking stack died recently, requiring a rescue repair-install from a USB key. Everything is now working fine except I am no longer able to preview Office documents in Outlook 365. The error for Word is: This file cannot be previewed because of an error with the following previewer: Microsoft Word previewer Same issue with Excel and PowerPoint. PDF previews still work fine (using Acrobat), so it's not a mere of all previews being broken. I've tried both a quick and a full online repair of Office 365. I've tried toggling settings in the Trust Center as described here https://www.technipages.com/outlook-fix-this-file-cannot-be-previewed . Someone suggested the registry may need to be fixed but without any guidance on how. Any ideas for how to get Outlook preview to start working again for Office attachments? Windows 10 Version 21H2 (OS Build 19044.1288) Office 365 Version 2204 (Build 15128.20178 Click-to-Run)1KViews0likes0CommentsAny way to make Outlook Calendar invitations look right to Gmail/Google Calendar users?
I use Outlook 2016/Exchange at work. Whenever I send a calendar invite to my family members on Gmail/Apple devices, the format is very confusing to them -- it looks like a full email with a signature block followed by an ICS attachment that they need to double click to get the invite and then open in the Apple (or Google) Calendar application. The whole workflow is very clunky and non-obvious to non-technical users. This use case - an Outlook/Exchange user sending a calendar invite to an Apple/Gmail user - must be extremely common. Yet as best I can tell there is no way to make the Outlook calendar invite look like a Gmail calendar invite to the recipient. The best workaround I've found is to create these events on my own Gmail account and then import them into Outlook, so the recipients see invitations that look normal to them. Is there really no more elegant solution to this extremely common use case?2.3KViews0likes0CommentsRe: How to search by keyboard in Outlook 365 when ribbon bar is hidden?
When the ribbon bar is hidden, neither CTRL-F nor CTRL-E does anything in recent Outlook 365 releases. CTRL-SHIFT-F does work for advanced find, but that's a totally different interface than the current folder quick search that normally CTRL-E invokes.1KViews0likes0CommentsRe: Frequent Outlook 365 crashes after recent update
Just a quick update -- this problem went away for a few months, but now appears multiple times per day. Here's a sample crash report: Faulting application name: OUTLOOK.EXE, version: 16.0.13127.21624, time stamp: 0x6093b420 Faulting module name: mso40uiwin32client.dll, version: 0.0.0.0, time stamp: 0x6093ae60 Exception code: 0xc0000005 Fault offset: 0x00000000000df814 Faulting process id: 0x4de4 Faulting application start time: 0x01d7565198c9c144 Faulting application path: C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE Faulting module path: C:\Program Files\Common Files\Microsoft Shared\Office16\mso40uiwin32client.dll Report Id: 42483b25-0e24-4cec-b0be-1def86542aa4 Faulting package full name: Faulting package-relative application ID: ... Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: OUTLOOK.EXE P2: 16.0.13127.21624 P3: 6093b420 P4: mso40uiwin32client.dll P5: 0.0.0.0 P6: 6093ae60 P7: c0000005 P8: 00000000000df814 P9: P10: Attached files: \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4CF8.tmp.WERInternalMetadata.xml These files may be available here: \\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_OUTLOOK.EXE_6ea06b45525919cf46f6dc4c71814cc4fa1179fc_00000000_f2cafdac-ac34-424f-9d27-60f23c3e6791 Analysis symbol: Rechecking for solution: 0 Report Id: ac27bb0c-30ea-41bb-a94b-d0facf535cf4 Report Status: 528484 Hashed bucket: Cab Guid: 07.2KViews0likes0CommentsFrequent Outlook 365 crashes after recent update
For the past week or so, Outlook 365 (Version 2007 13029.20344) has been crashing several times a day for me. I think it usually occurs when going in and out of search functionality. I've included an exemplary event viewer entry below. I tried deleting Experiment, ExperimentTas, and ExperimentEcs registry keys as noted at https://social.technet.microsoft.com/Forums/en-US/0b4bbbb7-e01f-4547-afda-c5359c0ba592/word-excel-powerpoint-crashing?forum=Office2016setupdeploy but it has not helped. (I did not have a CurrentSkuIdForApp key, but I tried deleting the CurrentSkuIdAggregationForApp key as well). I often have data loss with this crash -- it does not usually save draft messages before crashing -- so it is quite disruptive. Does anyone have any suggestions for fixes, workarounds, or ways to better diagnose these frequent crashes with the recent Outlook 365 build? Log Name: Application Source: Application Error Date: 8/26/2020 3:29:01 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: [...] Description: Faulting application name: OUTLOOK.EXE, version: 16.0.13029.20344, time stamp: 0x5f2a2c40 Faulting module name: mso40uiwin32client.dll, version: 0.0.0.0, time stamp: 0x5f2a02f8 Exception code: 0xc0000005 Fault offset: 0x00000000000b742e Faulting process id: 0x7070 Faulting application start time: 0x01d67bdba22c3b56 Faulting application path: C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE Faulting module path: C:\Program Files\Common Files\Microsoft Shared\Office16\mso40uiwin32client.dll Report Id: aabc9f9a-27e0-4a98-a847-9d098af89d6c Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2020-08-26T19:29:01.121443400Z" /> <EventRecordID>725083</EventRecordID> <Channel>Application</Channel> <Computer>[...]</Computer> <Security /> </System> <EventData> <Data>OUTLOOK.EXE</Data> <Data>16.0.13029.20344</Data> <Data>5f2a2c40</Data> <Data>mso40uiwin32client.dll</Data> <Data>0.0.0.0</Data> <Data>5f2a02f8</Data> <Data>c0000005</Data> <Data>00000000000b742e</Data> <Data>7070</Data> <Data>01d67bdba22c3b56</Data> <Data>C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE</Data> <Data>C:\Program Files\Common Files\Microsoft Shared\Office16\mso40uiwin32client.dll</Data> <Data>aabc9f9a-27e0-4a98-a847-9d098af89d6c</Data> <Data> </Data> <Data> </Data> </EventData> </Event>9KViews0likes6CommentsHow to search by keyboard in Outlook 365 when ribbon bar is hidden?
When "auto-hide the ribbon" is enabled in Outlook 365, there does not appear to be any way to initiate a search by keyboard. CTRL-E does nothing. There also appears to be no keyboard shortcut to toggle the ribbon (when auto-hide ribbon is enabled, CTRL-F1 does nothing). Is there really no way to start a search by keyboard when the ribbon is hidden? Isn't this an accessibility problem?1.1KViews0likes2CommentsAny way to hide or shrink message header in Outlook 365 preview pane?
Outlook used to have an option to hide and/or shrink the message header in the preview pane. I can't find anything similar in Outlook 365. Is this feature really nonexistent? The header takes up a giant chunk of real estate on a laptop screen -- nearly 1/3rd of the screen's vertical space if there are attachments and then the add-in bar. If this doesn't exist in Outlook 365 as-is, has anyone found a workaround, plugin, or other option so this much space isn't wasted with useless information (since the header information is redundant to what is already displayed in the message list)? If there is no solution, can we get this on the company's radar? I don't understand why they would go backwards on such a simple usability feature.3.6KViews1like1CommentIs it possible to toggle "auto-hide the ribbon" with a keyboard shortcut in Outlook 365?
Is there a way to enable/disable "auto-hide the ribbon" in Outlook 365? CTRL-F1 doesn't work -- that will show/hide tabs if the ribbon is already visible. But when the ribbon is hidden, I haven't been able to find any keyboard method to show it.2KViews2likes1CommentRe: Possible to invoke Outlook search-in-title-bar with keyboard shortcut when ribbon is hidden?
I've figured out most of the problem. In earlier Outlook releases, you could search subfolders just by hitting ctrl-alt-z after typing your search. Now you need to hit enter after typing the search terms, followed by ctrl-alt-z. The remaining problem is there does not appear to be any way to pull up the search dialog with the keyboard when the ribbon is hidden.1.5KViews0likes0CommentsRe: Possible to invoke Outlook search-in-title-bar with keyboard shortcut when ribbon is hidden?
It appears CTRL-ALT-A still works for converting a search to "all folders" but CTRL-ALT-Z for "subfolders" is gone. Did this key-binding just get lost in the shuffle? Does anyone have the ability to get feedback to developers to ask that it be restored, as well as to make it possible to access the search bar via keyboard when the ribbon is hidden?1.6KViews0likes1Comment
Recent Blog Articles
No content to show