Tip o’ the Week 353 – Killing me Softly, part II

Back in the day, when it was an ambitious plan to have a PC on every desk and in every home, one frontier that was foreseen was the battle for the living room. Before the advent of cheapo streaming sticks, the only way to consume media on your big telly (apart from stuff broadcast to it or recorded already) was to invest several large in a dedicated Home Theater (sic) PC, or htpc.

Microsoft’s early entrance into this market was a project called “Freestyle”, which offered a so-called 10’ remote control experience to browse and play back photos, music & video already stored on the PC, and later (with the advent of still-shonky standards like DLNA and the rise in home NAS appliances), networked media too.

There was also the promise of being able to tune your htpc into broadcast TV signals and use it like a PVR, though this took a long time to be realised internationally, what with the proliferation of delivery methods, formatting standards for TV channels, means of describing the program guide etc.

Windows Media Center was a standalone version of Windows XP, then an optional features in premium versions of Vista and Windows 7, before being put to the sword in Windows 10. RIP WMC.

What now?

Well, the fashion for having a full-size, fan-blaring PC in your living room is largely done away with, as games consoles and the aforesaid streaming devices (along with built-in SmartTV functionality) largely make the idea redundant, but for some uses (a student bedroom maybe, or a PC in the den) it could still be a smart idea to be able to watch and record TV signals, for which there are a profusion of freely available alternatives to WMC. Let’s look at one of the most widely used.

Kodi.tv sprung out of an initiative to build a Media Center-like application (called XBMC) for the original Xbox, and is now pretty well developed (with a UWP app and everything). It can provide the front-end UX for playing back media, recording & watching TV, though it can be a bit of a mission to set it up at first, as it relies on a series of 3rd party pieces to allow it to tune in to broadcast signals – a tuner, some codec software and an electronic program guide, all presented to Kodi as a kind of back-end service.

· UK users might choose all manner of tuner hardware, but you could try getting a £20 USB cheapie tuner from your favourite bookstore, or any other DVB-T2 tuner hardware (T2 includes Freeview HD, whereas simple DVB-T is just standard definition).

· Install NextPVR – it’s an application that can drive the TV tuner and also manages download of programme metadata to form the EPG guide – so you could use it standalone, or else it can be the back end that Kodi uses.

· It’s quite possible that if you install NextPVR and it doesn’t work properly, you’ll need the right codec software, such as the LAV filters – get the latest installer from here. It’ll also allow DVD playback.

It’s even said to be possible to stream UK Freeview channels to a Kodi addon running on machines that don’t have their own tuner hardware, and non-UK types may be able to receive those channels away from Blighty. Apparently.

Here’s Killing me Softly, part I, in case you missed it.

Tip o’ the Week 352 – Skype for Business Custom Presence

clip_image001Everyone who has used Skype for Business/Lync/OCS/LCS etc will be familiar with the power you get from having presence: seeing who is available, what they’re doing (to a degree) and the contextual knowledge of whether they are contactable; all very valuable.

Many years back, OCS added the capability to present different custom states too – but it’s always been a bit of a faff to achieve consistently. Skype for Business doesn’t make it a great deal easier, but thanks to a few enterprising types, it is still possible to enable without too much trouble.

Custom presence allows users to have up to 4 custom status fields defined, in the status of Online, Busy or Do Not Disturb, which can be used to show even more context – like I’m in a meeting but can IM, or I’m busy presenting with customers so don’t disturb. There are a couple of ways to achieve said nirvana…

clip_image003Try running Skype for Business Presence Control – download this tool, save it locally, right-click on it and Run as administrator, then enter your own Skype custom status in a dialog box.

clip_image005clip_image007After entering your chosen phrases, hit the Set … Presence button, then sign out of Skype for Business to apply the changes, which you’ll see next time you sign in. It’s that easy.

The downside is that the Presence Tool starts with 4 blank presence states, so you can’t easily modify what you have already – and setting 4 empty entries will clear all custom presence from the client. Also, it only lets you choose online or busy as the available status.

A more complex but more comprehensive approach would be to use a technique developed by MVP

Ståle Hansen, to use a PowerShell script to create the config file which sets presence states.

