Microsoft is about to make the Windows 10 taskbar a lot more useful and in a neat, non-distracting way. Ever found yourself opening a new browser tab to check the latest news or match score, or launching an app to see the weather info while working? I do it, a lot. Thankfully, Microsoft is adding a collapsible news and interests feed to the Windows 10 taskbar that is just a click away and won’t push your ongoing workflow to the background.
Currently available for Windows Insiders only
/* Pull quote size and added line-height
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
*/
figure.quoteleft {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.quoteleft {
width: 50%;
float: left;
margin: 0em 1em;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
figure.wp-block-pullquote.pullleftstyle {
border-top: 0px;
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
blockquote.leftquotestyle {
color: #006e95 !important;
}
@media only screen and (max-width: 600px) {
.quoteleft {
float: none;
width: 90%;
margin: auto;
}
.wp-block-pullquote {
padding: 0rem;
}
}
“With news and interests on the Windows taskbar, you get quick access to an integrated feed of dynamic content such as news and weather that updates throughout the day,” explains Microsoft. The news and interests feed has arrived with the Windows 10 Insider Preview Build 21286 that is being rolled out for Windows Insiders in the Dev Channel.

The news and interests feed can be fully personalized to show you news headlines, sports updates, weather information, and a lot more. Microsoft says the feed can be populated with content from over 4,500 international publications that include the likes of The New York Times and BBC to name a few.
The news and interests feed is customizable
/* Pull quote size and added line-height
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
*/
figure.quoteleft {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.quoteleft {
width: 50%;
float: left;
margin: 0em 1em;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
figure.wp-block-pullquote.pullleftstyle {
border-top: 0px;
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
blockquote.leftquotestyle {
color: #006e95 !important;
}
@media only screen and (max-width: 600px) {
.quoteleft {
float: none;
width: 90%;
margin: auto;
}
.wp-block-pullquote {
padding: 0rem;
}
}
And the best part is that when you click on an article, it opens in a ‘streamlined reading view’ with minimal distractions so that your workflow remains intact. And in case you don’t find it interesting, just right click on the taskbar to turn off the news and interests feed.
The team is releasing a cool new feature to @Windows Insiders today. Love that I can get these weather + news updates without breaking my flow. Try it out and let us know what you think #WIP #Windows #newsandinterests @windowsinsider https://t.co/1T3uwhxyI7 pic.twitter.com/lJUhpvo32Y
— Panos Panay (@panos_panay) January 6, 2021
Users can register their preference for the kind of stories they like in their news and interests feed on the Windows 10 taskbar with dedicated “More stories like this” or “Fewer stories like this” buttons. Additionally, the Microsoft Privacy Dashboard offers controls that will allow users to see and limit ad-tracking.
Users will need to have Edge browser on their system though
/* Pull quote size and added line-height
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
*/
figure.quoteleft {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.quoteleft {
width: 50%;
float: left;
margin: 0em 1em;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
figure.wp-block-pullquote.pullleftstyle {
border-top: 0px;
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
blockquote.leftquotestyle {
color: #006e95 !important;
}
@media only screen and (max-width: 600px) {
.quoteleft {
float: none;
width: 90%;
margin: auto;
}
.wp-block-pullquote {
padding: 0rem;
}
}
As mentioned above, the new news and interests feed on the Windows 10 taskbar is only rolling out with the Build 21286 for Windows Insiders. And to make it work, users are required to install the latest build of Microsoft’s Edge browser that is based on the Chromium engine. It must also be noted that the new feature is currently limited to testers in Australia, Canada, India, UK, and the US.

System > Storage.” width=”517″ height=”409″ />
Go to Settings > System > Storage and click the Manage Storage Spaces under “More storage settings” to get started.
This feature is rolling out to a subset of Insiders in the Dev Channel at first, to help us quickly identify issues that may impact performance and reliability. Rest assured they will be gradually rolled out to everyone in the Dev Channel.
Introducing New File System Command Line Tool DiskUsage
As some Insiders have noticed, we’re working on an enhancement to the file system utilities family – called DiskUsage
, enabling users to view and query disk space usage via the command line. With DiskUsage, you can now track files and directories which are consuming excessive amount of space on the drive. It scans the specified directory recursively or the entire drive with detailed information on how much each subfolder is using. It also supports extensive filtering and output customization options.
For example: >> diskusage /d:1
This will display the used space under each folder of the current directory.
Get started today by typing diskusage /?
in a command line window for more options and usage information.