Power user

Last updated

A power user is a user of computers, software and other electronic devices, who uses advanced features of computer hardware, [1] [2] [3] operating systems, [4] programs, or websites [5] which are not used by the average user. A power user might not have extensive technical knowledge of the systems they use [6] but is rather characterized by competence or desire to make the most intensive use of computer programs or systems.

Contents

In enterprise software systems, "Power User" may be a formal role given to an individual who is not a programmer, but who is a specialist in business software. Often these are people who retain their normal user job role but also function in testing, training, and first-tier support of the enterprise software. [6] [7]

Some software applications are regarded as particularly suited for power users and may be designed as such. Examples include VLC media player, a multimedia framework, player, and server, which includes complex features not found in other media player suites. [8] [9]

Interface design issues

Usage intensity

User testing for software often focuses on inexperienced or regular users. [10] Power users can require different user interface elements compared to regular and minimal users, as they may need less help and fewer cues. A power user might use a program full-time, compared to a casual or occasional user, and thus a program which caters to power users will typically include features that make the interface easier for experts to use, even if these features might be mystifying to beginners.

Shortcuts

A typical example is extensive keybindings, like Ctrl+F or Alt+Enter; having keyboard bindings and shortcuts for many functions is a hallmark of power-user centric software design, as it enables users who put forth more effort to learn the shortcuts to operate the program quickly without removing their hands from the keyboard. Power users typically want to operate the software with few interactions, or as fast as possible, and also be able to perform tasks in a precise, exactly-reproducible way, where casual users may be happy if the program can be intuitively made to do approximately what they wanted. To aid in the automation of repetitive tasks during heavy usage, power-user centric interfaces often provide the ability to compose macros, and program functions may be pre-conceived to with the intention that they will be used programmatically in scripting.

Power users vs. minimalists

Interface design may have to make trade-offs between confusing beginners and minimalists versus annoying experts or power users. These concerns may overlap partially with the blinking twelve problem, in which a complex user interface causes users to avoid certain features. It may be extremely difficult to both appeal to new users, who want user interfaces to be intuitive, and experts, who want power and flexibility.

However, there are solutions for these problems, such as:

Users may also erroneously label themselves as power users when they are less than fully competent, [11] further complicating the requirements of designing software which caters to the desires and needs of those users.

Simplicity vs. efficiency

A simple intuitive interface often increases the technical complexity of a program and impedes its efficient use, while a well-designed but complex-seeming interface may increase efficiency by making many advanced features quickly accessible to experts. For example, a program with many advanced keyboard shortcuts may seem to be needlessly complex, but experienced power users may find it easier and quicker to avoid long sequences of mouse clicks to navigate menus and popups. Such menus and popups may exist to intuitively guide new users along a desired course of action, but they are often overly-simplistic by design so that novices might easily grasp the required steps. Providing both interfaces simultaneously is an option but requires greatly extended development time, so trade-offs are often made.

Officialized roles

SAP and Oracle

SAP and Oracle are enterprise systems that require a complex set of training to gain professional certification. Because of this, and also to encourage engagement with the systems, many companies have created a "Super User Model" (also called Power User, Champion) to take regular users and raise them to a level of leadership within the system. Doing this accomplishes three objectives: [6] [7]

  1. More engaged use of the system as there is a personal face assigned to champion the system and make acceptance of the technology less challenging.
  2. A significant time and cost reduction as companies are not seeking or hiring new or temporary resources for the purposes of developing and/or delivering documentation, training, and support.
  3. ROI or proof of concept of the SAP investment should be more easily achieved as users are directly involved, thereby using the system invested in, which benefits the company overall.

Extensive research has been done with the Super User Model in SAP, specifically in regard to the role they take in training and supporting end users. Currently, more than 70% of SAP companies utilize a form of the Super User Model.

Windows administration

In Microsoft Windows 2000, Windows XP Professional, and Windows Server 2003, there is a "Power Users" group on the system that gives more permissions than a normal restricted user, but stops short of Administrator permissions. If a user is a member of the Power Users group, they have a greater chance of exposing the system to malware over a normal user and can promote their account to an Administrator by purposely installing malware. [12] Thus, the Power Users group should be used with trustworthy and knowledgeable users only; it is not suitable to contain untrustworthy users. The Power Users group was made obsolete in Windows Vista as part of the consolidation of privilege elevation features in the introduction of User Account Control. [13] In Windows Vista Business l or higher, you can still create a "power user" via local users and groups, but there is no difference from a standard user because all the ACL entries of the file system are completely removed.