It’s relatively straightforward if you follow these steps:

  • Save this script file to your PC then navigate to the folder where it’s stored (eg your Downloads folder)
  • Right-click on the script and (unless you already have PowerShell editing capabilities) choose Open With –> Notepad
    • Edit the custom presence states as appropriate – set the availability=”do-not-disturb” or “busy” or “online”;  you can define up to 4 custom states, with up to 64 characters to express yourself
    • The neater among you might want to change the place where the config file gets created – if so, look for the line $CustomPresencePath=”$env:SystemDrive/_CustomPresence” and modify as appropriate (eg $CustomPresencePath=”$env:UserProfile/_CustomPresence”)
    • Save the file when done
  • At the Start screen, type PowerShell, then right-click on the Windows PowerShell icon and choose Run as administrator
  • In the script window, enter Get-ExecutionPolicy (tip: in PS, you don’t need to type the whole thing – it’ll fill the command in for you, so typing Get-Ex then pressing the TAB key will most likely do the trick)
    • If the result is restricted then you’ll need to temporarily set the ability to run scripts; enter Set-ExecutionPolicy unrestricted and press Y to accept the change
    • Double-check that it’s OK by re-running the Get-ExecutionPolicy command and look for it being unrestricted
  • clip_image008Change to the location where you saved the file – if it’s in your Downloads folder, then enter cd $env:userprofile\downloads then run the script file by entering set-CustomPresence.ps1 (as per earlier, just type set-C then tab)
  • Don’t worry if you see red text in the output – that’s to be expected. To make sure the script has run OK, press WindowsKey+R and enter %userprofile% to jump to your profile directory, and you should see a _CustomPresence subfolder.
  • It’ll also have plonked a registry setting at HKLM\Policies\Microsoft\Office\16.0\Lync, pointing to the XML file that’s in the subfolder. If you want to go back and change the custom states at a future time, jump to that subfolder/XML file and edit it with Notepad. Save the result, sign out of Skype for Business and back in again to enjoy your results.
  • Assuming everything is working OK, if you had to change Execution Policy in the step above then you should revert back – eg Set-ExecutionPolicy restricted

The benefit of using this script rather than manually configuring everything is that it can be easily shared with others, or just re-run across multiple PCs so you have a consistent set of presence options.

Now look at your friends in Skype for Business to see who has the most creative custom state …

 

NB: If the above doesn’t work (and you’ve checked the registry entry points to a correctly-formatted XML file etc etc) then it may be a policy on the server that’s preventing it. One possible solution would be to host the XML file on a suitable web site that lets you reference it directly using https:// and point to that in the registry instead.

Tip o’ the Week 351 – Searching the GAL

When Exchange clip_image001Server first appeared in 1996, to deliver email like nothing ever seen before in the land of corporate email, one of its defining features was the directory service that held all sorts of details about users & groups, and could be populated with phone numbers, manager-employee reporting relationships and all sorts of other data, custom or otherwise.

The Directory fed the Global Address List, or GAL, that was visible in the Exchange Capone mail client and later in Outlook – so that’s what you see as the address book when looking stuff up (tip: at the main Outlook window, just press CTRL+SHIFT+B to open the Address Book).

Ever since Outlook 2003, the predominant way of looking up the address book is to refer to an offline copy called the OAB, and there’s a bunch of management that can be enacted on the OAB generation, by the operator of the Exchange Server. By and large, it’s a seamless exercise that users won’t notice, but you do sometimes see a bit of lag – like if a change is made to the directory (a user’s mailbox being created or deleted, for example), it could take many hours to make it down to the address book on the client. Also, not all information is stored in the OAB, so looking for pictures or reporting line information, for example, will need your client to talk to the directory server, meaning it seems to lag behind everything else and won’t work at all when you’re offline.

clip_image002

Since 2000, Exchange has used the Windows Active Directory rather than Exchange’s own; in fact the AD traces its own roots back to the Exchange one – including various detritus of the X.500 standard that was part of the original Exchange directory).

One of the seemiclip_image003ngly lesser-known features of the Offline Address Book in Outlook, is that contents themselves are indexed and searchable. Sure, you can search in the address book by “Name only” but all that does is jump to a place in the sorted list of the GAL; the sorted list that doesn’t let you sort and filter by any of the column headings – blame 1996 code for that…

If you want to search other fields, just change the Search radio button to “More columns”, enter your text and hit Go. Sadly, you can’t use wildcards or anything, but you can join different searches as the logic seems to be combining all the words in an AND rather than OR fashion – so searching the Microsoft GAL for “ewan” currently returns 7 users and one DL, but searching “ewan UK” brings back the 3 of us based in the UK.

