Tip o’ the Week 446 – What’s brown and sticky?

clip_image002Q: What *is* brown and sticky?

A: A stick…

Q: What’s yellow and sticky?
A: One of the most successful product design failures in history.

Yes, the Post-It note (which has gone on to spawn many imitators, sometimes known as just “stickies” or “sticky notes”) was essentially invented by accident almost 50 years ago, by a scientist at 3M who was trying to make a super-strong glue but instead came up with one that didn’t really stick very well but was at least reusable and didn’t leave any residue behind.

Of course, the real story is a lot less simple – the product really took more than a decade to perfect, and convincing people that it was a viable business took several attempts, but eventually it went on to be one of the most-bought office supplies in history.

The digital equivalent has had decades of evolution too, from a simple note app from the company that brought you Tiny Elvis to the Sticky Notes application that shipped with Windows 7, and innumerable similar apps in the various mobile and desktop app stores.

Starting with the Windows Insider “Skip Ahead” community (but soon to roll out wider), the Microsoft Sticky Notes app has been heavily revised, consolidating the multiple windows that would typically be left on your desktop with a single list, and then pop-out notes that feature multiple colours, support for ink, cross-device syncing and more.

clip_image004

Keep an eye out for the Sticky Notes 3.0 arrival on your PC. As MJF says, with the same team now responsible for OneNote, To-Do/Wunderlist, and Sticky Notes, it’ll be interesting to see how deeply integrated they get.

Tip o’ the Week 445 – Finding Modern App names

As detailed in ToW #443, there are ways of running Modern Windows apps from a script, command line or maybe just from the WindowsKey+R Run prompt – so you don’t need to use the mouse or your finger to activate them.

If you’re looking for the shortcut name for your favourite app, there’s a somewhat lengthy process to find out what it is, but at least you only need to do it once…

Try the following:

  • Fire up PowerShell (press Start, type powershell then make sure you don’t go for the ISE unless you want to do some script authoring and debugging. In other words, if you don’t know why you would want to run PowerShell ISE, then just stick with PowerShell…)
  • From the PowerShell console, run get-appxpackage > $env:userprofile\apps.txt – this will grab the details of every installed modern app in turn, and pipe all of the text to a file
  • Press WindowsKey+R and run apps.txt to launch the file, and you’ll see an almost impenetrable wall of text (thousands of lines – in Notepad, go to the View menu and enable the Status Bar then press CTRL+END to jump to the very bottom, if you want to see just how many lines…)



  • Now, you might be able to figure out from the Name line in the text, which app the following details pertain to, but it’s not always obvious – take the Mail app, for example … if you have it pinned to the Start menu and then drag/drop it onto your desktop to create a shortcut, you can see the target (which is the same as the PackageFamilyName attribute in the text file) is a bit more opaque… 
  • There are all sorts of ways you could dig around in the file system and/or the registry to find out what the shortcut name is to launch your chosen app, but perhaps the quickest is to copy/paste this text into a PowerShell console and hit enter:

     

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

  • This will display a list of all the packages and the “protocols” that each can support, in other words the direct commands you can run to invoke them (if you run that command and stick a “:” on the end). Some will be pretty useless, but others can be handy – like onenote-cmd: which launches the Modern OneNote without the annoying prompt you get if you just try onenote:
  • If you want to create a traditional (eg Desktop) shortcut to one of your fave apps, just right-click, New, Shortcut and enter the command, give it a name, and Robert’s your father’s brother.











  • You could use a variant of this approach to automatically launch Modern apps when Windows itself starts – from WindowsKey+R, enter shell:startup and drop (or create) your shortcut in there.

Tip o’ the Week 443 – Starting modern apps

Power Users often like to start applications quickly, without recourse to grubbing around with a mouse or a trackpad. Super Users might even want to write scripts that automate all sorts of things that mere mortals with less time on their hands are happy to do manually. Regardless of your penchant for automation, here are a few short cuts you can take to quickly start apps that you use often.

Apps pinned to taskbar

