588 – Inside(r) Windows 11

clip_image002If you were hiding under a rock, you may have missed the unveiling of the next release of Windows. Early adopters on the Windows Insiders program (which can be joined in from the Windows Update settings page on Win10) can already upgrade to Windows 11; currently that means being in the Dev channel (the most aggressive in terms of pushing our updates), so if you’re willing to run the risk of suffering a bit of discomfort, then you can get access to the preview bits now – or maybe wait until a bit later in the year and a more complete and stable build will make it to the Beta channel. If you have a Thurrott.com account, see what Paul thinks about whether you should try it out or not.

clip_image004Windows 11 promises not only a design refresh, but an under-the-covers shift from a security and reliability perspective, which means the compatibility list is pretty restrictive – it’s being targeted at newest hardware that supports updated security and performance management features. While many fairly recent machines will pass the test, DIY home PCs and older laptops are not likely to cut the mustard. The Windows 11 update and support cadence has been unveiled recently too. Maybe the ideal solution will be to buy a new PC when Windows 11 arrives…

Microsoft people who set up their Insider enrolment as being associated with a @microsoft.com email address will see additional options around which Branch or Ring to use – if that’s you, then unless you’re technically self-sufficient and very comfortable with the level of pain you may feel, be careful. External users get to join Dev / Beta / Release preview Channel.

clip_image006

Improved and updated functionality includes not just the fancy new Taskbar and Start menu – there are lots of areas where deeper integration with app functions and the OS itself will help to make it a slicker experience overall.

The virtual desktop experience has been improved somewhat – you can set up multiple desktop environments, then easily switch and drag/drop apps between them, but there are improvements over the same feature in Windows 10 – you can set different backdrops/themes for each and they persist between machine reboots.

Press WindowsKey+TAB to see the desktops and manage the apps – that’s the same key that used to control the Win 10 Timeline feature which has now been removed.

clip_image008When it comes to moving windows around, there’s a greatly enhanced Snap experience, so you can arrange windows by either dragging them to the appropriate corner of the screen or by pressing WindowsKey+Z to bring up a dialog that will snap your current window to the selected location. Newly added is a 3-line view if you have a portrait-aspect display.

Some features that have been disclosed – like running Android Apps on Windows – will be delivered in later previews, and doubtless some that are present now will change before final release. There’s already been an update which adds more tweaks and fixes some bugs.

A “Windows Health Check” app was released briefly which would report if your PC was suitable for Windows 11, but was short on information as to why a particular PC might not be upgradeable, so the team has pulled the app for now and instead points to the info on Windows 11 Specifications. At least while it’s in Dev channel, it is possible to get Win11 on machines which don’t meet the bar, though there is a warning that your experience may not be all there and some things won’t work. YMMV.

517 – Try the preview…

clip_image002Several of Microsoft’s standard apps within Windows ship updates regularly, and increasingly are offering willing early adopters a peek at what’s coming through a  “Try the preview” clip_image004or “Coming Soon” option, usually in the top right of the main screen.

clip_image006You might need to force an update on your apps to get the latest version; go into the Store app and in the ellipsis menu on the top right, select Downloads and updates then hit the Get updates button. If you don’t like clicking menus, you could jump straight there by opening a run dialog with Win+R and entering ms-windows-store://DownloadsAndUpdates/

To find the name of any installed Store app, so you can run it from a command line or dialog, fire up powershell (just press the Start button and type that) then paste:

foreach ($p in $(get-appxpackage)) { foreach ($n in (Get-AppxPackageManifest $p).package.applications.application.extensions.extension.protocol.name) { $p.packagefullname + “`t `t `t -=- ” + $n } }

… and enter that. You’ll get a list of long app names followed by a one-word name that can be used to invoke the app. To run a Store app from a Run dialog or the Start menu directly, use that one word with a colon at the end – to start the Store version of OneNote try typing Win+R onenote: (for example).

clip_image008

clip_image010

clip_image012The Calendar app – improbably named outlookcal: even though it has nothing to do with the desktop Outlook, other than it too can display a calendar – has recently received an opt-in preview which adds a funky new UI with background graphics reminiscent of Wunderlist, and nice icons to help you quickly switch between different calendar sources.

The preview will only show up (for now) if you’re a Windows Insider. Fortune favours the brave