There’s one thing to be aware of, though – the matching is still pretty basic – it only searches clip_image005from the start of each field, so if there’s a Bob Robertson then looking for Robert or Roberts in the More columns search, will return Bob’s details but only if the “Surname” field is filled in (in other words, if you only had the display name of “Bob Robertson” then it wouldn’t get returned). Ditto, searching for “son” won’t return Bob.

Still, if the naming convention is orderly enough, it could still be useful – at Microsoft we do have a reasonably consistent naming scheme, so try searching for all the Steves in Edinburgh, or all the Patels in Hyderabad (hint – look at the location or department fields, and if the first few characters denote the building name or the division of the company, you could use that to search against). Or the Mc-somethings who work in building 9…?

[The location field for Redmond employees starts with their building number – so 9/1234 would equate to room 1234 found on the first floor of building 9 – the trailing slash in the search example above stops results from building 99 being returned as well]

Tip o’ the Week 350 – Killing me Softly, part I

Many companies have products or services whose time comes, and they are – gently or otherwise – put into maintenance mode, put out to pasture, taken out the back etc. Some never go away entirely but they get superseded by other technologies, or their original reason for being gets diluted to the point where nobody cares any more. Time for a misty-eyed retrospective on some defunct technology…

Remember disk compression tools, like Stacker? 25 years ago, when your hard disk was sized 125Mb and cost $350, every megabyte counted, and software like Stacker let you cram more stuff on your drive. Nowadays, you can buy a disk 32,000x as large for one third the price (nearly one sixth of the price if you adjust for inflation) ergo, nobody cares about disk compression any more.

Well, not entirely true, actually – Windows 10 has some really effective file compression algorithms that are used to reduce the size of the OS itself, meaning it can fit on relatively small tablet devices with puny storage capacities. But the market for disk compression programs has pretty well gone.

Turning to music

Another side effect of the vastly lower cost in storage, is that compressed music formats are less of a thing these days. When MP3 players were starting to take off, it was common to buy a device like a Diamond Rio, which shipped with a massive 32Mb of memory for only $200. When Smart Media cards were sized at up to 128Mb and cost ~$2/Mb, you had to be pretty selective about what music you’d take with you, and how large it was. If you ripped MP3 files from your own CDs (as opposed to pirating them from Napster), then you’d need to decide how to trade off quality vs filesize.

When encoding audio, imagine that you’re going to be slicing the original sound into many samples every second. The more samples you make, and the larger each individual sample is, in general, the better it will sound.

You’d typically choose whether you want stereo or mono, choose a sample depth (how large each sample is going to be, eg 8-bit, 16-bit, 24-bit; larger is better, to a point) and the sample rate (eg 44.1khz, ie 44,100 samples per second).

Audio on CDs is mastered using 44.1khz sampling at 16 bits in stereo, so that works out at 44,100 x 2 channels x 2 bytes for every second – roughly 172KBytes/sec (approx. 1,411kbps), so a single 3 minute song would take over 30Mb, neatly filling a quarter of your $250 Smart media card in 1998.
[NB: if you are ripping CDs, there is no real point sampling at 24-bit and 96khz – it won’t improve the original sound]

Fortunately, creating an MP3 file compresses the resulting music using a “lossy” format which sacrifices data that isn’t crucial to the aural representation of the sound, though how much it reduces the quality in relation to size of the file depends on the bitrate of the MP3 that’s produced – if your MP3 is only 64kbps, then it will sound quite thin and tinny when compared to a 320kbps file, or the uncompressed music (that’s 10+ times the file size).

Format wars

Microsoft’s Windows Media Audio was created to rival MP3, arguably being more effective at retaining better quality of sound even when using small files / low bitrates, and WMA was supported by quite a few music players, CD players and the like. WMA also featured DRM capabilities so music could be distributed in a controlled fashion: something that was appealing to content owners, but less so to consumers as it complicated their ability to buy and use legitimate media. In fact, if you bought music that was DRM protected WMA, you might find that the rights management is about to expire.

These days, if you’re not bothered about resulting file size, you’re better off using Lossless ripping codecs, like Lossless MP3 or Lossless WMA; then you know that the file you’ve ripped is supposedly indistinguishable from the original, rather than a lossy and therefore inferior copy. You could even rip your media lossless for archival, and run conversion tools to produce a lossy (but still high quality) version that you’d be able to put on your phone, in the car etc. If you have a collection of audio that’s been ripped from CDs to MP3 or WMA over the years, it might be worth revisiting to preserve it for the future in a lossless format.