The taskbar in Windows obviously shows you what’s currently running, but can also be used to pin frequently accessed apps or – by default at least – those that Windows thinks should be frequent (Edge, Store, etc – right-click on them to unpin if you disagree). You’ll see a highlight line under the apps that are running, so those without the line are simply pinned there.

If you start typing the name of a favourite app at the Start menu, then right-click on it in the list, you can choose to pin it. So far, so good.

If you drag the pinned apps around, they’ll stay in that position relative to each other, and new apps will always start to the right (or underneath, if you use a vertical taskbar, as you really should). Now, if you press WindowsKey+number, you’ll jump to the app that is n along the line, and if that app isn’t running, then Windows will start it. So in the picture above, pressing WindowsKey+2 would start Edge, or WindowsKey+3 would bring Outlook to the fore.

Shortcut to desktop

You could try an old-skool method, by creating a desktop shortcut to apps that are already on your Start menu – press WindowsKey+D to show the bare desktop itself, then press Start to show the actual Start menu.

Assuming your Start menu isn’t full screen then you’ll be able to drag icons or tiles from the menu to the Desktop, and if you right-click the shortcut and look at Properties, you’ll see a Shortcut key: option… just press some key sequence that makes sense to you and press OK to save.

This method differs from the taskbar one above, because each press of the shortcut you set might start a new instance of the app (if it supports that) – which may or may not be desirable. If you end up with several windows of OneNote, for example, you could cycle through them by repeatedly pressing the appropriate WindowsKey+n as above.

Keep on Running

There’s no better mark of being a real PC deity than by launching your apps through running the executable name… you know the drill? WindowsKey+R to get the Run dialog (it’s so much faster than pressing Start), then enter the app’s real name and you’re off to the races. winword, excel, calc, notepad… they’re for novices. The genuine hardcases might even dive into the (old fashioned, obvs) Control Panel applets like ncpa.cpl rather than navigating umpteen clicks.

Looking at the shortcut to OneNote’s modern app above, though, it’s clear there isn’t a simple executable to run – onenote will launch the on-life-support OneNote 2016 version.

Many modern apps do, however, let you launch them from the Run dialog by entering a name with “:” at the end…

Examples include:

onenote: Modern OneNote (annoyingly, you may get prompted to open in OneNote 2016 – just hit cancel and it goes away)
ms-settings: The new-fangled control panel. You can tag on other commands like ms-settings:display or ms-settings:windowsupdate but you might be quicker clicking the icon than typing all of that.
bingmaps: A good bit quicker than launching the browser and navigating to the maps URL, even if you do press ALT-D to set focus to the address bar, and type bingmaps <CTRL-ENTER> to auto-fill the www. and the .com
outlookmail: Even though it’s not real Outlook, this launches the Mail part of the Mail & Calendar store app. outlookcal: does the other bit.
ms-windows-store: For when you can’t wait to check out all the great new apps in the Microsoft Store.
fb: If you feel the need to do a personality test or look at other people’s holiday photos.

More on this, later…

Continue reading

Tip o’ the Week 441 – OneNote updates again

As everyone knowsclip_image002

Tips talking about OneNote include coverage of the Modern App version, on ToW’s

#320, #386, #427 among others. The tl;dr version is that OneNote 2016 = great desktop app, OneNote metro/store/modern/whatev = not so functional but simpler and getting better, with a consistent UI across Windows, Mac, mobile & web. The OneNote team has basically said the desktop version is on life support and all new function development effort is going into the Store app version. Here’s a summary of their differences.

clip_image004There have been a variety of updates recently – clip_image006they should make their way to you automagically, or if you want to give your machine a poke to hurry it along, go to the Store app,  click the Ellipsis menu in the top right and choose Downloads and updates.

You might see that the Microsoft Store app itself has had a bit of an overhaul, too…

