After installing the Windows 11 22H2 update, you may notice that the “Browse for Folder” dialog invoked from various apps may show only the folders on the desktop. In other words, the desktop is shown as the rooted view, and no option exists to choose any other folder outside the desktop.Read more
registry
How to Add the Folders Group to This PC in Windows 11
The October 18, 2022 KB5019509 update for Windows 11 introduces tab support in Explorer. However, the update also removes the “Folders” group in This PC. As you see in the above screenshot, only the “Devices and drives” section is available. In the earlier builds, the Folders group contained the links to your special folders. This … Read more
Preview Pane is Blank for Every File Type Except Images
We’ve seen the “No preview available” situations before, caused by the incorrect or missing preview handler registration for a file type. Here is a similar problem: the preview pane is empty, showing just the white space for all file types except images.Read more
Restore the Old Task Manager in Windows 11
Windows 11 version 22H2 (and above) comes with a redesigned Task Manager. The new Task Manager has additional features, such as a new command bar, UI matching the system-wide theme, Efficiency mode to limit the resource usage of a process, etc.Read more
Get the Install Date/Time of Store Apps in Windows 10
The Apps & Features page in Windows 10 shows you the installation date (without the time) for each UWP app. In Windows 10, this information is stored in the registry.

Unfortunately, PowerShell’s Get-AppxPackage cmdlet doesn’t display the installation timestamp data. But you can get the list of app packages and the corresponding install date and time using a script discussed in this post.Read more