Lots of people have moved to using FLAC, which is lossless, open and is now widely supported (except, of course, by Apple, who push their own proprietary format) and is a good way of ripping your CDs for archival purposes as well as being supported by most modern playback devices and software – Windows 10 features native FLAC playback without the need for additional software.

Rip me a new one

It’s quite an undertaking to re-rip all of your old audio CDs, but could be a worthwhile exercise to occupy a few hours over the forthcoming holiday season..

One friend decided to do so, and fetched the large cardboard box of CDs from the loft. As it was sitting in the hall, his 9 year-old daughter asked, “Daddy, what are all these DVDs?”. When it was explained they were CDs and they had music on, they realised that she had never known a world where music wasn’t just “there” and that it needed media of some sort.

You’d want to start with a new ripper, not just use the Windows Media Player or iTunes type software – get a dedicated ripper that supports AccurateRip or similar, a technology that reads and re-reads the drive and makes sure it has a true representation of what’s on the original CD. The payoff is a much slower ripping speed, but that’s OK if you’re just ploughing through your collection once, and all for the last time…

Imagine a CD player streaming uncompressed data in real time from the laser reading the surface of the CD, at the rate of 1.4 million bits/second, it’s no surprise that sometimes it won’t get everything clean, so error correction will kick in and smooth over the gaps. Not something you’d probably notice when you’re listening that one time, but if you want to create a perfect copy of your CD, then AccurateRip will make sure it gets close.

Rippers of note include dbPowerAmp (which is paid-for but the ripper can be used for 2 weeks, fully featured, so may be long enough to get your collection done) or Exact Audio Copy, which is free and has been evolving for well over a decade. See a wider comparison here, should you need it. You might want to copy your resulting mahoosive music collection to OneDrive, so you can access it from everywhere.

Tip o’ the Week 349 – Office 365 UI updates

clip_image002At the Ignite conference in Atlanta at the end of September, lots of news came out about Artificial Intelligence, Windows Server, Security and Office 365 – check out the keynotes and other videos, here.

One of the new features that has appeared in some users’ Office 365 environment is a new app launcher UI – it’s the overlay which appears when you click on the 3×3 grid on the top left of Office 365 websites; if you’re an O365 subscriber then you could use portal.office.com as a Launchpad, or just go to outlook.office.com for your mail and spread out from there.

clip_image004Some Office365 features are very dependent on not only which package you’re subscribing to, but whether or not you’ve an IT department which is controlling the deployment – as well as “Standard”, there’s a “First Release” option that gets new stuff more quickly. IT departments or other groups supporting Office 365 users could use the Fast Track site to find collateral that might help them explain newer features to their end users.

 

To find out what level of Office 365 you’re using, click on your photo or the silhouette icon on the top right, and choose “Your Account” from the list, and then “View Subscriptions” from your My Account home page, where you can tweak all kinds of other settings, install software and the likes.

The new App Launcher has clip_image006the ability to move icons around and resize them akin to the way you can tweak the layout of your Windows Start menu (though not Live Tiles, at least not yet – there are other improvements on the way – see more on the App Launcher and upcoming changes).

clip_image008Other new features for Office 365 include Delve Analytics being rebranded “MyAnalytics” and given a freshen up; see the new MyAnalytics icon in Outlook, if you’re a subscriber (or if you have the Office 365 E5 package, in which it’s included).

Watch the demo video of this awesome technology here, check out more details on MyAnalytics here, or just visit http://office.com/myanalytics. As Paul Thurrot says, though, there may a need for “a bit of introspection some will find uncomfortable”, as the data surfaced might make you wonder just what you do all the time.

Tip o’ the Week 348 – Headspace and Mindfulness

clip_image002Mindfulness” is all the rage right now, or more to the point, it’s all the calm state of mental wellbeing. Airport bookshops are chock full of guides on how to empty your head, ironically just at the time & place when most people are rushing around with high levels of cortisol and many things fighting for their inner attention.

Satya is a great proponent of Carol Dweck’s thinking on Mindset (though it’s fair to say, her book is better than her website), but it’s worth noting that talk of Mindset and mindfulness can sometimes confuse as they are not necessarily related, even if often connected. It’s arguably easier to be conscious of one if you practice the other.