clip_image008clip_image010The OneNote Store version (sometimes officially referred to as “OneNote for Windows 10”) is a new codebase, which misses some of the more power-user features of OneNote 2016 but at the same time has added some new functionality that doesn’t exist in the desktop version, like ink to shape conversion. While many of the new feature adds are filling in gaps to the desktop release, some are adding new functions altogether.

clip_image012The latest update delivers a mixture of new and old – officially, there are no new features (according to the status page, at least at time of writing) but that’s not what is being reported widely (here, here), and by OneNote program manager @William Devereux, who summarised it nicely on Twitter.

If you’re a OneNote 2016 desktop user, why not set yourself a challenge and try switching to the OneNote for Windows 10 version for a week? Both versions can happily coexist and access the same data files, so you won’t lose any data and can easily switch back and forth between them, even running them both at the same time and perhaps with different notebooks open. To change the default version of OneNote, see here.

Tip o’ the Week 440 – Break out the whiteboard

Teachers of any tenure will probably have used a blackboard, with the dusty chalk and the other paraphernalia that goes with it, and be thankful that whiteboards came along to make things easier. Many companies will have whiteboards in meeting rooms too, and most will have the good sense to never allow permanent marker pens within 100 yards of the whiteboard, and to throw away whiteboard markers when they stop working well, rather than put them back and pick up another one…

As we move to a more digital future, the days of the whiteboard – like the flipchart before it – are giving way to electronic smart boards, first seen as a projector/camera arrangement over a relatively normal whiteboard, but now more integrated with screens and multi-touch sensors in front. Much like the Microsoft Surface Hub, in fact.

The Surface Hub 2 will be with us in 2019, and looks like a great step forward while mimicking some of the flipchart form factors of old. Just make sure no clown goes near it with a flipchart pen…

Before the gorgeous-looking SH2 appears, there is some news for 1:few collaborators who like to use a smart board, especially if they’re not in the same room – the general availability of the Microsoft Whiteboard store app.

Get it here. Oh, and Teams has a free version too, now… Go forth and collaborate!

Tip o’ the Week 438 – Bing’s Visual search

clip_image002In an effort to attract users to the perennially under-rated search engine Bing, the service launched a “visual search” function some time ago (ToW 397). There have been some recent updates to mobile apps, enabling search capabilities from an image. Similar images will be identified or major subjects could be spotted, using AI technology to try to figure out what’s in the image, as well as find related info.

The Bing Search app and the Edge browser for both iOS and Android have been updated, as has the Microsoft Launcher for Android – each has added a little camera icon to the Search box, which makes it easy to take a pic and upload it to Bing for analysis. The Bing app can also scan QR codes and the Launcher can scan barcodes too. More features are promised for all 3 methods of app-based visual search, and for the Bing web site itself.

To use visual search in the Launcher, swipe from the left at the home screen and you’ll get the “Feed” page (a customisable summary of news, activities, apps, contacts etc), the top of which has a search bar with a camera and a mic (though if you’ve used the barcode scan in the Launcher, the camera will be replaced with a scanner symbol – just tap that as if to scan a new barcode, then tap the barcode with an X in the top right to revert back to camera).

If the results you get aren’t quite spot on at first, you could direct visual search to focus on a particular part of your snap – tap the magnifying glass in the top right, move the edges of the area to filter out any peripheral nonsense, and you may find results improve.

clip_image004

Tip o’ the Week 437 – Mapping of Minds

clip_image001Like just about every other productivity technique, “Mind Mapping” has vociferous proponents and those who’ve tried it but never quite made it stick. The general idea is to try to represent a complex but related series of thoughts and topics onto a diagram that helps to organise them, and to aid recall. Mind maps are perhaps more useful for the person doing the mapping as a way of sorting their own brain out, than as a means of communicating to other people or even to record those thoughts for much later consumption.

Like writing a status report, the act of doing the report or compiling the map prompts valuable activity more than the resulting artefact which might never be read. Research has shown that more visually oriented people are likely to get more out of mind mapping, and using a mind map to try to remember stuff has a fairly short shelf life.