Software

Software that power users may employ to optimize their workflows include the following:

Windows

See also

Related Research Articles

Active Directory (AD) is a directory service developed by Microsoft for Windows domain networks. Windows Server operating systems include it as a set of processes and services. Originally, only centralized domain management used Active Directory. However, it ultimately became an umbrella title for various directory-based identity-related services.

<span class="mw-page-title-main">Graphical user interface</span> User interface allowing interaction through graphical icons and visual indicators

A graphical user interface, or GUI, is a form of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation. In many applications, GUIs are used instead of text-based UIs, which are based on typed command labels or text navigation. GUIs were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs), which require commands to be typed on a computer keyboard.

Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and sub-families that cater to particular sectors of the computing industry -- Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Defunct families include Windows 9x, Windows Mobile, Windows Phone, and Windows Embedded Compact.

In computing, cross-platform software is computer software that is designed to work in several computing platforms. Some cross-platform software requires a separate build for each platform, but some can be directly run on any platform without special preparation, being written in an interpreted language or compiled to portable bytecode for which the interpreters or run-time packages are common or standard components of all supported platforms.

In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. An application written using ODBC can be ported to other platforms, both on the client and server side, with few changes to the data access code.

In computing, a symbolic link is a file whose purpose is to point to a file or directory by specifying a path thereto.

In computing, an icon is a pictogram or ideogram displayed on a computer screen in order to help the user navigate a computer system. The icon itself is a quickly comprehensible symbol of a software tool, function, or a data file, accessible on the system and is more like a traffic sign than a detailed illustration of the actual entity it represents. It can serve as an electronic hyperlink or file shortcut to access the program or data. The user can activate an icon using a mouse, pointer, finger, or voice commands. Their placement on the screen, also in relation to other icons, may provide further information to the user about their usage. In activating an icon, the user can move directly into and out of the identified function without knowing anything further about the location or requirements of the file or code.

<span class="mw-page-title-main">Keyboard shortcut</span> Series of computer keys to quickly invoke a software program or perform a preprogrammed action

In computing, a keyboard shortcut also known as hotkey is a series of one or several keys to quickly invoke a software program or perform a preprogrammed action. This action may be part of the standard functionality of the operating system or application program, or it may have been written by the user in a scripting language. Some integrated keyboards also include pointing devices; the definition of exactly what counts as a "key" sometimes differs.

Windows Management Instrumentation (WMI) consists of a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification. WMI is Microsoft's implementation of the Web-Based Enterprise Management (WBEM) and Common Information Model (CIM) standards from the Distributed Management Task Force (DMTF).

The taskbar is a graphical user interface element that has been part of Microsoft Windows since Windows 95, displaying and facilitating switching between running programs. The taskbar and the associated Start Menu were created and named in 1993 by Daniel Oran, a program manager at Microsoft who had previously collaborated on great ape language research with the behavioral psychologist B.F. Skinner at Harvard.

<span class="mw-page-title-main">WIMP (computing)</span> Style of human-computer interaction

In human–computer interaction, WIMP stands for "windows, icons, menus, pointer", denoting a style of interaction using these elements of the user interface. Other expansions are sometimes used, such as substituting "mouse" and "mice" for menus, or "pull-down menu" and "pointing" for pointer.

JAWS is a computer screen reader program for Microsoft Windows that allows blind and visually impaired users to read the screen either with a text-to-speech output or by a refreshable Braille display. JAWS is produced by the Blind and Low Vision Group of Freedom Scientific.

TeamSpeak (TS) is a proprietary voice-over-Internet Protocol (VoIP) application for audio communication between users on a chat channel, much like a telephone conference call. Users typically use headphones with a microphone. The client software connects to a TeamSpeak server of the user's choice, from which the user may join chat channels.

The Start menu is a graphical user interface element that has been part of Microsoft Windows since Windows 95, providing a means of opening programs and performing other functions in the Windows shell. The Start menu, and the Taskbar on which it appears, were created and named in 1993 by Daniel Oran, a program manager at Microsoft who had previously collaborated on great ape language research with the behavioral psychologist B.F. Skinner at Harvard.

A number of vector graphics editors exist for various platforms. Potential users of these editors will make a comparison of vector graphics editors based on factors such as the availability for the user's platform, the software license, the feature set, the merits of the user interface (UI) and the focus of the program. Some programs are more suitable for artistic work while others are better for technical drawings. Another important factor is the application's support of various vector and bitmap image formats for import and export.