Mindfulness starts for most people with meditation: if you’ve never really tried it, banish thoughts of yogic flying, far out sounds and oming your way through life. Whilst some people doubtless find these things relevant, a simple 10 minute exercise in breathing meditation can help to get your head straight before or even during a busy day,.

Long-time UK Microsofties may recall the personal excellence training that was de rigeur in the tenure of a previous HR director, espoused by Nicholas Bate and his Strategic Edge consulting & training business. Not to be confused with a US business of the same name but a somewhat different charter.

Nick talked about a “personal operating system” ethos, called MEDS – Meditation, Exercise, Diet & Sleep. Here is a media file of the cassette tape he used to give out, to help attendees keep up the meditation bit, together with the warning of “don’t use this tape in the car”…

clip_image004If you’re not a alumnus/alumna of the Personal Excellence course and want to try 10 minutes of meditation to help clear your heid, then you could do worse than check out www.headspace.com – it’s a subscription service of bite-sized meditation guides, aiming to help you better deal with the stuff that competes for mental attention.

There’s a great, free, 10-day introduction (10×10 minutes) online course, and there are iOS and Android apps to aid mobile digestion, though everything’s browser accessible so can be picked up anywhere. Headspace’s Andy Puddicombe gave a great TED talk a while back – start by giving this 10 minutes and see how you get on.

There’s no Windows app for Headspace, but other similar if less slick alternatives do exist, like Harmony. Search meditation in the Store, and you’ll find all sorts of others too.

Tip o’ the Week 347 – Mentions in Outlook

clip_image002One of the nice things about subscribing to client apps as part of Office365 is the regular feature updates which flow, tying together new capabilities in the service at the back end with updates to the client. One such change which came out recently was the addition of “mentions” in Outlook – you may have seen the dialog…

clip_image004

Mentions is a new feature that helps to get someone’s attention, much like mentioning them on Facebook, Twitter or Yammer.

When you type an @ symbol in Outlook, you’ll see an inline pop up showing the a list of frequent and/or recent email recipients. If you start typing then that list gets narrowed and when you select the person’s name, it’s added to the message in full and they’re automatically added to the To line of the mail or meeting request too.

You can edit their name inline (so it might just say @forename) to make the mail easier to read. As a mentionee, you can clip_image006show only mails that have mentioned you as above – in the main Outlook window, look for the filter next to the search box, usually showing “All”, and it can quickly show you only mentions. In Outlook Web client, you’ll also see a little @ to the right of the messages which mention you, in the regular inbox view.

clip_image008If the people you work with are in agreement, this can be a handy way of asking colleagues to do something; if you embed mentions in a long mail, then the people you’re invoking will be able to quickly show the mails they need to respond to – a less structured and formal way than assigning a task or other means.

Tip o’ the Week 346 – Under the Bridge

clip_image002There’s something beautiful about a well-made bridge, even a modernist one with engineering on display and functional elements providing elegance as well as strength. Of course, not all bridges work out quite as planned while some engender mythology all of their own.

There other types of bridge too, of course – they form intrinsic parts of some music, and essential parts of musical instruments, but there is also the concept in computing, of a bridge that can be used to make stuff designed for one environment to connect to or work in another. Like in networking, or in the case of several projects Microsoft worked on over the last few years, in bridging applications to work across multiple platforms.

At the build conference in 2015, Microsoft unveiled several bridges to bring Universal Windows Platform apps from other platforms – “Islandwood”, which allowed developers to port iOS apps to Windows was later released as Windows Bridge for iOS and a few high-profile apps have reportedly used it.

There was a web bridge, taking HTML and Javascript based apps and repurposing them for Windows with additional functionality like Live Tiles and Cortana support. Shazam used that. And a “Project Astoria” (tentatively called the Windows Bridge for Android) was announced, leaked and then unannounced and subsequently deep sixed.

Which leaves “Project Centennial”, a closer-to-home, perhaps smaller, less ornate & elaborate bridge, but one that’s likely to see a lot more traffic – it’s the bridge that lets developers take traditional Windows/Win32 apps and clip_image004package them up to be in the Store, with a bunch of additional capabilities yet without wholesale rewriting.