If you’ve not tried mind mapping, the simplest way is to start with a blank sheet of paper and a pen. Read some more here about the concepts. Or here, realising that the site is basically trying to sell you mind mapping software. There’s a more balanced view of different software packages, here.

You don’t need to pay for your mind mapping software, though… OneNote could be a great way of doing it, especially if you have a PC with a stylus. There are a few 3rd party addins to OneNote (desktop version) that provide additional functionality for mind mapping, though the same don’t necessarily work with the Modern App version – something that’s been picked up on the User Voice forums.

clip_image002If you’ve got Visio on your PC, you could try the Brainstorm template, using Visio’s core strength of creating and associating shapes, moving them around, hyperlinking between them as appropriate and so on.

This functional approach can be a bit too structured and formal, some people preferring a much more freehand, flowing kind of mind map to basically do a brain dump. Maybe a good way of publishing an already-sketched mind map?

clip_image003

Here’s a step-by-step guide (originally written for Visio 2010). Watch this 10-minute tutorial video if you’d like a more visual approach.

There are some more brainstorming tips and tricks for Visio 2016 here.

clip_image005Another option is to try some specific mind mapping software – there are some very good examples of such in the Microsoft Store. One particularly good app is Mind Maps Pro, which is free for a few days (as of end of June 2018 – install it now; even if you don’t try it right away, it’ll save you a good few £/$/€/etc as and when you give it a go).


The app has simple hierarchical mapping features, and some freehand support – including Ink – with easy additions of structure, auto-layout and the like – it’s a great way to creating a mind map on Windows. It can automatically sync your maps to OneDrive, too, and export to PDF/PNG.

clip_image006

Tip o’ the Week 434 – To Do: update To-Do

