Content deleted Content added
Add Windows XP Calculator Screenshot |
→History: The Windows Calculator in Windows 10 LTSC is also the same which is included in Windows 8.x Tags: Mobile edit Mobile app edit Android app edit |
||
Line 80:
===Windows 10===
The Calculator in [[Windows 10 editions#Release branches|non-LTSC editions]] of [[Windows 10]] is a [[Universal Windows Platform app]]. In contrast, Windows 10 LTSC (which does not include universal Windows apps) includes the traditional calculator, but which is now named {{code|win32calc.exe}}. Both calculators provide the features of the traditional calculator included with Windows 7 and Windows 8.x, such as unit conversions for volume, length, weight, temperature, energy, area, speed, time, power, data, pressure and angle, and the history list which the user can clear.
Both the universal Windows app and LTSC's {{code|win32calc.exe}} register themselves with the system as handlers of a '{{code|calculator:}}' pseudo-protocol.<!-- i.e. both register a programmatic identifier (ProgID) and link to it from their respective 'Capabilities\URLAssociations' registrations (which in turn are pointed to from the {user|machine}\Software\RegisteredApplications registries).--> This registration is similar to that performed by any other well-behaved application when it registers itself as a handler for a filetype (e.g. {{code|.jpg}}) or protocol (e.g. {{code|http:}}).
|