<span class="mw-page-title-main">User Account Control</span> Security software

User Account Control (UAC) is a mandatory access control enforcement feature introduced with Microsoft's Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also present in Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1, Windows Server 2012 R2, Windows 10, and Windows 11. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorises an increase or elevation. In this way, only applications trusted by the user may receive administrative privileges and malware are kept from compromising the operating system. In other words, a user account may have administrator privileges assigned to it, but applications that the user runs do not inherit those privileges unless they are approved beforehand or the user explicitly authorises it.

<span class="mw-page-title-main">Ribbon (computing)</span> Graphical user interface element

In computer interface design, a ribbon is a graphical control element in the form of a set of toolbars placed on several tabs. The typical structure of a ribbon includes large, tabbed toolbars, filled with graphical buttons and other graphical control elements, grouped by functionality. Such ribbons use tabs to expose different sets of controls, eliminating the need for numerous parallel toolbars. Contextual tabs are tabs that appear only when the user needs them. For instance, in a word processor, an image-related tab may appear when the user selects an image in a document, allowing the user to interact with that image.

<span class="mw-page-title-main">User (computing)</span> Person who uses a computer or network service

A user is a person who utilizes a computer or network service. A user often has a user account and is identified to the system by a username . Some software products provide services to other systems and have no direct end users.

In user interface design and software design, the principle of least astonishment (POLA), also known as principle of least surprise, proposes that a component of a system should behave in a way that most users will expect it to behave, and therefore not astonish or surprise users. The following is a corollary of the principle: "If a necessary feature has a high astonishment factor, it may be necessary to redesign the feature."

Comparison of user features of operating systems refers to a comparison of the general user features of major operating systems in a narrative format. It does not encompass a full exhaustive comparison or description of all technical details of all operating systems. It is a comparison of basic roles and the most prominent features. It also includes the most important features of the operating system's origins, historical development, and role.

References

  1. Warren, Christina (14 March 2014). "Apple's New Mac Pro Review: The Most Powerful Mac Ever". Mashable . Archived from the original on Mar 17, 2020.
  2. Gibbs, Samuel (22 October 2013). "Mac Pro tower for power users redesigned and relaunched". TheGuardian.com . Archived from the original on Oct 7, 2023.
  3. Reisinger, Don (2013-06-18). "Mac Pro Competitors: 10 High-End Models Vying for Power Users' Favor". eWEEK. Archived from the original on 2 Mar 2024.
  4. Evans, Jonny (2010-12-02). "Become a Mac OS X power user the easy way". Computerworld. Archived from the original on Oct 22, 2018.
  5. Dashevsky, Evan (August 20, 2016). "22 Hidden Facebook Features Only Power Users Know". PCMag. Archived from the original on Jan 10, 2017.
  6. 1 2 3 "Power Users' Guide". SAP Help Portal. Archived from the original on Jun 27, 2015. Retrieved 2015-01-14.
  7. 1 2 Chen, Raymond (Feb 2012). "Windows Confidential: Power to the Power User". TechNet Magazine. Microsoft. Archived from the original on Apr 4, 2015. Retrieved 2015-01-14.
  8. Scott, Gilbertson (2015-03-06). "Hands-on with Vivaldi, the new Web browser for power users". Ars Technica. Archived from the original on Dec 14, 2023.
  9. Chacos, Brad (Oct 10, 2012). "How to master VLC, the ultimate Windows media player for power users". PCWorld. Retrieved 2018-10-21.
  10. Karn, Keith S., Thomas J. Perry, Marc J. Krolczyk (October 1997). "Testing for Power Usability". SIGCHI Bulletin . SIGCHI of the Association for Computing Machinery. 29 (4): 63–67. doi:10.1145/270950.270986. S2CID   46840355 . Retrieved 2015-10-29.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  11. In one 1997 study involving design testing of a web application, self-identified power users refused to read any instructions, made wrong guesses, and repeatedly became so lost they could not complete the test. Bruce Tognazzini. "Maximizing Windows". - 1997 date taken from the fact that the study and design (in the link) were all completed three days before the release of Netscape 4.0, an event which occurred in June of 1997.
  12. "A member of the Power Users group may be able to gain administrator rights and permissions in Windows Server 2003, Windows 2000, or Windows XP". Microsoft Knowledgebase. Microsoft Corporation. 27 February 2006. Archived from the original on 15 June 2006.
  13. "What happened to the Power Users group?". Windows Help and How-to. Microsoft Corporation. Archived from the original on 8 July 2007.