clip_image002Lots of people like to-do lists – from Post-it notes stuck on the side of your monitor (or the digital equivalent on your PC’s desktop), to the Tasks you might have in Outlook, up to dedicated list-management apps that run on your PC and on your phone; such delights have been covered in ToW’s passim, (the Wunder of lists, or what a right To-Do we’re in… see #various).

Well, the seemingly unloved Microsoft To-Do app has been updated recently, with a few new clip_image004capabilities – notably steps (sub-tasks, in other words) and the ability to share lists.

The Windows Weekly video from MJF and Paul Thurrott talked a little about To-Do recently, too.

See here for more details on the updates. List sharing sounds a lot like the existing Wunderlist capability, to collaborate on tasks with someone you work or live with; for now at least it’s most likely one or the other.

You can share a list with someone else only within the same organisation, if you’re signed in with Office 365 credentials – so you can’t share with parties outside of your own O365 org. if you choose to mix work and home, then you’d need to sign in with your Microsoft Account to be able to share tasks with your SO, unless they also happen to be a co-worker.

clip_image006Steps are simply a way of breaking things down – handy if your method of task management starts with “Sort my life out” / “Get a new job” / “become a millionaire”,  rather than going in at the level where action is obvious… (“Tidy my bedroom” / “re-write my CV” / “buy a lottery ticket”).

There are so many time management tools and techniques out there; like diets, maybe one day we’ll find a single one that can’t be improved on, and put an end to the industry peddling new ideas. Some people love to work on task management, some people just don’t do it. We think we work one way, but when stressed, do it the other…

Before you do any more thinking on Time Management, go and watch the lecture by the late Randy Pausch – a brilliant professor and speaker, had terminal pancreatic cancer when he delivered “The Last Lecture” and then, later (wha?), gave an extremely practical session on time management: someone with hardly any time left (he died 8 months later) knows more about managing time than any corporate productivity jockey.

If you haven’t watched both of these, go and carve out 3 hours of your life, and do so. You won’t regret it. Srsly.

Tip o’ the Week 432 – Generally Disregarded Privacy Rubbish

clip_image001GDPR day has passed.. Now, it’s illegal to communicate with anyone. Or not.

If Data is the new Oil, perhaps the much-anticipated big privacy stick that is GDPR will be the new Millennium Bug – companies will want to avoid to be made an example of first. €20M or 4% of global turnover fines, whichever is the larger, probably gives some execs sleepless nights, even though the proportionality of any punishment will only be realised when there are a few court cases to set the tone. The threat of being caught out might well have scared CxOs around the world into doing something to make sure they look like they’re prepared.

In many cases, it seems, that action has been to email all their customers and ask them to opt-in to being contactable; some got confused and emailed people, asking them to opt out if they didn’t want to get any more. As it happens, both of these approaches may well be irrelevant if not illegal themselves.

clip_image002The avalanche of “we’ve updated our privacy policy” emails unleashed over the last few weeks probably makes you realise the number of companies you’ve never heard of, who have your details on file. The most-used key on the keyboard in this time is surely “Delete”. Of course, there are many memes and jokes doing the rounds…

It’s time to recall a few message handling tips in Outlook which may help…

  • You can show a normally-hidden field in Outlook which lets you identify messages that originated from outside the organisation. Mail that arrives from the internet will be tagged in an attribute called Sender Address Type.
    By tweaking Outlook to make it visible, you can customise folder views to show external email in a different colour or font size, so clip_image003helping you quickly pick out messages to deal with differently. Normally, this would be to prioritise external vs internal emails, but in these dark days, it could be to flex the muscles on your delete finger.
    For more details, see ToW 275.
  • The “Focused Inbox” feature in Office 365 might well help you here; many of the GDPR spammage will be swept up into the “Other” category, so you should be able to quickly triage those messages.
  • If you keep getting mail from certain senders nagging you to respond, you could right-click on the clip_image004message and add the sender to your Block list. By clicking Junk Mail Options on the clip_image005same menu, you could add their whole domain to the blocked list so you’ll filter all their junk in future.
    Handy for the kind of spammers who don’t care about GDP Aaaargh.

Of course, GDPR should be a Good Thing. It’ll take a bit of time to settle down (and may need some further work in the UK, post-Brexit), but at least we all get a few less emails in future.

Tip o’ the Week 427 – OneNote roadmap update

clip_image002As has been covered many times previously on ToW, the OneNote app has a lot of fans who love the product and use a lot of its features, especially when it’s used in the Classroom. Defectors to other platforms sometimes bemoan the lack of OneNote (or a decent alternative) as a hurdle in using their chosen environment.

Talking about OneNote can be confusing, though, as there are the two PC versions – OneNote 2016, the Win32 app that’s evolved ever since the first version shipped as part of Office 2003, and the shiny new codebase that is OneNote for Windows 10, the Store app which also shares a lot of its UX with the Mac, mobile and web versions. Differences are explained here.

Major users of OneNote may have noticed that over the last couple of years, the traditional Windows app hasn’t received a whole lot of new functionality, but the Store version has had regular updates with extra features… though it is a much simpler app anyway, so there’s more to improve. The Metro Store version is missing quite a lot of the capability of the full-fat version, though the gap is closing fast.

Recently, the OneNote team announced that there will be no further development of the traditional OneNote 2016 application, and that it won’t be installed by default in the next iteration of Office (though it will still be available as an option, in case you can’t live without it).

New features are planned for the Store version – like support for tags, and what looks to clip_image004be a tweak to the search experience, which will provide additional search refinements. Whether it’s as good as the somewhat obscure but quite powerful Search capability in the 2016 app remains to be seen.

To get the latest version of the OneNote app, first check it’s up to date, or join the Office Insiders program. Windows Insiders clip_image006also get early access to OneNote versions, and there’s an Experimental Features option (in the ellipsis···” Settings & More menu, Options).

Paul Thurrott – an unashamed fan of the OneNote for Windows 10 app, preferring it to its elder sibling – also reported on the news. Paul points out that the UWP version has better support for ink, that syncing is faster, performance is better etc. Tech Republic has some further commentary too.

To keep up with other news on OneNote, you could do well to follow William Devereux from the OneNote team on Twitter, as recommended by Windows Central’s “50 influencers” article.