Now released as the “Desktop bridge”, Centennial is available for developers to push their apps into the store by converting them to UWPs – see here for more detail. There are a handful of apps already in store thanks to the conversion process, perhaps most notably Evernote, who have now dropped their previous Win8.x app that had relatively limited functionality, and replaced it with the fully featured desktop version re-packaged for the Windows Store.

Tip o’ the Week 345 – Android in the Garage

clip_image002For some time now, there’s been a collective of off-the-wall projects and experiments (which may or may not become part of more fully-fledged Microsoft products) called the Microsoft Garage. In an homage to the semi-stereotypical Silicon Valley startup idea (a few techies hacking away in the garage to make stuff, as gave life to both Apple and HP among many others), the Garage has some projects that will live fast and die young, while others persist as long-term experiments on the periphery of maturity.

One of the more interesting developments – for Microsoft, at least – over the last year or two, has been the number of Garage projects which not only come out first for non-Microsoft platforms, but which may even be exclusive to other environments. The Word Flow Keyboard for iPhone, for example, has been getting rave reviews, yet doesn’t have an immediate equivalent for Windows or any other OS.

clip_image004If you’re an existing – or aspiring – Android user, you may want to take a look at a recently-updated Garage project, called Arrow.

There’s a concept in Android of the “launcher”, the software that presents the main UI to the end user for navigating installed apps. In desktop OSes, it might be called the shell or GUI; with Windows and Mac, you basically get what you’re given, but with Linux, there’s usually a choice of shells and UIs that you can pick from.

Well, Microsoft’s Arrow is a launcher (said to be the best, no less) aimed at the kind of user who wants to put their most useful content at the fore; whether that’s the apps you use the most, or widgets that summarise information that you care about. It’s nowhere near as good as the Start screen and live tiles environment on Windows Mobile, but it’s a step in the right direction.

Arrow has recently been updated (to v2.3.x.xx…) and now, as well as showing you Bing wallpaper of the day, lets you quickly search using Bing, from the home screen (just swipe up from the panel at the bottom of the screen as if you wanted to expand it vertically, and the Bing search box appears at the top).

The new release includes Wunderlist integration too, as well as some abilities to dial-down the animation if you’re a particular speed freak or you have an old device that struggles with modern window movements.

As with iOS, there is a plethora of other Microsoft apps available, too – from OneNote, OneDrive, Cortana, various MSN content-rich apps… and the Arrow launcher provides a neat and fast way of navigating the stuff you care about. Check it out on the Google Play store.

Tip o’ the Week 344 – Inky betterness

clip_image002Inky was, along with his friends Blinky, Pinky & Clyde, one of the ghosts in the original Pac-Man. A little further back, Henry “Inky” Stephens was a noted inventor, businessman, politician & philanthropist. More recently, Inky is a company aiming to displace Outlook & Exchange by “fixing email”. You could also think of apps that support Windows Ink as “inky”. Maybe.

If you have a Windows 10 PC with a stylus, you may have noticed some additional functionality provided through the Ink Workspace (covered in ToW #340 no less) but it’s worth keeping an eye out on other applications for their increased usage of Ink, in a way that could make scribbling a more obvious and natural part of using your computer than you’d expected.

clip_image003

Recent updates to Office365’s client portfolio include a bunch of inky features – like the Maths* assistant in OneNote Mobile (the mobile/modern app, not the OneNote 2016 desktop version), which lets you not only capture written equations but can bring them to life. Or the ability to do Ink Replay (see here), which lets you show how the ink on a given page was produced – great if you like drawing a diagram that tells a story, almost like an animation.

Planky made something of a name for himself in producing these kinds of videos – here he is explaining cryptography, certificates, public/private keys and digital signatures.

clip_image005To see which version of OneNote Mobile you’re running, go to the hamburger menu in the top left, then look in Settings -> About. There’s also a “What’s New” button to show you the headline latest features.

Ink Replay functionality is due to arrive in mainstream Office desktop apps soon, too. For more information, see the Office blog here, which also details a slew of other updates being made to Office through these regular feature enhancements.


*Maths is the abbreviation used by pretty much the whole English-speaking world for the study of Mathematics, and in the English UK localisation of Office, fortunately, the functionality is presented as “Maths” just as browsers have Favourites. Presumably the button in OneNote for US users will say, simply, “Math”. Maths vs Math can still be cause for argument (watch the video, it’s quite interesting) – just read the comments here. Most other languages avoid the issue by simply not having a commonly agreed abbreviation.