Detailed battery information in Windows 10

See detailed battery information on Windows 10 Up until now, for me, a hidden feature on Windows 10 is a the parameter ‘/batteryreport’. To execute this command, start a cmd.exe or powershell.exe console. 1 powercfg /batteryreport The tool will generate a HTML file in the current working directory An example of this report can be seen here

Access extra debug options in Microsoft Teams

Description Today I learned Microsoft provides extra options to help you debug Microsoft Teams issue’s. This menu is accessible via the system tray icon. To access these options (left) click 7 times on the Teams icons right click on the icon and you will be presented with extra options The extra options are: - Devtools - Open chrome:// page - Get Electron / Slimcore version

Chromium Browser(s) Cheatsheet

For Microsoft Edge prefix with “edge://" For Google Chroem prefix with “Chrome://" Microsoft Edge Google Chrome Description //settings //settings General Settings overview page N/A //welcome Initial welcome page. Not available in Edge //net-export //net-export Log communication to a file on disk. See Log traffic in Chromium browsers //settings/profiles/sync – Manage profiles sync settings.

Logging traffic in Chromium browsers

Today I learned in debuging an ADFS authentication issue, Chromimum based browsers hava a capture traffic feature. I already new about the Developer Tools. This Developer Tools still need to be used in combination if you need to capture the request body data. None the less I believe it is an intresting tool to have in your toolbox. To access this features: Browser Feature Name Mircrosoft Edge (76+) edge://net-export Google Chrome edge://net-export Example: Normal capture 1 edge://net-export Turn on